Repository navigation

#

indirect-syscalls

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 个月前