mirror of
https://github.com/youssefnoob003/SindriKit
synced 2026-07-07 21:57:09 +00:00
819 B
819 B
Syscall Primitives
This directory details SindriKit's advanced system for extracting System Service Numbers (SSNs) and bypassing inline userland EDR hooks.
Warning
Initialization Constraint: The syscall pipeline requires setting up the NTDLL base address.
snd_set_ntdll()(fromsindri/primitives/ntdll.h) must be called prior to invoking any resolution function.
Table of Contents
- pipeline.md Explains the cascading fallback mechanism used to evaluate multiple SSN resolution strategies sequentially.
- gates.md Provides technical breakdowns of the Hell's, Halo's, Tartarus', and VelesReek extraction techniques.
- api_reference.md Public API documentation for syscall resolvers, pipeline configuration, and the generic ASM invocation stub.