segment.add_user
Add a custom memory segment to a binary analysis session, specifying start address, length, and permissions for reverse engineering tasks.
Instructions
Add user segment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | ||
| length | Yes | ||
| readable | No | ||
| writable | No | ||
| executable | No | ||
| session_id | Yes | ||
| data_length | No | ||
| data_offset | No | ||
| contains_code | No | ||
| contains_data | No |