This is the AMP version of this page.
If you want to load the real page instead, click this text.

Help! How Do I Decompile ".SO" Library File Of An Android App?

zxzxq34111

Platinian
Jul 10, 2024
6
3
3
25
Thx for chatGPT bruuuh.


1) u need dump offsets through Il2cppDumper
2) use dump.cs or launch dnspy.exe and find the method you need to change
3) above it u can see similar text ([Address(RVA = "0x1194F68", Offset = "0x1194F68", VA = "0x1194F68")])
4) launch ida and find method with name sub_1194F68(it's the same address as above /\), big win u found method and can edit his
OR launch HxD and press hotkey Ctrl+G and type in that address you found
5) edit method save ur file HxD -> Ctrl+S, IDA (Edit->Patch program->Apply patches to input file) and change original .so on ur
6) profit!