0x410c/ClrDumper

Native CLR with Anti Dump/Debug fails to dump

Closed this issue · 5 comments

explorer_npdHYckwYs.mp4

You can find the executable on Tuts4You. I made it a few years ago. Have fun.

I guess u detect for modification in the called function before calling it, like int3 but in my case because of the hook it detects as a debugger. I have not checked it till now, but I think it will be cool! Thanks

I was wrong lol, it detects the parent process(still not sure) , but yea adding parent spoofing for that.

i think it does not use clrcreateinstance and all to load .net assembly, right? it is not supported.

i think it does not use clrcreateinstance and all to load .net assembly, right? it is not supported.

The app is fully managed, and I would have no doubt it's clr loaded.

obviously it a .net application, there is no doubt about that, but clrdumper is not a dumper like extremedumper or scylla dump, its a tool to dynamically dump .net, vbscript, jscript which are dynamically loaded for e.g. in a crypter or malware.