dbhi / binhookLinks
A survey of techniques to hook and/or replace functions in executable binaries or shared libraries
☆29Updated 4 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.☆150Updated 6 years ago
- Tool tracing syscalls in a fast way using eBPF linux kernel feature☆98Updated 2 years ago
- Static instrumentation tool for efficient binary-level coverage analysis.☆148Updated 4 years ago
- Examples for Linux ptrace(2)☆137Updated last year
- A ptrace library for easy syscall injection in Linux.☆181Updated last year
- Collection of simple anti-debugging tricks for Linux☆57Updated 7 years ago
- A tiny debugger implement the GDB Remote Serial Protocol. Can work on i386, x86_64, ARM and PowerPC.☆165Updated 2 years ago
- A function intercept library for Linux applications☆94Updated 6 years ago
- Dump page tables on various OSes and analyze them☆28Updated 9 years ago
- Linux syscall() injection☆38Updated 4 years ago
- Using ftrace for function hooking in Linux kernel☆277Updated 4 years ago
- ELF shared library import table patching for function redirection.☆193Updated 4 years ago
- A tool to list content of virtual tables in a shared library☆125Updated 4 years ago
- Simple Function calls tracer☆73Updated 7 years ago
- Simple hex editor with highlighting for ELF binaries☆56Updated 4 years ago
- RetDec plugin for Radare2☆125Updated 2 years ago
- Example code for changing syscall arguments using ptrace☆47Updated 4 years ago
- Tool to demangle C++ symbols.☆58Updated 2 years ago
- Transform vmlinuz into a fully debuggable vmlinux that can be used with /proc/kcore☆130Updated 9 months ago
- a linux kernel function inline hooking library☆30Updated 7 years ago
- a quick open/close/ioctl/read/write/free function hooker☆190Updated 8 years ago
- LD_PRELOAD hook to trace malloc and free☆44Updated 7 years ago
- Example of using ELF hacking to inject malicious code into a target binary☆22Updated 5 years ago
- a lightweight library to parse Linux's /proc/[pid]/maps file, which contains the memory map of a process☆128Updated 10 months ago
- Heap analysis tooling for ptmalloc☆45Updated 3 years ago
- Simple library to Read and Write Memory of a Linux Process through custom Kernel Module☆52Updated 5 years ago
- Simple Library calls tracer☆22Updated 7 years ago
- An ELF loader capable of manually loading ELF executables directly from memory into a new process, without the use of exec.☆52Updated 5 years ago
- A small kernel module that can hook arbitrary syscalls on x86_64☆52Updated 5 years ago
- ☆25Updated 3 years ago