Repository navigation

#

indirect-syscalls

The following two code samples can be used to understand the difference between direct syscalls and indirect syscalls

C
204
2 年前

Malleable shellcode loader written in C and Assembly utilizing direct or indirect syscalls for evading EDR hooks

C
115
8 个月前

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
1 年前

a c implementation for native syscall resolution and execution on windows x64

C
0
2 个月前

PoC for stealthy indirect Windows syscall invocation to bypass API hooks

Assembly
0
1 个月前