Polymorphism?

Issues related to VMProtect
Post Reply
sjsteve33171
Posts: 2
Joined: Fri Dec 17, 2010 11:36 am

Polymorphism?

Post 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.
Post Reply