malcomvetter / AntiDebug

PoC: Prevent a debugger from attaching to managed .NET processes via a watcher process code pattern.
32 stars 15 forks source link

dnSpy #1

Open ReptarK opened 5 years ago

ReptarK commented 5 years ago

dnSpy can still bypass that protection. It will work for debugging tool like OllyDbg, x64Dbg and IDA but managed code decompiler tool will bypass that protection.

u0932478239 commented 3 years ago

dnSpy can still bypass that protection. It will work for debugging tool like OllyDbg, x64Dbg and IDA but managed code decompiler tool will bypass that protection.

I don't know if you still care or not, but here is a repo that shows you how to stop dnSpy... dnSpyDetector

malcomvetter commented 3 years ago

That's interesting - thanks.