#asmresolver — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #asmresolver, aggregated by home.social.
-
#AsmResolver 6.0.0-beta.4 released!
This release addresses many shortcomings found during beta.3, including ARM32 and ARM64 support, auto references importing, and many other DX improvements.
👉 Get it on GitHub or NuGet: https://github.com/Washi1337/AsmResolver/releases/tag/v6.0.0-beta.4
-
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