| aaabbbccc | 
			
				|  Posted: Tue Aug 15, 2023 9:02 pm    Post subject: How to find  static address |  
				| 
 |  
				| I`m japanese. 
 I'm currently trying to create cheat codes for games.
 
 But con`t found static address
 
 I output mov [r13+rax+00],r12d with the following opcodes write, and I think rax+00 is the offset, but even if I search the value of r13, there is no static address (green address) I won't go out.
 
 How can I find static address?
 
 
 Below are the full values.
 
 24C88F43400:
 24C88F433F8 - 4C 01 E0  - add rax,r12
 24C88F433FB - 44 8B 64 24 30  - mov r12d,[rsp+30]
 24C88F43400 - 45 89 64 05 00  - mov [r13+rax+00],r12d <<←this
 24C88F43405 - 49 8B 87 F0000000  - mov rax,[r15+000000F0]
 24C88F4340C - 49 89 87 00010000  - mov [r15+00000100],rax
 
 RAX=00000011628D81E8
 RBX=00000000086640D0
 RCX=00000000086640D0
 RDX=00000000000001C6
 RSI=000001CAB5E48D28
 RDI=0000024C845DB040
 RBP=0000024C8461CE40
 RSP=0000024D0869F7E0
 R8=0000024C88546670
 R9=000001CA831FC6C0
 R10=0000000000000002
 R11=0000000000000062
 R12=0000000000000062
 R13=000001CBB5E00000
 R14=0000024BC45D0000
 R15=0000024C845DB0D0
 RIP=0000024C88F43405
 |  |