- 150
- Posts
- 16
- Years
- Texas
- Seen Jan 8, 2017
convert 34 to decimal, so u should get 52 subtract 13, to get 39, multiply by 4 to get 156, convert to hex to get 9C, add that to 0x2528BC, and get 0x252958, go to that offset, the first four digits from that offset should be 00 00 00 00 (assuming ur using a blank space)
not sure if the math is right, so u'd have to check it.
An offset specifies only 1 byte. since ur hex editor displays 16 bytes per row, add the hex number of the row to the hex number of the column, thats the offset of the byte ur on. u'd start from the byte that gets highlighted when u use the goto function.
not sure if the math is right, so u'd have to check it.
An offset specifies only 1 byte. since ur hex editor displays 16 bytes per row, add the hex number of the row to the hex number of the column, thats the offset of the byte ur on. u'd start from the byte that gets highlighted when u use the goto function.
Last edited: