Repository navigation
#
indirect-syscalls
- Website
- Wikipedia
Contains all the material from the DEF CON 31 workshop "(In)direct Syscalls: A Journey from High to Low".
C
655
1 年前
The following two code samples can be used to understand the difference between direct syscalls and indirect syscalls
C
185
1 年前
Malleable shellcode loader written in C and Assembly utilizing direct or indirect syscalls for evading EDR hooks
C
105
4 个月前
shellcode loader that uses indirect syscalls written in D Lang The loader bypasses user-mode hooks by resolving system calls manually from NTDLL using a hash-based method.
D
9
7 个月前