analyze_plt_got_table
Analyze ELF PLT/GOT tables or PE Import Address Table (IAT) to inspect dynamic linking, detect GOT overwrite vulnerabilities, and identify hooking or patching points.
Instructions
Analyze PLT/GOT tables (ELF) or IAT (PE) of a binary file.
PLT/GOT is the core of ELF dynamic linking and the target of GOT overwrite attacks. IAT is the PE Import Address Table, commonly used for hooking and patching.
Args: file_path: Absolute path to the binary file.
Returns: PLT/GOT or IAT analysis results in JSON format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |