1
0

doc/README: Add option 4 and 5

This commit is contained in:
2025-01-04 16:15:13 +01:00
parent 4c8fae3fec
commit 235dc631aa

View File

@@ -101,3 +101,17 @@ Option 3: Kernel module {#kernel-module}
* Only works with Linux system calls
* Also works with statically linked executables
* Only possible with some "hacks" inside the kernel module (to access the Syscall Table)
* [litux.nl?](https://litux.nl/mirror/networksecuritytools/0596007949/networkst-CHP-7-SECT-2.html)
Option 4: Emulating {#emulating}
--------------------------------
* Valgrind, GDB
Option 5: Modifying the kernel {#kernel}
----------------------------------------
* Add a special Syscall to intercept/modify other Syscalls