Reasen Posted December 15, 2015 Posted December 15, 2015 Simple DevirtualizeMe Created in Oreans Code Virtualizer V2.1.5.0 With attach some files protected by different Modes from Virtual Machine PumaWhite32, all Delphi 7 Compressed and StealthMode have Virtualized strings, the other not. Good luck. StealthModePumaWhite.rar CompressedPumaWhite.rar PumaWhite.rar
koolk Posted December 22, 2015 Posted December 22, 2015 Here is the regular and the stealth mode devirtualized and "patched" (jump replaced with nops). In the stealth, I didn't decode the strings, but I devirtualized the functions that decode them. (So it is easy from here) I didn't include the compressed one because it is little bit annoying to fix it. (It uncompress the vms and the virtualized strings on the first vm run, so I have to dump to and fix it) files.zip
Reasen Posted December 22, 2015 Author Posted December 22, 2015 12 hours ago, koolk said: Here is the regular and the stealth mode devirtualized and "patched" (jump replaced with nops). In the stealth, I didn't decode the strings, but I devirtualized the functions that decode them. (So it is easy from here) I didn't include the compressed one because it is little bit annoying to fix it. (It uncompress the vms and the virtualized strings on the first vm run, so I have to dump to and fix it) files.zip Thank you, nice job, the best is use the vm compressed seems more complex
koolk Posted December 22, 2015 Posted December 22, 2015 5 hours ago, reasen said: Thank you, nice job, the best is use the vm compressed seems more complex It isn't that more complex. I just need to dump it after decompressing, and than fix the code in the original binary. But you virtualized strings, so I need to fix them also, and I didn't write anything that fix it (because it is rarely used, along with compressed vms). But it is pretty easy task. Another option is just include the dumped section with the decoding string code, and than fix the binary, which takes extra few minutes, which I didn't bother to do. Anyway, if someone is able to devirtualize your binary, none of those extra options would make it significantly harder. (slight annoyance maybe)
Reasen Posted December 22, 2015 Author Posted December 22, 2015 16 minutes ago, koolk said: It isn't that more complex. I just need to dump it after decompressing, and than fix the code in the original binary. But you virtualized strings, so I need to fix them also, and I didn't write anything that fix it (because it is rarely used, along with compressed vms). But it is pretty easy task. Another option is just include the dumped section with the decoding string code, and than fix the binary, which takes extra few minutes, which I didn't bother to do. Anyway, if someone is able to devirtualize your binary, none of those extra options would make it significantly harder. (slight annoyance maybe) Yeah i have an idea about, was wondering what would be better, StealthMode or CompressedMode, just is not good have it only for protect, is needed add some MD5 check and a packer also
koolk Posted December 22, 2015 Posted December 22, 2015 1 hour ago, reasen said: Yeah i have an idea about, was wondering what would be better, StealthMode or CompressedMode, just is not good have it only for protect, is needed add some MD5 check and a packer also Doesn't really matter. Maybe CompressedMode is a more annoying than StealthMode.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now