Skip to content

zsr2531/AsmResolver

 
 

Repository files navigation

AsmResolver

Master branch build status Nuget feed License: MIT Documentation Status

AsmResolver is a PE inspection library allowing .NET programmers to read, modify and write executable files. This includes .NET as well as 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 MIT license.

Binaries

Stable builds:

Nightly builds:

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

Documentation

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

Compiling

The solution can be build using the .NET SDK or an IDE that works with the .NET SDK (such as Visual Studio and JetBrains Rider). The main packages target .NET Standard 2.0, and the xUnit test projects target .NET Core 3.1.

To build the project from the commandline, use:

$ dotnet restore
$ dotnet build

To run all tests, simply run:

$ dotnet test

Contributing

See CONTRIBUTING.md for guidelines on general workflow and code style.

Acknowledgements

AsmResolver started out as a hobby project, but has grown into a community project with various contributors. Without these people, AsmResolver would not have been where it is today!

  • Special thanks to all the people who contributed directly with code commits.

  • Another big thank you to all the people that suggested new features, provided feedback on the API design, have done extensive testing, and/or reported bugs on the issue board, by e-mail, or through DMs.

If you feel you have been under-represented in these acknowledgements, feel free to contact me.

Found a bug or have questions?

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

About

A library for editing PE files with full .NET metadata support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%