pwntools_make_elf
Assemble assembly code into a runnable ELF binary for debugging or analysis. Supports multiple CPU architectures like amd64, i386, arm, aarch64.
Instructions
Compile assembly code into an ELF binary using pwntools make_elf.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |