Jump to content

Recommended Posts

Posted
1 hour ago, VortexInfinity said:

I dont know for me script keeps crashing I have error pKeyPtr outdated

I assume you're using emulator, this script only work on real device. 

Posted (edited)
On 6/20/2019 at 7:15 PM, VortexInfinity said:

Why cant the script work on emulator? Im just curious

Maybe the way emulator handle memory is different from real device.

@Enyby I'm sorry for tagging you, but please can you check it ? Idk why this happen, this script should work on emulator too since they load same shared library. But still same result, it failed.

Edited by saiaapiz
  • Administrators
Posted

It can load x86 lib. Even if it load arm lib, device is x86 and use binary arm translation.

Posted
35 minutes ago, Enyby said:

It can load x86 lib. Even if it load arm lib, device is x86 and use binary arm translation.

I've confirmed there only armv7 lib in apk, So it is forced to load arm lib.

Then, arm lib should be loaded into memory. Idk why gg failed searching for it. Maybe loaded lib not marked as code app region ? 

Posted

@VortexInfinity As i don't use emulator, i need you to provide this.

7 minutes ago, Enyby said:

Collect region log when this process selected in GG and attach log here.

 

  • Administrators
Posted

Executable bit not set:

04000000-04005000 r--p 00000000 08:11 131304     /data/app/com.makingfun.mageandminions-1/lib/arm/libs3eMATSDK.so
04005000-04006000 r--p 00004000 08:11 131304     /data/app/com.makingfun.mageandminions-1/lib/arm/libs3eMATSDK.so
04006000-04007000 rw-p 00005000 08:11 131304     /data/app/com.makingfun.mageandminions-1/lib/arm/libs3eMATSDK.so

04305000-05000000 ---p 00000000 00:00 0 
05000000-059f7000 r--p 00000000 08:11 131305     /data/app/com.makingfun.mageandminions-1/lib/arm/libAPPmageandminions.so
059f7000-05a00000 r--p 00000000 00:00 0 
05a00000-05a22000 r--p 00a00000 08:11 131305     /data/app/com.makingfun.mageandminions-1/lib/arm/libAPPmageandminions.so
05a22000-05a2e000 rw-p 00a22000 08:11 131305     /data/app/com.makingfun.mageandminions-1/lib/arm/libAPPmageandminions.so

So it is not gg.REGION_CODE_APP

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.