Quote:
Originally Posted by AngelOfFear
and can you tell me a good program for edit ???
|
OllyDgb, so you can debug and add your own assembly code to the .exe. Though i suggest using a language of your choice and coding a DLL, and just use OllyDbg to load and call the DLL. And let the DLL handle all the new features you want added. It's easier if you aren't that experienced in asm or because it's faster for you to code the DLL instead of just asm.
And if you're going to ask what you should be looking for, well there really isn't much you should be looking for. Because you have to create all these new features yourself they aren't already in the .exe, but there's similar features available that's worth debugging and seeing how they work.