From 370deabc0de22f9ce483465d944867e68cef9da2 Mon Sep 17 00:00:00 2001 From: "Ilya V. Matveychikov" Date: Mon, 2 Jul 2018 20:17:54 +0400 Subject: [PATCH] Update reptile.md --- details/reptile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/details/reptile.md b/details/reptile.md index 84de635..26b956d 100644 --- a/details/reptile.md +++ b/details/reptile.md @@ -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)