Jump to content
  • 0

arm64 to hex convert in a script


hah7126

Question

6 answers to this question

Recommended Posts

On 7/13/2022 at 12:49 PM, CmP said:

It is enough to change the following in the code of the script to make it work for ARM64:
  - "gg.ASM_ARM" in line 43 to "gg.ASM_ARM64";
  - "~A" in line 66 to "~A8".

The script below includes listed changes and few other ones (like "ARM" to "ARM64" in output). See if it works for you.

arm64_converter.lua 2.33 kB · 1 download

thanks!

Link to comment
Share on other sites

It is enough to change the following in the code of the script to make it work for ARM64:
  - "gg.ASM_ARM" in line 43 to "gg.ASM_ARM64";
  - "~A" in line 66 to "~A8".

The script below includes listed changes and few other ones (like "ARM" to "ARM64" in output). See if it works for you.

arm64_converter.lua

Link to comment
Share on other sites

16 hours ago, CYBORG-WARRIOR said:

Arm = 32bit

Arm64 = 64bit

Why you not use arm64 code ? But you want hex ? You can search code hex in google

Yes I know. Cause I saw this script: Arm to hex convert. Because I want to make a script where the user inputs a number and my script converts the number to hex code and it uses the hex to edit the game

 

arm_converter.lua

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

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