virt2file

Crates.iovirt2file
lib.rsvirt2file
version0.2.0
sourcesrc
created_at2023-03-25 21:26:53.222228
updated_at2023-03-25 21:49:36.346503
descriptionTool for converting between virtual addresses and file offsets
homepage
repositoryhttps://github.com/ItsEthra/virt2file
max_upload_size
id820572
size10,538
Ethra (ItsEthra)

documentation

README

virt2file

Simple utility to convert from virtual address(VA) to file offset and back.

Installation

cargo install virt2file

Usage

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
Commit count: 3

cargo fmt