quote:
Originally posted by Frosty
holy sh*t lol cookie. That must've taken you a long time. But how can it be done in one executable exe made in VB i mean like the polygamy. You select 'msnmsgr.exe' press patch and it does it. How can it alter the code in that exe without opening hex editor etc...
quote:
Originally posted by CookieRevised
You can see 2 changes in the sequence: 0x2F to 0x99 and 0x4C to 0xAF. And this happend in offsets 0x1BD4 and 0x1BDC. So all we need to do now is write a small program (in VB, C++, or whatever) that opens up the original file, change those characters at those positions, and saves the file back and we have our patch...
You only need the hex-editor to view the actual characters of the "codes", you don't need it once you have written your patch-program. A patch-program does nothing more then opening the executable and alter the correct bytes at the correct positions (just like it would open a textfile and alter some text)...