Time for another blog post!
This time we are tackling .NET debuggers and make them display garbage data with the help of proxy objects and debugger display attributes.
Full post: https://washi.dev/blog/posts/debugger-proxy-objects/
PoC Implementation: https://github.com/Washi1337/ProxyObjects
#dotnet #obfuscation #reversing #asmresolver #cil #dnspy #decompiler #debugger #poc
#dotnet #obfuscation #reversing #asmresolver #cil #dnspy #decompiler #debugger #poc
(1/7) How to debug a malicious .net dll using #DNSPY Recently I got asked if it is possible to debug a malicious .net dll using DNSPY. Afaik there is no integrated debugger function for it, so here is my indirect approach. As an example I use the dll shown in the screenshot below