Jump to content

GG doesn't working since v8.x


cartagra
 Share

Recommended Posts

  • Administrators

No. The problem is not the point. They start another thread that connects to the debugger main process. Well, since the debugger can be only one, the GG has not connect.

app_25    18501 17857 406968 136224 ffffffff 00000000 S com.buffstudio.timinghero
app_25    18514 18501 205728 27312 ffffffff 00000000 S com.buffstudio.timinghero
signed int __fastcall sub_25C44(__pid_t a1, int a2)
{
  __pid_t v2; // r4@1
  __int32 v3; // r0@1
  __int32 v4; // r5@1
  int v5; // r1@3
  int stat_loc; // [sp+4h] [bp-14h]@1

  stat_loc = a2;
  v2 = a1;
  v3 = ptrace(PTRACE_ATTACH, a1);
  v4 = v3;
  if ( v3 < 0 )
    return 255;
  if ( !v3 )
  {
    if ( waitpid(v2, &stat_loc, 0) == -1 && *_errno(0, v5) == 10 )
      waitpid(v2, &stat_loc, -2147483648);
    if ( ptrace(PTRACE_CONT, v2) < 0 )
    {
      ptrace(PTRACE_DETACH, v2);
      return 255;
    }
  }
  return v4;
}

 

Link to comment
Share on other sites

Has the problem been solved?

 

GG8.1.2 no error occurred in speedhack, but speed does not change.

I close GG8.1.2 and open GG7.3.6 then use speedhack but nothing change.

Must be restarted the application to take effect.

Crash app link: https://play.google.com/store/apps/details?id=com.nubee.valkyriecrusade

Link to comment
Share on other sites

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
 Share

×
×
  • 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.