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:
- Example of how to use the ptrace(2) system call to call a userspace method.☆150Updated 6 years ago
- Transform vmlinuz into a fully debuggable vmlinux that can be used with /proc/kcore☆130Updated 10 months ago
- Tool tracing syscalls in a fast way using eBPF linux kernel feature☆98Updated 2 years ago
- Examples for Linux ptrace(2)☆137Updated last year
- a quick open/close/ioctl/read/write/free function hooker☆191Updated 8 years ago
- ELF DSO injector☆65Updated last month
- ELF anti-forensics exec, for injecting full dynamic executables into process image (With thread injection)☆134Updated 7 years ago
- ☆49Updated 4 years ago
- Linux based inter-process code injection without ptrace(2)☆251Updated 7 years ago
- ELF shared library import table patching for function redirection.☆193Updated 4 years ago
- Information about Linux system calls on different architectures☆165Updated last week
- Secure ELF parsing/loading library for forensics reconstruction of malware, and robust reverse engineering tools☆442Updated 3 months ago
- POSIX Function tracing☆337Updated 7 years ago
- Trusted Path Execution (TPE) Linux Kernel Module☆160Updated 5 years ago
- A language and library for specifying syscall filtering policies.☆332Updated last year
- tracy - a system call tracer and injector. Find us in #tracy on irc.freenode.net☆72Updated 6 years ago
- Linux syscall() injection☆38Updated 4 years ago
- A Linux kernel module that locates the system call table in memory and hooks uname. Contributions welcome!☆59Updated 12 years ago
- A minimal toy implementation of strace(1)☆177Updated 2 years ago
- Heap analysis tooling for ptmalloc☆45Updated 3 years ago
- Intercept a system call using a loadable kernel module.☆58Updated 9 years ago
- An ELF parsing and manipulation library for Python☆74Updated 10 years ago
- dlopen from memory☆219Updated 10 years ago
- KPlugs is a Linux kernel module which provides an interface for dynamically executing scripts inside the Linux kernel.☆145Updated 3 years ago
- extended core file snapshot format☆226Updated 6 years ago
- Linux Kernel hooking engine (x86)☆352Updated 8 months ago
- Using ftrace for function hooking in Linux kernel