Rinnegatamante / rinCheat

Multifunction plugin for PSVITA.
GNU General Public License v3.0
160 stars 35 forks source link

Heap Scanner doesn't detect full heap memory #32

Open cysin opened 8 years ago

cysin commented 8 years ago

I tired Dragon's Crown and Muramasa's Rebirth and seems can't get any search results. rinCheat uses 'sceKernelGetMemBlockBase' to get heap memory but looks like this functions only get one block. So is this correct to get all heap memory?

Rinnegatamante commented 8 years ago

In the games i tried, it returned a block of 64 MBs of memory. I can't think to another way to get more RAM to scan.

cysin commented 8 years ago

In my test with Muramasa's Rebirth, it only returned 256KB of memory. I did a quick reading of vitasdk and perhaps there is no other way to get process's memory info(I am not so experienced with system programming).. This might be a limit of current version of vitasdk. Anyway thanks for your hard work~