mirror of
https://github.com/youssefnoob003/SindriKit
synced 2026-07-07 21:57:09 +00:00
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->Ldrlists to locate DLLs in memory. - api_reference.md
Public API documentation for PEB walking functions and the
snd_module_api_tinterface.