Skip to content

clusterzx/AsmResolver

 
 

Repository files navigation

AsmResolver

Master branch build status Nuget feed License: LGPL v3

AsmResolver is a PE inspection library allowing .NET programmers to read, modify and write executable files. This includes .NET as well as native native images. The library exposes high-level representations of the PE, while still allowing the user to access low-level structures.

AsmResolver is released under the LGPLv3 license.

Binaries

Get the latest stable build from the nuget feed, or download the bleeding edge build from appveyor.

Branch Build status
master Master branch build status
development Development branch build status

Alternatively, you can build the project yourself using MSBuild or an IDE that works with MSBuild (such as Visual Studio and JetBrains Rider). The project is built upon .NET Framework 4.0. If you want to compile the test libraries as well, make sure to also restore all nuget packages.

Documentation

Check out the wiki for guides and information on how to use the library!

Found a bug or have questions?

Please use the issue tracker. Try to be as descriptive as possible.

About

PE reader and editor. Native headers and resources, .NET metadata and disassemblers (x86 and cil).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.6%
  • Assembly 1.9%
  • Other 0.5%