Posted: Tue Dec 28, 2021 11:35 pm Post subject: Having trouble finding the base address of string Bluestacks
I am reading from the correct process because I can find the particular dynamic address that I am looking for and I can see it update correctly.
The issue that I have are that using "see what accesses this address" and "see what writes to this address" finds absolutely nothing. If I used DBVMs version of this I find a single address but I am not sure how to use this to find the base address I can use to get the value directly so that I can use it in a cheat script.
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
Posted: Wed Dec 29, 2021 1:03 am Post subject:
bluestacks is a virtual machine and dbvm doesn't watch writes/reads in vm's (yet)
And even if it did a table is going to be quite difficult as you're looking at a 4kb memory region unrelated to what comes before and after.
That means you can't allocate memory and are limited to what's insude that 4kb region for code injections. And don't even think about writing data as likely the page is readonly
I really recommend a rooted bluestacks with a new kernel and ceserver _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
bluestacks is a virtual machine and dbvm doesn't watch writes/reads in vm's (yet)
And even if it did a table is going to be quite difficult as you're looking at a 4kb memory region unrelated to what comes before and after.
That means you can't allocate memory and are limited to what's insude that 4kb region for code injections. And don't even think about writing data as likely the page is readonly
I really recommend a rooted bluestacks with a new kernel and ceserver
Thanks for the advice, I'm not sure about CE server. Is it for looking at network traffic or is it just for doing everything separate from the VM? Also there doesn't seem to be a windows version or am I to download the android one?
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