View previous topic :: View next topic |
Author |
Message |
Lou1082 How do I cheat?
Reputation: 0
Joined: 08 Jun 2014 Posts: 8
|
Posted: Fri Jun 27, 2014 6:51 am Post subject: Bluestacks hacking: Cannot "Find what accesses this add |
|
|
After opening Bluestacks and searching the process "00000000-[Physical Memory]", I was successfully able to isolate an address for currency in a Bluestacks app and freeze it to a very high number (for infinite currency).
I unfroze the address and verified that the value decreases as I spend my currency (and increases as I gather more).
However, when I try to "Find out what accesses this address" (thereby opening the debugger), I notice that while the address does change as I spend currency, there are no hits in the debugger window.
I would really like to find the code responsible for changing that currency value. Please advise.
Computer specs:
i5-3470 (4-core 3.2 GHz CPU)
32 GB DDRAM
Win7 64-bit
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25785 Location: The netherlands
|
Posted: Fri Jun 27, 2014 7:30 am Post subject: |
|
|
Two problems
1:physical memory is not a real process so debugging just won't work
2:bluestacks is an ARM emulator, so even if debugging would have worked, the address you'd find would be that of the emulator and not of the game
if you wish to find the code use an arm debugger inside bluestacks (sadly enough ce's arm debugger only works on real android devices and not on bluestacks)
_________________
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 |
|
Back to top |
|
 |
Rissorr Master Cheater
Reputation: 3
Joined: 17 Sep 2013 Posts: 273 Location: Israel!
|
Posted: Fri Jun 27, 2014 11:03 am Post subject: |
|
|
So you mean that bluestacks its a virtual mini system running in your system, And the CE debugger cannot debug this memory?
P.S what ARM?
|
|
Back to top |
|
 |
|