Jump to content

Enyby
 Share

Recommended Posts

  • Moderators
26 minutes ago, Enyby said:

It will not be clear. Some kind of magic in the video. It can not be repeated. No any benefit to get from this. Apply for other cases - the same is not.
So there will be no benefit from this video.
Well, to understand what is happening, you need to have the necessary set of knowledge, which the majority does not possess.
The memory editor is used in less than 0.1% of launches.

Agreed.

There video would be useful for that 1 game and that 1 version and not provide any benefit. It's the steps before that get you to that, that's where it's useful.

Link to comment
Share on other sites

  • 2 weeks later...
  • Moderators

@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.

Link to comment
Share on other sites

  • Administrators

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.

Link to comment
Share on other sites

  • Moderators

@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

Link to comment
Share on other sites

  • 2 weeks later...

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.