Skip to content

Commit 206dd92

Browse files
authored
Updated readme.
1 parent e0ea99b commit 206dd92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Just download the [latest version](https://github.com/KN4CK3R/ReClass.NET/releas
5555
**\<Program.exe> + 0x123** will use the base address of Program.exe and add 0x123 to it.
5656
**[0x4012ABDE]** will read the integer (4 byte on x86 / 8 byte on x64) from the address 0x4012ABDE and use this value as class address.
5757
**[\<Program.exe> + 0xDE] - AB** will use the base address of Program.exe, add 0xDE to it, read the value from this address and finally sub 0xAB from it.
58+
**[\<Program.exe> + offset + [\<Program.exe> + offset2]]** Nested operations are supported too.
5859

5960
Valid operations are read ([..]), add (+), sub (-), mul (*) and div (/). Please note that all operations are integer calculations.
6061

0 commit comments

Comments
 (0)