Yeah I got flamed by an admin in the other thread this got chopped from..I was told to develop my own..
Most of the bugs I've found were all high level, and most of them in the compiler. They also take an incompetent dev about 5 minutes to fix..
There are two buffer overflows in the compiler ...
Search found 8 matches
- Wed Feb 10, 2010 8:52 pm
- Forum: The PureBasic Form Designer
- Topic: Visual Designer (hexed) CreateGadgetList to UseGadgetList
- Replies: 7
- Views: 5530
- Wed Feb 10, 2010 5:54 pm
- Forum: The PureBasic Form Designer
- Topic: Visual Designer (hexed) CreateGadgetList to UseGadgetList
- Replies: 7
- Views: 5530
Re: Visual Designer (hexed) CreateGadgetList to UseGadgetList
Not sure if they fixed this yet, however i noticed that there is quite a few errors in PureBaisc's software.
I'm fairly new to this language so as i find the buggy functions and such i'll just update it as i go.
Using xvi32 I made a simple modification to the Visual Designer changing ...
I'm fairly new to this language so as i find the buggy functions and such i'll just update it as i go.
Using xvi32 I made a simple modification to the Visual Designer changing ...
- Wed Feb 10, 2010 12:58 am
- Forum: Coding Questions
- Topic: Does PureBasic insert an identifier in your executables?
- Replies: 68
- Views: 11083
Re: Does PureBasic insert an identifier in your executables?
If you really wanted to you could obfuscate strings with peek and poke functions from entry point without even using ASM, and make do some anti-debug with native API.
If I thought there was a market for it I'd make a static library that has a RISC VM. Have something like startvm() and stopvm ...
If I thought there was a market for it I'd make a static library that has a RISC VM. Have something like startvm() and stopvm ...
- Wed Feb 10, 2010 12:34 am
- Forum: The PureBasic Form Designer
- Topic: [PB 4.30 Final] Visual Designer generates CreateGadgetList()
- Replies: 16
- Views: 15599
Re:
Delete or comment out two whole lines of generated code to fix it.
I can live with that for now.
It'd take an incompotent programmer 5 minutes to fix it though..and this is a product with a proprietary license that costs money. I can probably do it in 10 through ollydbg.. :idea:
Is this left ...
I can live with that for now.
It'd take an incompotent programmer 5 minutes to fix it though..and this is a product with a proprietary license that costs money. I can probably do it in 10 through ollydbg.. :idea:
Is this left ...
- Wed Feb 10, 2010 12:17 am
- Forum: Game Programming
- Topic: Limitations and Roadblocks in Purebasic for Gamemaking
- Replies: 21
- Views: 8374
Re: Limitations and Roadblocks in Purebasic for Gamemaking
FYI you can use leakwerks in PB and pretty much any other tools that lets you use NT loadlibrary, most are supported by the engine though through API linking. If you're a lone developer or small team it's probably the wisest choice for 3D, unless you want cross platform then there is crystalspace ...
- Wed Feb 10, 2010 12:00 am
- Forum: General Discussion
- Topic: Are all recent laptops and desktops x64 machines ?
- Replies: 10
- Views: 3199
Re: Are all recent laptops and desktops x64 machines ?
Most vendors are actually shipping x64 OSs. 32 runs on 64 but 64 doesn't run on 32. 64 just uses a extended instruction set and registers not on old CPUs.
That pretty much sums it up, not exactly a dense subject...no need for riddles
That pretty much sums it up, not exactly a dense subject...no need for riddles
- Tue Feb 09, 2010 7:24 pm
- Forum: Coding Questions
- Topic: Does PureBasic insert an identifier in your executables?
- Replies: 68
- Views: 11083
Re: Does PureBasic insert an identifier in your executables?
@tempest
why the heck worry? PureBasic compiles into optimized ASM.
it's almost impossible to re-construct the Basic sourcecode, and with the ASM-source with unnamed variables you can win NUFFIN.
... and if the heck you invented something that was really really really worth the protection efford ...
why the heck worry? PureBasic compiles into optimized ASM.
it's almost impossible to re-construct the Basic sourcecode, and with the ASM-source with unnamed variables you can win NUFFIN.
... and if the heck you invented something that was really really really worth the protection efford ...
- Mon Feb 08, 2010 11:44 pm
- Forum: Coding Questions
- Topic: Does PureBasic insert an identifier in your executables?
- Replies: 68
- Views: 11083
Re: Does PureBasic insert an identifier in your executables?
Meh..I'm a noob in the reversing scene and I can unpack PE protectors way harder than the smartest person here can code..so good luck with renaming those symbols. Reversers use call stacks and tracing..obfusc doesn't even stop noobs. I can do AES encrypted binaries with a fob based loader..and I'm ...