Jump to content

Recommended Posts

Posted

I'm very confused now Between this website and iGameGuardian 12.0 (support iOS 12)
Add Cydia source
http: //aquawu.github
Is the same website?😂😂😂

Posted

Oh, thank you. I am not eligible to join this website. My system is iOS,😭😭  but the work is interesting.🤨🤨  

Thank you for the excellent administrator.😊😊😊😊🤟🤟

  • 2 weeks later...
  • Moderators
Posted

@Enyby

Amazing.... Arm64 opcodes now added 🙂 🙂 🙂

Will gg eventually accept opcodes and convert to hex?

Ex: rather than enter

0100A0E3r

I can do

Mov r0, #1 

and GG will change to hex?

 

doesn't have to be a method of editing. Could be like the xor calculator, but instead a built in arm->hex converter?

 

Best Android app ever made. Keep up the amazing work.

  • Moderators
Posted
1 hour ago, Enyby said:

It is hard task. Need implement assembler.

I figured wouldn't be simple. Just hoping it's in future plans 🙂

  • Moderators
Posted
36 minutes ago, Enyby said:

Disassembler can have errors. If you see difference in gdb and gg - report on forum.

[added 0 minutes later]

Also you can check on ODA: https://onlinedisassembler.com/odaweb/

Oh, good to know.  So far seems accurate.

Would game/example/picture be good? Or you need logcat?

  • Administrators
Posted

No. I need hex or reverse hex for bad command, how it must be and how it in gg.

For example

E58B4508r must be "ldaxrb    w5, [sp]" but appear as "MOV X0, X0".

Better in text, not as image, if possible.

And do not forget specify arch: Thumb, Arm32 or ARM64.

  • Moderators
Posted

@Enyby

Arm64

Hex

E1030032 E003142A E203152A E3031FAA

Op code

ORR    W1, WZR, #1
MOV    W0, W20
MOV    W2, W21
MOV    X3, XZR

 

GG opcode

ORR    W1, WZR, #-0x1

ORR    W0, WZR, W20

ORR    W2, WZR, W21

ORR    X3, XZR, XZR

 

Edit:

Arm64

Hex

BF02006B

Opcode

CMP    W21, W0

Gg Opcode

Subs wzr, w21, w0

  • 2 weeks later...
  • 2 weeks later...
Posted

If there are 65 pointers (with offset), how to refine them by value of that variable which was used to find pointers? Can't find this in video guides.

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.