View previous topic :: View next topic |
Author |
Message |
hooki How do I cheat?
Reputation: 0
Joined: 11 Mar 2014 Posts: 2
|
Posted: Tue Mar 11, 2014 8:35 am Post subject: When do i need "MEM_MAPPED" memory region setting? |
|
|
In some tutorials, about cheating android game in bluestacks, advises to enable "MEM_MAPPED" memory region option.
I'm really wondering why i need to enable "MEM_MAPPED" memory region option in bluestacks.
If anyone know, Please give me an answer.
Thank you ...[/u] |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Tue Mar 11, 2014 9:09 am Post subject: |
|
|
mem_mapped memory regions are regions that point to shared memory between processes or device memory like a file on a disk, or memory in the gpu
Normal games don't tend to store useful data in those regions, so it's skipped by default.
Emulators do sometimes use mem_mapped memory for emulating the memory of the emulated system
In case of bluestacks it depends on what you're doing. If you're scanning physical memory, then enabling mem_mapped is completly useless and has absolutely no effect on the results _________________
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 |
|
 |
hooki How do I cheat?
Reputation: 0
Joined: 11 Mar 2014 Posts: 2
|
Posted: Wed Mar 12, 2014 12:17 pm Post subject: |
|
|
Dark Byte,
Thank you for your detailed explanation.
Following is based on my understanding about your explanation.
In bluestacks, Because physical memory scan scans all memory in the system, MEM_MAPPED option does not affect. but, when a process's memory was scanned, shared memory does not reside in process memory space. So, it is required to enable kernel debugging and MEM_MAPPED options.
Is it right ? |
|
Back to top |
|
 |
|