ilammy / ftrace-hookLinks
Using ftrace for function hooking in Linux kernel
☆292Updated 4 years ago
Alternatives and similar repositories for ftrace-hook
Users that are interested in ftrace-hook are comparing it to the libraries listed below
Sorting:
- Linux Kernel hooking engine (x86)☆384Updated 2 months ago
- kprobes template☆60Updated 4 years ago
- A small kernel module that can hook arbitrary syscalls on x86_64☆52Updated 6 years ago
- linux elf injector for x86 x86_64 arm arm64☆344Updated 7 years ago
- POSIX Function tracing☆338Updated 8 years ago
- Secure ELF parsing/loading library for forensics reconstruction of malware, and robust reverse engineering tools☆449Updated last week
- A ptrace library for easy syscall injection in Linux.☆183Updated last year
- a lightweight library to parse Linux's /proc/[pid]/maps file, which contains the memory map of a process☆134Updated last year
- Linux based inter-process code injection without ptrace(2)☆255Updated 8 years ago
- hook or replace arbitary linux kernel functions in runtime, supporting arm32, arm64, x86, x86_64☆214Updated 3 weeks ago
- KVM-based Virtual Machine Introspection☆354Updated 2 months ago
- small elf loader☆171Updated last year
- Examples for: Learning KVM - implement your own kernel☆379Updated 2 years ago
- Transform vmlinuz into a fully debuggable vmlinux that can be used with /proc/kcore☆132Updated last year
- A network interface for GDB for Linux Kernel