Repository navigation

#

elf-header

ELFIO is a header-only C++ library for reading and generating ELF (Executable and Linkable Format) files.

C++
776
8 天前

This repository is a hands-on tutorial which aims at going through dissection and analysis of arbitrary binaries.

C
49
4 年前

Generate ELF Linux 64-bit (x86-64) executable manually

Go
47
6 年前

Read your own .note.gnu.build-id

C
43
3 年前

A simple ELF Virus that can execute malacious code, infect other ELF files, and execute the host file's code normally.

C
42
7 年前

Lepton is a Lightweight ELF Parsing Tool that was designed specifically for analyzing and editing binaries with damaged or corrupted ELF headers.

Assembly
35
4 年前

A Go library for reading and parsing ELF files

Go
30
1 年前

A personal implementation of GNU shell commands: nm and objdump

C
15
7 年前

Build AWS Lambda Layers for Python runtime. A solution for Layers that contains cryptography library.

Shell
8
4 年前

A utility to remove the section header from an ELF file, along with its string table. It also clears the fields in the ELF header related to the section header.

Python
5
6 年前

This program reads and interprets ELF formatted binary files, extracting and printing information such as the file's bitness, endianness, and ABI, as well as the entry point and program header table. It also prints segment and section types, virtual addresses, and sizes, as well as the first 32 bytes of actual segment and section data.

C
2
2 年前

Plot ELF files and filter for sections and headers

Python
2
4 年前

My semester-long project for CS261 - Computer Systems at James Madison University where I constructed a cpu simulator using a smaller version of x86 called y86.

C
1
1 年前

ELF Static Toolkit | Executable and Linkable Format (ELF) Analysing Toolkit

Python
1
8 天前

Generates Executable and Linkable Format files for different types (executable, shared, and object) and versions (32-bit and 64-bit).

Jupyter Notebook
1
8 个月前

Rust implemention of xxd -e -l 64

Rust
0
4 个月前