Page 1 of 1

Polymorphism?

Posted: Mon Dec 19, 2011 12:30 am
by sjsteve33171
Is there any ideas to make a polymorphism compiler? Im looking for something similar. This would make it a really difficult task to reverse software if code changes at every runtime, and something i'd definately purchase if able to.

I've been playing trying to reverse my app and i can do pattern checks on the code. Im able to redirect my app's auth by increasing the PE section and adding in lines of asm to point at a faked script, then altering a JMP for redirect. Polymorphism would fix this for sure.