emptymonkey / ptrace_doLinks
A ptrace library for easy syscall injection in Linux.
☆181Updated last year
Alternatives and similar repositories for ptrace_do
Users that are interested in ptrace_do are comparing it to the libraries listed below
Sorting:
- Transform vmlinuz into a fully debuggable vmlinux that can be used with /proc/kcore☆132Updated last year
- Example of how to use the ptrace(2) system call to call a userspace method.☆150Updated 6 years ago
- a quick open/close/ioctl/read/write/free function hooker☆190Updated 8 years ago
- Tool tracing syscalls in a fast way using eBPF linux kernel feature☆99Updated 2 years ago
- Examples for Linux ptrace(2)☆134Updated last year
- ☆50Updated 4 years ago
- Linux syscall() injection☆39Updated 4 years ago
- ELF DSO injector☆70Updated 4 months ago
- dlopen from memory☆216Updated 10 years ago
- POSIX Function tracing☆339Updated 8 years ago
- ELF anti-forensics exec, for injecting full dynamic executables into process image (With thread injection)☆138Updated 7 years ago
- ELF shared library import table patching for function redirection.☆192Updated 4 years ago
- Secure ELF parsing/loading library for forensics reconstruction of malware, and robust reverse engineering tools☆449Updated 5 months ago
- A language and library for specifying syscall filtering policies.☆335Updated last month
- Intercept a system call using a loadable kernel module.☆58Updated 10 years ago
- Linux based inter-process code injection without ptrace(2)☆253Updated 8 years ago
- Function tracer for gcc☆35Updated 8 years ago
- Dump page tables on various OSes and analyze them☆28Updated 9 years ago
- Information about Linux system calls on different architectures☆167Updated this week
- Trusted Path Execution (TPE) Linux Kernel Module☆163Updated 6 years ago
- A minimal toy implementation of strace(1)☆178Updated 2 years ago
- An ELF parsing and manipulation library for Python