dbhi / binhookLinks
A survey of techniques to hook and/or replace functions in executable binaries or shared libraries
☆29Updated 5 years ago
Alternatives and similar repositories for binhook
Users that are interested in binhook are comparing it to the libraries listed below
Sorting:
- Example of how to use the ptrace(2) system call to call a userspace method.☆153Updated 6 years ago
- A ptrace library for easy syscall injection in Linux.☆181Updated last year
- Static instrumentation tool for efficient binary-level coverage analysis.☆149Updated 4 years ago
- Linux syscall() injection☆39Updated 4 years ago
- a linux kernel function inline hooking library☆30Updated 8 years ago
- Collection of simple anti-debugging tricks for Linux☆59Updated 7 years ago
- Examples for Linux ptrace(2)☆135Updated last year
- Transform vmlinuz into a fully debuggable vmlinux that can be used with /proc/kcore☆132Updated last year
- Dump page tables on various OSes and analyze them☆28Updated 9 years ago
- Tool tracing syscalls in a fast way using eBPF linux kernel feature☆99Updated 2 years ago
- Simple Function calls tracer☆73Updated 7 years ago
- A tiny debugger implement the GDB Remote Serial Protocol. Can work on i386, x86_64, ARM and PowerPC.☆173Updated 3 years ago
- a quick open/close/ioctl/read/write/free function hooker☆192Updated 9 years ago
- Tool to demangle C++ symbols.☆58Updated 2 years ago
- Example code for changing syscall arguments using ptrace☆46Updated 5 years ago
- LD_PRELOAD hook to trace malloc and free☆45Updated 7 years ago
- RetDec plugin for Radare2☆126Updated 2 years ago
- Using ftrace for function hooking in Linux kernel☆288Updated 4 years ago
- ELF shared library import table patching for function redirection.☆192Updated 5 years ago
- Speculative disassembly, CFG recovery, and call-graph recovery from stripped binaries.☆107Updated 7 years ago
- dlopen from memory☆216Updated 10 years ago
- wrapper library for the functionality offered by ptrace. features facilities to enter breakpoint, debug and hook syscalls, etc.☆21Updated 3 years ago
- A simple library focusing on demangling symbols for different programing languages☆47Updated 4 years ago
- Dynamic creation and update of ELF files, or: an allocator for JIT compilers☆34Updated last month
- Heap analysis tooling for ptmalloc☆46Updated 3 years ago
- ☆51Updated 5 years ago
- An assembler to intermediate language translator based on Qemu☆33Updated 9 years ago
- a lightweight library to parse Linux's /proc/[pid]/maps file, which contains the memory map of a process☆133Updated last year
- Fork of http://code.nsnam.org/thehajime/elf-loader/ for unlimited dlmopen namespaces☆21Updated 2 years ago
- A library for GDB (with python support), that adds useful functions to the standard 'gdb' library.☆77Updated 14 years ago