Jongy / struct_layoutLinks
A GCC plugin to dump the final layout of a struct.
☆34Updated 10 months ago
Alternatives and similar repositories for struct_layout
Users that are interested in struct_layout are comparing it to the libraries listed below
Sorting:
- ELF reader-writer library for Python3☆66Updated 2 years ago
- Pure Python Itanium C++ ABI demangler☆37Updated 3 years ago
- Dynamic creation and update of ELF files, or: an allocator for JIT compilers☆34Updated last week
- A simple library focusing on demangling symbols for different programing languages☆47Updated 4 years ago
- Write COFF object files from Python☆14Updated 2 years ago
- Recursive process fork/exec tracing for Linux systems using ptrace()☆21Updated this week
- yaxdis, a small and naive disassembler using yaxpeax decoders☆34Updated 5 months ago
- NoVT is a compiler-based defense against vtable hijacking in C++ programs. It compiles C++ programs without using vtables.☆50Updated 3 years ago
- Map and modify ELF using C++ structures☆19Updated 4 years ago
- Tiny x86 Length Disassembler☆73Updated 4 years ago
- Safely execute an arbitrary x86 instruction☆184Updated last year
- A div-less, mul-less, atomic-less `rv64i` compiler toolchain using purely clang, musl, and compiler-rt☆30Updated 5 years ago
- C and C++ compiler frontend using PASTA to parse code, and VAST to represent the code as MLIR.☆43Updated last year
- X86 disassembler benchmark☆62Updated last year
- Rag-bag of utilities and scripts that do strange things with ELF files☆17Updated 7 months ago
- A set of python visual enhancements for gdb.☆32Updated 2 weeks ago
- EFI Byte Code Virtual Machine in userspace☆81Updated 2 years ago
- Example of how to use the ptrace(2) system call to call a userspace method.☆150Updated 6 years ago
- The Bareflank Processor Abstraction Layer☆38Updated 3 years ago
- link a linux ELF .so library into memory with python and call functions in it, even if you're not on linux