frida_win_hollowing_detect
Detect process hollowing in Windows processes by comparing PE section headers against actual memory content to flag discrepancies like RWX .text or size mismatches.
Instructions
[Windows] Detect process hollowing via PE section comparison.
Parses the in-memory PE header, compares each section's expected size/characteristics vs actual memory content. Flags discrepancies like RWX .text, unmapped sections, or size mismatches.
target: process name or pid (string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |