Scans a given process. Recognizes and dumps a variety of potentially malicious implants (replaced/injected PEs, shellcodes, hooks, in-memory patches).
BSD 2-Clause "Simplified" License
3.1k
stars
433
forks
source link
Scan non-executable pages for shellcode if DEP disabled #37
Closed
hasherezade closed 5 years ago
If the DEP is disabled for the process, shellcode can be also executed from a non-executable page.
PE-sieve should be able to detect what DEP policy applies on the particular process, and if needed, scan non-executable pages.