edb_file_offset_to_va
Convert a file offset to its corresponding virtual address in the loaded process, enabling precise binary patching and disk-to-memory mapping analysis.
Instructions
Convert a file offset from the binary on disk to the corresponding virtual address in the loaded process. Essential for patching binaries and understanding disk-to-memory mapping.
Args: params (FileOffsetInput): File offset - offset (int): Offset in bytes from start of file
Returns: str: Virtual address in hex
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |