-
-
Notifications
You must be signed in to change notification settings - Fork 114
Description
Hi, i have an exe that was obfuscated with VM protect.
I have used your dumper as well as KsDumper to dump the app from memory. Now i am faced with the task of devitalizing the code and removing all the delegate calls.
Do you have any suggestions as to how i would go about using this project as a starting point for achieving such?
To date, this is the only project that ive found that can even see whats going on with this app, because it can successfully hook any delegate call that is made when i run the tool; with the exe. I'm pretty sure the exe was protected with version 3.6 of VMProtect, hence why the old 2020 projects ive found wont work.
Any help would be seriously appreciated, this project could turn into a way to fully deobfuscate these kinds of protected assemblies.