:
Hmm, when I edit AbeWin.exe with my HEX Editor and I try to use it Windows either says it's unproper Win32 Application, or just crashes it right after launching it, any help?
|
Because you've overwritten code segments and damaged the binary. You can only replace the strings, you CANT expand them which is what I was saying before.
Also if you edit the steam version I'm pretty sure the copy protection will go mental and not allow it to run. Hence a hook DLL is the way to go.
Edit: So overwrite anything that isn't a string, or change teh size in anyway and the binary is buggered!