- 0
how to edit a specific memory address?
-
Similar Content
-
- 3 answers
- 1,004 views
-
- 1 answer
- 1,142 views
-
- 2 answers
- 1,023 views
-
- 1 answer
- 405 views
-
- 1 answer
- 804 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
vcry
hello i need to edit a libil2cpp memory value.
I need to modify two values inside the memory, the main and the secondary (bottom), where is:
main value modify to : A MOV R0, #1
sec value modify to: A BX LR
rangeList: libil2cpp.so
offset: 0x6225F4
I looked for a template and found it, but it can only modify the main value and not the secondary one, see:
local start = gg.getRangesList('libil2cpp.so')[1].start
gg.setValues({{address = start + 0x6225F4, flags = 4, value = '~A MOV R0, #1'}})
how do i modify the low value of it together?
Link to comment
Share on other sites
13 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