Files
youssefnoob003-SindriKit/docs/domains/primitives/modules/README.md
T
2026-06-22 12:38:04 +01:00

446 B

Module Primitives

This directory covers techniques for resolving loaded module base addresses and extracting exported functions without relying on highly-monitored OS APIs.

Table of Contents

  • peb_walking.md Explains how to manually traverse the PEB->Ldr lists to locate DLLs in memory.
  • api_reference.md Public API documentation for PEB walking functions and the snd_module_api_t interface.