Files
2026-06-22 12:38:04 +01:00
..
2026-06-22 12:38:04 +01:00
2026-06-22 12:38:04 +01: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_mapped flag, 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.