Help - I Need some direction
Alright, i was just hoping someone could point me in the right direction here. I have a program with a common imported function across multiple versions that do the exact same thing but is located in different sections of the program depending on the version of it. There is a compare instruction right after the call that i'm trying to patch. Now what i'm wondering is if its possible and were to start at trying to create a patch that scanned the executable for the call to the imported function and then patched the next few bytes of the executable with a jmp versus a jmp if equal instruction. This would intern make one patch work across the board for about 15 different revisions of the same application. Please if you have any ideas help me out.
|