Washi1337 / AsmResolver

A library for creating, reading and editing PE files and .NET modules.
https://docs.washi.dev/asmresolver/
MIT License
826 stars 125 forks source link

Reduce namespace nesting #560

Closed Washi1337 closed 1 month ago

Washi1337 commented 1 month ago

Drastically reduces the number of namespaces to import for a typical usecase of AsmResolver.

Specifically this commit...

Closes #446