dedmen / elfsharp

Pure managed C# library for reading ELF, UImage, Mach-O binaries.

Home Page:https://elfsharp.it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

  • Konrad Kruczyński
  • Piotr Zierhoffer <pzierhoffer (at) antmicro.com>
  • Łukasz Kucharski
  • Bastian Eicher
  • Cameron <cameron (at) moodycamel.com>
  • Frederik Carlier
  • Everett Maus
  • Fox
  • Reuben Olinsky
  • Connor Christie
  • Rollrat
  • Ulysses Wu
  • Cédric Luthi
  • Yong Yan
  • Filip Navara

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.

About

Pure managed C# library for reading ELF, UImage, Mach-O binaries.

https://elfsharp.it

License:Other


Languages

Language:C# 100.0%