#asmresolver — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #asmresolver, aggregated by home.social.
-
#AsmResolver 6.0.0 is finally here!
- Support for more PE architectures
- Supercharged .NET multi-assembly processing
- Compatible with NixOS and legacy .NET FX 3.5
- Many API improvements
- Massive performance boosts👉 https://github.com/Washi1337/AsmResolver/releases/tag/v6.0.0
-
#AsmResolver 6.0.0 is finally here!
- Support for more PE architectures
- Supercharged .NET multi-assembly processing
- Compatible with NixOS and legacy .NET FX 3.5
- Many API improvements
- Massive performance boosts👉 https://github.com/Washi1337/AsmResolver/releases/tag/v6.0.0
-
#AsmResolver 6.0.0 is finally here!
- Support for more PE architectures
- Supercharged .NET multi-assembly processing
- Compatible with NixOS and legacy .NET FX 3.5
- Many API improvements
- Massive performance boosts👉 https://github.com/Washi1337/AsmResolver/releases/tag/v6.0.0
-
#AsmResolver 6.0.0 is finally here!
- Support for more PE architectures
- Supercharged .NET multi-assembly processing
- Compatible with NixOS and legacy .NET FX 3.5
- Many API improvements
- Massive performance boosts👉 https://github.com/Washi1337/AsmResolver/releases/tag/v6.0.0
-
#AsmResolver 6.0.0 is finally here!
- Support for more PE architectures
- Supercharged .NET multi-assembly processing
- Compatible with NixOS and legacy .NET FX 3.5
- Many API improvements
- Massive performance boosts👉 https://github.com/Washi1337/AsmResolver/releases/tag/v6.0.0
-
#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
-
#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
-
#AsmResolver 6.0.0-beta.3 just got pushed to NuGet!
More bugs were found and squashed. We are closing in on a full release with most of the public API being stable.
Get it on GitHub or NuGet 👉 https://github.com/Washi1337/AsmResolver/releases/tag/v6.0.0-beta.3
-
#AsmResolver 6.0.0-beta.3 just got pushed to NuGet!
More bugs were found and squashed. We are closing in on a full release with most of the public API being stable.
Get it on GitHub or NuGet 👉 https://github.com/Washi1337/AsmResolver/releases/tag/v6.0.0-beta.3
-
#AsmResolver 6.0.0-beta.2 has been released
This is a maintenance release that addresses many regressions introduced by the refactors in 6.0.0-beta.1.
Get it on NuGet or GitHub
👉 https://github.com/Washi1337/AsmResolver/releases/tag/v6.0.0-beta.2 -
#AsmResolver 6.0.0-beta.2 has been released
This is a maintenance release that addresses many regressions introduced by the refactors in 6.0.0-beta.1.
Get it on NuGet or GitHub
👉 https://github.com/Washi1337/AsmResolver/releases/tag/v6.0.0-beta.2 -
#AsmResolver 5.5.1 is out!
This is a maintenance release, adding #dotnet 8.0 targets and fixes issues related to type signatures, CIL optimizations, as well as some rare edge cases in .NET metadata directory parsing.
Get it on GitHub/NuGet:
👉 https://github.com/Washi1337/AsmResolver/releases/tag/v5.5.1 -
#AsmResolver 5.5.1 is out!
This is a maintenance release, adding #dotnet 8.0 targets and fixes issues related to type signatures, CIL optimizations, as well as some rare edge cases in .NET metadata directory parsing.
Get it on GitHub/NuGet:
👉 https://github.com/Washi1337/AsmResolver/releases/tag/v5.5.1 -
Another day, another #AsmResolver version bump: 5.4.0 is out now.
This release includes support for #PE certificate tables, PE forwarder exports, more quality of life improvements and more bug fixes.
👉 https://github.com/Washi1337/AsmResolver/releases/tag/v5.4.0
-
Another day, another #AsmResolver version bump: 5.4.0 is out now.
This release includes support for #PE certificate tables, PE forwarder exports, more quality of life improvements and more bug fixes.
👉 https://github.com/Washi1337/AsmResolver/releases/tag/v5.4.0
-
I spent my Saturday on a dumb project answering the following question:
What is the smallest #dotnet Hello World binary?
Turns out, this rabbit hole is deeper than you may expect, so I wrote a blog post about it:
👉 https://blog.washi.dev/posts/tinysharp/ -
I spent my Saturday on a dumb project answering the following question:
What is the smallest #dotnet Hello World binary?
Turns out, this rabbit hole is deeper than you may expect, so I wrote a blog post about it:
👉 https://blog.washi.dev/posts/tinysharp/ -
#AsmResolver 5.3.0 is out!
More performance and #pe reader bugfixes, new docs, and we also made it easier to ignore errors when writing #dotnet modules.
Changelog and download links:
👉 https://github.com/Washi1337/AsmResolver/releases/tag/v5.3.0 -
#AsmResolver 5.3.0 is out!
More performance and #pe reader bugfixes, new docs, and we also made it easier to ignore errors when writing #dotnet modules.
Changelog and download links:
👉 https://github.com/Washi1337/AsmResolver/releases/tag/v5.3.0 -
#AsmResolver 5.2.0 is out now.
This version includes read support for many more #PDB symbols, #dotnet AppHost patching, .NET TypeSignature::IsAssignableTo(type), QoL improvements and bug fixes.
👉 Full changelog and download links:
https://github.com/Washi1337/AsmResolver/releases/tag/v5.2.0 -
#AsmResolver 5.2.0 is out now.
This version includes read support for many more #PDB symbols, #dotnet AppHost patching, .NET TypeSignature::IsAssignableTo(type), QoL improvements and bug fixes.
👉 Full changelog and download links:
https://github.com/Washi1337/AsmResolver/releases/tag/v5.2.0 -
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.
-
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 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 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
-
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
-
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
-
#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 -
#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