Crates.io | virt2file |
lib.rs | virt2file |
version | 0.2.0 |
source | src |
created_at | 2023-03-25 21:26:53.222228 |
updated_at | 2023-03-25 21:49:36.346503 |
description | Tool for converting between virtual addresses and file offsets |
homepage | |
repository | https://github.com/ItsEthra/virt2file |
max_upload_size | |
id | 820572 |
size | 10,538 |
Simple utility to convert from virtual address(VA) to file offset and back.
cargo install virt2file
To convert from VA to file offset use:
virt2file -f target.exe 0x7F11223344
To convert from file offset to VA use:
virt2file -f target.exe 0x7F11223344 -r