Posted: Sat Oct 07, 2023 7:03 am Post subject: Alternative option to Getting Process base address
Here confronts the situation that wherever use "$process", in scripts or adding address manually, results in a Blank Process Name. And it could be a fatal error which "$process" cannot find Attached process's correct base address. Which I believe "$process" is using Process's name binded approching correct process.
However in this case Process's Name is, a blank which can't be recognized. The process name in attaching list shows a reasonable name whereas it shows "???" while using lua script
Code:
openProcess(ProcessIDHere)
attaching to process directly.
By the way, Games nowadays use ASLR so that base address keeps changing every time being open.
What I can do to get Process basic address alternatively?
I can assume one of the method is to aob scan base address's assembly, defining it with name such as BaseAddress. Then alter "$process" with it.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum