I thought it was time to show off some of #AsmResolver's new #native #PE #patching API. In this blog, we discuss how to programmatically inject code into an arbitrary PE, and learn how to construct new import directories as we go.
#asmresolver #native #pe #patching #reversing
#AsmResolver 5.1.0 just got released!
This version brings support for C#11 generic custom attributes as well as a fluent binary #patching API for both #dotnet and native #PE files. We are slowly making native PE reconstruction a lot easier!
https://github.com/Washi1337/AsmResolver/releases/tag/v5.1.0
#asmresolver #patching #dotnet #pe #reversing
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
#AsmResolver 5.0.0 just got released and is available on nuget!
This release comes with many significant performance boosts, rudimentary PDB file support as well as many Quality-of-Life improvements and bug fixes compared to v4.
Get it on GitHub or NuGet:
https://github.com/Washi1337/AsmResolver/releases/tag/v5.0.0