Update reptile.md

This commit is contained in:
Ilya V. Matveychikov 2018-07-02 20:17:54 +04:00 committed by GitHub
parent 7c30b030b7
commit 370deabc0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Implemented via `kill(2)` by hooking `sys_call_table[__NR_kill]` entry. Supporte
- enabling/disabling of tampering file content function
- gaining root priveleges to calling process
## Altering system (library) behaviour
## Altering system behaviour
Hooking of system calls by patching syscall-handlers in `sys_call_table[]`:
- to write to read-only page `CR0/WP` technique used (x86-only)