Page 1 of 1

Offset Calculator v1.0 & v1.1

Posted: Tue May 18, 2010 12:06 am
by H_T_P
Being able to easily retrieve the corresponding offset of a byte into an executable and a dll from its Virtual Address in memory has always been an issue for many people that dedicate time to Reverse Engineering.

Due to the different section allignment in memory and the different size, calculating the offset of a byte from the Virtual Address can be really annoying.

This tool solves this issue by automatically doing all necessary calculations.

Furthermore, it will notify you if the Virtual Address entered does not correspond to an offset in the file on disk due to the section alignment in memory, which is very important for inline patching tecniques.


Now you know what you are doing...before you even try to do it!!!


Image


Download v1.0:

Code: Select all

http://reversing.gr/download/Our_Tools/Offset.Calculator_v1.0_By_H_T_P-iCWT.rar
Download v1.1:

Code: Select all

http://reversing.gr/download/Our_Tools/Offset.Calculator_v1.1_By.H_T_P.iCWT.rar
Read info about updates/changes in the About menu of the latest version.

Enjoy,

H_T_P