SindriKit v1.0.0 (Initial Public Release) #1
youssefnoob003
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SindriKit is a Windows evasion toolkit written in C. This first release provides the core engine, focusing on a Dependency Injection architecture that separates offensive techniques from underlying OS execution mechanics. By programming against a unified API abstraction, operators can switch execution profiles (e.g., standard Win32 APIs vs. direct syscalls) without modifying their core payload logic.
Core Features (v1.0)
\KnownDllsObject Manager directory to provide clean execution bases.is_mapped) for handling raw and memory-mapped files safely.Build and OpSec Constraints
/W4 /WXto catch implicit truncations and pointer mismatches at compile time.SND_ENABLE_DEBUG=OFFremoves all state-machine prints and error contexts, ensuring no framework strings end up in the.rdatasection.SND_CRTLESS=ONflag builds the engine without the C Standard Library, relying on compiler-intrinsic fallbacks.Documentation
Full documentation on the architecture, build constraints, and PoC walkthroughs is available in the Documentation Index in the repository root.
Warning
No Pre-Compiled Binaries
For Operational Security (OpSec) reasons, no pre-compiled binaries are provided. Please compile the framework and the bundled PoCs directly from source.
What's Next
The v1.0 engine serves as the base for future updates, which will introduce dedicated domains for:
SindriKit is built exclusively for educational, research, and authorized Red Teaming purposes.
This discussion was created from the release SindriKit v1.0.0 (Initial Public Release).
Beta Was this translation helpful? Give feedback.
All reactions