pwntools_analyze_elf
Analyze ELF binaries to reveal entry point, security protections (PIE, NX, RELRO, Canary), sections, symbols, PLT/GOT, and segments.
Instructions
Analyze an ELF binary using pwntools — entry point, PIE/NX/RELRO/Canary, sections, symbols, PLT/GOT, segments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |