mirror of
https://github.com/milabs/awesome-linux-rootkits.git
synced 2025-01-08 06:18:03 -05:00
Update reptile.md
This commit is contained in:
parent
f8f78b49c6
commit
584fc8c348
@ -48,7 +48,6 @@ Filtering of directory entries by hoocking:
|
|||||||
|
|
||||||
Filtering PID-like numeric entries while listing `/proc`:
|
Filtering PID-like numeric entries while listing `/proc`:
|
||||||
- getdents/getdents64 hook used
|
- getdents/getdents64 hook used
|
||||||
|
- hidden tasks are marked using `task->flags` (bit `0x10000000`)
|
||||||
|
|
||||||
Hidden tasks are marked using `task->flags`, bit `0x10000000` used.
|
:exclamation: Not able to hide all threads and children of hidden (parent) process.
|
||||||
|
|
||||||
Not able to hide all threads and children of hidden (parent) process.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user