Alambuhbae123 Posted February 18, 2019 Posted February 18, 2019 I have question. I want to change memory range only to; Xa:CF24F000-CF59x000 r-xp'/ data/app/com.dts.freefireth-1/ lib/arm/libi12cpp.so' but then how do I put this in a script. I mean like.....is it like this? gg.getRangesList("libil2cpp.so")gg.setRanges(gg.REGION_C_DATA | gg.REGION_CODE_APP)gg.searchNumber(13073.3740234375, gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
Administrators Enyby Posted February 18, 2019 Administrators Posted February 18, 2019 1 minute ago, Alambuhbae123 said: gg.getRangesList("libil2cpp.so") Try see what return this call. And use data from it for set range for search.
Question
Alambuhbae123
I have question. I want to change memory range only to;
Xa:CF24F000-CF59x000 r-xp'/ data/app/com.dts.freefireth-1/ lib/arm/libi12cpp.so'
but then how do I put this in a script. I mean like.....is it like this?
gg.getRangesList("libil2cpp.so")
gg.setRanges(gg.REGION_C_DATA | gg.REGION_CODE_APP)
gg.searchNumber(13073.3740234375, gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.