mirror of
https://github.com/youssefnoob003/SindriKit
synced 2026-07-07 21:57:09 +00:00
Parsers Domain
This directory contains strict parsing engines for interpreting complex file formats (like Portable Executables) purely in-memory.
Table of Contents
- techniques.md
Covers the PE format, the
is_mappedflag, bounds checking philosophy, export/import resolution mechanics, and base relocation patching. - api_reference.md
Complete API documentation for
snd_pe_parse, export/import resolution, relocations, TLS callbacks, and utility macros.