re_disasm
Disassemble code at a given file offset, RVA, or VA. Select x86 or x64 (defaults to PE arch) and receive Capstone disassembly for reverse engineering tasks.
Instructions
Capstone disassembly at file offset / RVA / VA.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| va | No | ||
| rva | No | ||
| arch | No | x86|x64; default from PE | |
| path | Yes | ||
| count | No | ||
| offset | No |