libelfin VS elf-bf-tools

Compare libelfin vs elf-bf-tools and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
libelfin elf-bf-tools
1 1
301 107
- -
2.5 0.0
about 1 month ago over 10 years ago
C++ C
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

libelfin

Posts with mentions or reviews of libelfin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-07.
  • PatchELF: Simple utility for modifying existing ELF executables and libraries
    6 projects | news.ycombinator.com | 7 May 2021
    I built a (research) library a few years ago to rewrite ELF binaries; our research projects ran into a lot of limitations with doing incremental patches to a binary (ELF has a lot of redundant representations of the same data). For us, parsing the binary into a normalized representation, modifying that, and re-serializing worked — we could make more intrusive changes to the binary, and (almost? I don’t recall anything breaking) everything in the Debian repos still ran after the binaries has been rewritten.

    I expect the library is now woefully out of date, and documentation is mostly in the form of conference talk slides:

    https://github.com/jbangert/mithril

    there’s also https://github.com/aclements/libelfin (parsing only, supports dwarf); https://github.com/bx/elf-bf-tools (Turing machine inside elf relocations) and of course the “olg guard” of ELF reversing tools ERESI/elfsh (website seems down; GitHub mirror on https://github.com/thorkill/eresi).

elf-bf-tools

Posts with mentions or reviews of elf-bf-tools. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-07.
  • PatchELF: Simple utility for modifying existing ELF executables and libraries
    6 projects | news.ycombinator.com | 7 May 2021
    I built a (research) library a few years ago to rewrite ELF binaries; our research projects ran into a lot of limitations with doing incremental patches to a binary (ELF has a lot of redundant representations of the same data). For us, parsing the binary into a normalized representation, modifying that, and re-serializing worked — we could make more intrusive changes to the binary, and (almost? I don’t recall anything breaking) everything in the Debian repos still ran after the binaries has been rewritten.

    I expect the library is now woefully out of date, and documentation is mostly in the form of conference talk slides:

    https://github.com/jbangert/mithril

    there’s also https://github.com/aclements/libelfin (parsing only, supports dwarf); https://github.com/bx/elf-bf-tools (Turing machine inside elf relocations) and of course the “olg guard” of ELF reversing tools ERESI/elfsh (website seems down; GitHub mirror on https://github.com/thorkill/eresi).

What are some alternatives?

When comparing libelfin and elf-bf-tools you can also consider the following projects:

patchelf - A small utility to modify the dynamic linker and RPATH of ELF executables

vscode-remote-release - Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.

mithril - In Soviet Russia, Mithril forges ELF.

eresi - The ERESI Reverse Engineering Software Interface