Jump to content

Enyby
 Share

Recommended Posts

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