`English`
•
`日本語` •
`Portuguese` •
`Türkçe`


StackSentry started from a simple idea that kept getting more stubborn: if a loader tries to hide where a `LoadLibrary` came from, the call stack probably still leaves a clue somewhere.
This project is an x64 user-mode research tool for memory triage, loader analysis, and sensitive DLL-load detection. It starts a target process, injects a lightweight monitor DLL, and watches important events as they happen, trying to answer one direct question: **who actually caused this DLL load or network use?**
> [!Important]
> |**This project is still under development**. Bugs, false positives, and false negatives may happen. |
> |:--------------------------------|
> | StackSentry was built mainly to make loader and in-memory payload analysis easier in a lab.