Washi · @washi
30 followers · 4 posts · Server infosec.exchange

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: washi.dev/blog/posts/debugger-
PoC Implementation: github.com/Washi1337/ProxyObje

#dotnet #obfuscation #reversing #asmresolver #cil #dnspy #decompiler #debugger #poc

Last updated 3 years ago

Frank Boldewin · @r3c0nst
60 followers · 3 posts · Server infosec.exchange

(1/7) How to debug a malicious .net dll using 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

#dnspy

Last updated 3 years ago