33 skills found · Page 1 of 2
serge1 / ELFIOELFIO and ARIO are robust, header-only C++ libraries designed to make binary file and archive manipulation effortless, efficient, and portable. Whether you are building compilers, linkers, binary analysis tools, or custom build systems, these libraries provide the foundation you need for working with ELF files and UNIX archives.
microsoft / BinskimA binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix ELF binary formats
rose-compiler / RoseROSE is an open-source compiler framework engineered by LLNL supporting program analysis and transformation at both the source and binary levels. ROSE can act as a compiler frontend for C, C++ (including applications which use UPC, OpenMP, or Cuda), Fortran, Java, Ada, and supports ELF and PE binary formats for a variety of instruction sets.
jacob-baines / ElfparserCross Platform ELF analysis
secnotes / ElfspiritELF static analysis and injection framework that parse, manipulate, patch and camouflage ELF files.
M3rcuryLake / NyxelfNyxelf is a highly effective tool tailored for analyzing malicious Linux ELF binaries, offering comprehensive support for both static and dynamic analysis techniques.
iamtorsten / SherlockElfSherlockElf is a powerful tool designed for both static and dynamic analysis of Android ELF binaries and dynamic iOS Macho-O binaries (experimental).
jsandin / Esp Bin2elfConverts a flash dump from an esp8266 device into an ELF executable file for analysis and reverse engineering.
kholia / Checksecchecksec-ng. Elf checksec in Python. Does large-scale package analysis. Now with multi-core support!
intezer / ELF Malware Analysis 101This repository contains relevant samples and data related to the ELF Malware Analysis 101 articles
seifreed / R2inspectr2inspect is a professional malware analysis framework that automates deep static inspection for PE, ELF, and Mach-O binaries using the radare2 ecosystem. It combines format parsing, detection heuristics, and rich reporting to support reverse engineers, incident responders, and threat analysts.
AshishRanaX / Elf AnalysisPerform Static and dynamic analysis on 32 bit ELF binary, and automate the process of stack based overflow exploitation.
wizh / Rop Chainerstatic program analysis tool that generates return-oriented exploits for ELF binaries
Trigleos / ELFREVGOAnti-analysis tool that obfuscates ELF files
Flameeyes / Ruby ElfRuby-Elf is a pure-Ruby library for parse and fetch information about ELF format used by Linux, FreeBSD, Solaris and other Unix-like operating systems, and include a set of analysis tools helpful for both optimisations and verification of compiled ELF files.
rick2600 / Bin AnalyzerToy project for static analysis of ELF binaries
seekbytes / MicroSCOPEStatic analysis tool that detects potential ransomware in PE and ELF files through heuristic analysis
Macmod / MalkomMalkom is an extensible and simple similarity graph generator for malware analysis aimed at helping analysts visualize and cluster sets of PE and ELF malware samples.
signalblur / Impelf"ImpELF: A Python-based ELF hashing utility that generates unique fingerprints for ELF binaries using their imported functions and libraries, aiding in malware analysis and similarity detection."
laurmaedje / SymflowData flow analysis for x86-64 ELF binaries based on symbolic execution. 🔎