pwntools_build_rop_chain
Automates construction of a ROP chain to call a target function with arguments, leveraging pwntools ROP for exploit development.
Instructions
Build a ROP chain to call a target function with arguments using pwntools ROP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |