mirror of
https://github.com/youssefnoob003/SindriKit
synced 2026-07-07 21:57:09 +00:00
659 B
659 B
Memory Primitives
This directory documents the paradigms used by the framework to allocate, protect, and free virtual memory within the host process.
Caution
OpSec Warning: Selecting the
snd_mem_winparadigm actively routes memory allocations through userland EDR hooks. Operators must usesnd_mem_nativefor evasive deployments.
Table of Contents
- techniques.md
Contrasts the telemetry differences between standard Win32 allocation (
VirtualAlloc) and Native direct syscalls. - api_reference.md
Public API documentation detailing the
snd_memory_api_tinterface and its pre-built instances.