konrad-kruczynski / elfsharp

Pure managed C# library for reading ELF, UImage, Mach-O binaries.
https://elfsharp.it
Other
150 stars 56 forks source link

ELFSharp

This is ELFSharp, a C# library created by Konrad Kruczyński for reading binary files in ELF, UImage or Mach-O format. This is open source software, for more informations please visit ELFSharp's webpage.

Usage

If you just want to start using it, grab the library from NuGet and look at examples.

Contributors

Contributors (in the order of the first contribution)

License

You can find license in the LICENSE file.

This software uses ELF machine constants from the LLVM projects, whose license can be found in the LICENSE file as well.

This project uses some test binaries from Jonathan Salwan's excellent collection located at https://github.com/JonathanSalwan/binary-samples These also use the MIT license.