-
Notifications
You must be signed in to change notification settings - Fork 434
Home
hasherezade edited this page Feb 11, 2022
·
50 revisions
Start by reading the FAQ - Frequently Asked Questions
- FAQ
- How to build
- Default features
-
Additional features
- Detect shellcodes by patterns (
/shellc
) - Detect shellcode by scanning threads' callstack (
/threads
) - Change dump mode (
/dmode
) - Import table reconstruction (
/imp
) - Scan non executable memory (
/data
) - Create a MiniDump of the full process (
/minidmp
) - Ignore modules (
/mignore
) - Detect IAT Hooks (
/iat
) - Create a process reflection before the full scan (
/refl
)
- Detect shellcodes by patterns (
- API
- Docs 📚
- Videos 🎬
- References