Yeah during the operation it wont change, but how do i use the base address + the offset together? its giving me an error "expected str, got int instead" when i try to add the offset to it. For example: self.xpMultiplier1 = (me32.modBaseAddr)+0x591938
print(me32.szModule)
print(me32.modBaseAddr)
print(me32.th32ModuleID)
b'CoDWaWmp.exe'
<ctypes.wintypes.LP_c_byte object at 0x0000022743F10BC8>
1
b'ntdll.dll'
<ctypes.wintypes.LP_c_byte object at 0x0000022743F10BC8>
1
b'wow64.dll'
<ctypes.wintypes.LP_c_byte object at 0x0000022743F10BC8>
1
b'wow64win.dll'
<ctypes.wintypes.LP_c_byte object at 0x0000022743F10BC8>
1
b'wow64cpu.dll'
<ctypes.wintypes.LP_c_byte object at 0x0000022743F10BC8>
1
got told that the BaseAddress for any CoD is static and i couldve just used the address that is displayed on CE
thanks anyway, indeed learned stuff from here