shellcode_analyze
Analyze raw hex shellcode bytes by mapping them into memory, disassembling across architectures, and extracting syscalls and patterns to reveal behavior.
Instructions
Analyze raw shellcode bytes by loading them as a memory blob, disassembling, and identifying syscalls and patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex_bytes | Yes | Hex-encoded shellcode bytes | |
| architecture | No | Target architecture for disassembly | x86 |
| base_address | No | Base address for the shellcode mapping | 0x10000 |