- 0
how to edit a specific memory address?
-
Similar Content
-
- 4 answers
- 981 views
-
- 2 answers
- 732 views
-
- 1 answer
- 559 views
-
- 1 answer
- 575 views
-
Tutorial | How to use "allocate memory page" and "copy memory" feature
By Platonic,
- player name
- Modification
- (and 2 more)
- 0 replies
- 1,236 views
-
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