paul44 Expert Cheater
Reputation: 3
Joined: 20 Jul 2017 Posts: 224
|
Posted: Fri Aug 28, 2026 1:40 am Post subject: Failure determining what <process.exe> means |
|
|
see [ https://ibb.co/chF3gG8k ]
=> same error: print(getAddress('AFE2-Win64-Shipping.exe'))
in memview ~ goto address: [ 00007ff624300000 ]
I've only come across this once or trwice, so decided to "get down" to it this time...
Practically, it falls over:
local startAddr = getAddress(process)
local endAddr = startAddr + getModuleSize(process)
Q: how to get these addresses
(or perhaps how to set protection flags, as it does seem to be related to these somehow ?
Note: i vaguely recall setting flags to +W only to get the [scan.firstScan()] going, but this does not always seem to work ?!
(plus: it did not fail over 'process', if not mistaken)
ps: tried this will several ce vs
ps2: 7.7 - got it right once after a reboot (need more testing) |
|