elf

Top 23 elf Open-Source Projects

  • Detect-It-Easy

    Program for determining types of files for Windows, Linux and MacOS.

  • Project mention: E-book piracy - a weird ZIP file | /r/Piracy | 2023-05-17

    If it was me, I'd first run something like DIE on it (I have a few such programs installed)- https://github.com/horsicq/Detect-It-Easy

  • putting-the-you-in-cpu

    A technical explainer by @kognise of how your computer runs programs, from start to finish.

  • Project mention: Tech I am learning in 2024 | dev.to | 2024-04-12

    Thanks to cpu.land , I grew an uncanny interest in how cpu works and got me deep into operating systems from there, it’s fascinating to see the deep down of your computer to the levels of registers and ALUs(arithmetic logical units). Nand2tetris and OSTEP is the greatest resource for starting with operating systems.

  • 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.

    InfluxDB logo
  • LIEF

    LIEF - Library to Instrument Executable Formats

  • the-backdoor-factory

    Patch PE, ELF, Mach-O binaries with shellcode new version in development, available only to sponsors

  • exodus

    Painless relocation of Linux binaries–and all of their dependencies–without containers.

  • Project mention: I reduced the size of my Docker image by 40% – Dockerizing shell scripts | news.ycombinator.com | 2024-02-03

    COPY --from=ugit-ops /lib/ld-musl-* /lib/

    No, what I'm saying is you're blanket copying fully different versions of common library files into the operating system lib folder as shown above, possibly breaking OS lib symlinks in the process for _current_ versions used in Alpine OS if they exist now or in the future, potentially destroying OS lib dependencies, and also overwriting the ones possibly included in the future by Alpine OS itself to get your statically copied versions of the various CLI tools to work.

    That is _insanely_ shortsighted. There's a safe way to do that and then there is the way you did it. If you want to learn to do it right, look at how Exodus does it so that they don't destroy OS library dependency files in the process of making a binary able to be moved from one OS to another.

    Exodus: https://github.com/intoli/exodus

  • DIE-engine

    DIE engine

  • pyelftools

    Parsing ELF and DWARF in Python

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • dji-firmware-tools

    Tools for handling firmwares of DJI products, with focus on quadcopters.

  • Project mention: DJI Phantom 4 worth repairing? | /r/drones | 2023-05-11

    Fortunately, some people have made third party tools that can allow you to do it yourself, if you're handy with python.https://github.com/o-gs/dji-firmware-tools

  • XELFViewer

    ELF file viewer/editor for Windows, Linux and MacOS.

  • Project mention: XELFViewer – ELF file viewer/editor for Windows, Linux, and macOS | news.ycombinator.com | 2023-09-05
  • vmlinux-to-elf

    A tool to recover a fully analyzable .ELF from a raw kernel, through extracting the kernel symbol table (kallsyms)

  • goblin

    An impish, cross-platform binary parsing crate, written in Rust (by m4b)

  • Qu1cksc0pe

    All-in-One malware analysis tool.

  • shecc

    A self-hosting and educational C optimizing compiler

  • Project mention: A self-hosting and educational C optimizing compiler | news.ycombinator.com | 2024-01-07

    Yes, consider the case of shecc. It requires just a handful of C code lines to interpret directives set in the C preprocessor. Unlike relying on existing tools like cpp, as, or ld, shecc stands alone as a minimalist cross-compiler. This design could be particularly beneficial for students delving into the study of compiler construction. See https://github.com/sysprog21/shecc/blob/master/src/lexer.c#L...

  • e9patch

    A powerful static binary rewriting tool

  • pwninit

    pwninit - automate starting binary exploit challenges

  • ELFIO

    ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library

  • reli-prof

    A sampling profiler or a memory profiler for PHP written in PHP, which reads information about running PHP VM from outside the process. You can find performance bottlenecks or memory leaks of your scripts without changing the target script or loading extensions.

  • Project mention: Reli 0.9.0 is released with a memory profiling tool | /r/PHP | 2023-11-26
  • Cwerg

    The best C-like language that can be implemented in 10kLOC.

  • Project mention: Cwerg: C-like language that can be implemented in 10kLOC | news.ycombinator.com | 2024-03-21

    Perhaps these have already been dealt with and I'm missing critical information. If so, my apologies. Great work, in any case.

    [1] https://github.com/robertmuth/Cwerg/tree/master/FrontEnd#dis...

  • sqlelf

    Explore ELF objects through the power of SQL

  • Project mention: Sqlelf – Explore ELF objects through the power of SQL | news.ycombinator.com | 2024-03-16
  • pakkero

    Pakkero is a binary packer written in Go made for fun and educational purpose. Its main goal is to take in input a program file (elf binary, script, even appimage) and compress it, protect it from tampering and intrusion.

  • rustig

    A tool to detect code paths leading to Rust's panic handler

  • ghidra2dwarf

    🐉 Export ghidra decompiled code to dwarf sections inside ELF binary

  • ocean

    Programming language that compiles into a x86 ELF executable.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

elf related posts

Index

What are some of the best open-source elf projects? This list will help you:

Project Stars
1 Detect-It-Easy 6,567
2 putting-the-you-in-cpu 4,583
3 LIEF 4,137
4 the-backdoor-factory 3,249
5 exodus 2,925
6 DIE-engine 2,101
7 pyelftools 1,879
8 dji-firmware-tools 1,361
9 XELFViewer 1,264
10 vmlinux-to-elf 1,218
11 goblin 1,135
12 Qu1cksc0pe 1,108
13 shecc 1,038
14 e9patch 904
15 pwninit 786
16 ELFIO 647
17 reli-prof 422
18 Cwerg 396
19 sqlelf 229
20 pakkero 228
21 rustig 215
22 ghidra2dwarf 168
23 ocean 167

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com