# 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.