- 0
How to make JMP/BR Opcode Injections in ARM64
-
Similar Content
-
- 3 answers
- 647 views
-
- 0 answers
- 427 views
-
- 0 replies
- 618 views
-
- 0 replies
- 735 views
-
- 7 answers
- 1,882 views
-
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.
Question
GuyLian
Hello scientists,
I am trying to make Opcode Injections for a game runs in ARM64 Device.
In order to do that I have to use BR (Branch to Register). But I am currently getting error in GG and says : failed to organize arm64 opcode (movz x0, #0xE000).
I already allocated memory page it starts from address 78D26AE000 and here is the ARM64 Assembly Code I want to use :
The reason Im doing this because I want to inject this ARM64 Assembly Opcode in the game :
So I can check if W21 is equals to (0xB0FF) then change it to (0xB0CC) using this ARM64 Assembly Opcode :
Any helps or is there a better way to do it?
Kind regards.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now