mirror of
https://github.com/youssefnoob003/SindriKit
synced 2026-07-07 21:57:09 +00:00
10 lines
437 B
Markdown
10 lines
437 B
Markdown
# Loaders Domain
|
|
|
|
This directory contains implementations for bootstrapping code into memory.
|
|
|
|
## Table of Contents
|
|
- [techniques.md](techniques.md)
|
|
Provides a stage-by-stage breakdown of the Reflective PE Loading pipeline and the KnownDlls mapping strategy.
|
|
- [api_reference.md](api_reference.md)
|
|
Public API documentation for the reflective loader engine, execution chain wrapper functions, and the KnownDlls loader configurations.
|