mirror of
https://github.com/youssefnoob003/SindriKit
synced 2026-07-07 21:57:09 +00:00
887 B
887 B
Operational Domains
This directory categorizes the actionable offensive capabilities of SindriKit into specialized functional areas.
Important
Domain Independence Each domain must remain entirely self-contained. A loader cannot directly depend on an evasion module; they interact exclusively through the injected primitive interfaces.
Table of Contents
- primitives/ The foundational extraction, memory, and resolution techniques that all other domains rely on.
- loaders/ Mechanisms for bootstrapping and executing code payloads entirely in memory (e.g., Reflective PE Loading).
- evasion/ Placeholder: Future domain for heuristic evasion, memory scanning bypasses, and sleep obfuscation.
- injection/ Placeholder: Future domain for remote process targeting, thread hijacking, and payload injection.