check_binary_protections
Parse compiled Windows PE and Linux ELF binaries to verify active defensive protections including ASLR, DEP/NX, SafeSEH, and PIE.
Instructions
Parses compiled binary files (Windows PE .exe/.dll or Linux ELF executables) to verify active defensive compiler protections including ASLR, DEP/NX, SafeSEH, and PIE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the compiled executable or library to analyze. |