GuyLian Posted November 3, 2023 Share Posted November 3, 2023 Hello scientists, I am trying to make Opcode Injections but I need to find the address with offset of the function which is inside "libmatch.so". I also dumped IL2CPP functions in "libil2cpp.so" but the function I need is not in that dump file. Any help please? Link to comment Share on other sites More sharing options...
MC874 Posted November 4, 2023 Share Posted November 4, 2023 Hi @GuyLian, there's several ways to do this: Using dissasembler software: IDA Pro or Ghidra (Windows / Linux) Using debugging tool: Frida Toolkit Using dissasembler command line toolset: Radare2 on Termux (Android) Analyze manually from Game Guardian Memory Viewer, function often starts with: "LDR", "PUSH" or "ADRL" Let me know if you have any questions. Link to comment Share on other sites More sharing options...
THETWINSOFFICIAL Posted November 4, 2023 Share Posted November 4, 2023 You can use gg Set range xa > selected libmatch.so Use calculate offset enter you offset And you can see stucture arm code And you can mod libmacth just use gg and hex apk Link to comment Share on other sites More sharing options...
GuyLian Posted November 4, 2023 Author Share Posted November 4, 2023 Thanks @MC874and @SYLVIAfor reply. I request thread lock. Link to comment Share on other sites More sharing options...
THETWINSOFFICIAL Posted November 4, 2023 Share Posted November 4, 2023 12 hours ago, GuyLian said: Thanks @MC874and @SYLVIAfor reply. I request thread lock. Ok Link to comment Share on other sites More sharing options...
Question
GuyLian
Hello scientists,
I am trying to make Opcode Injections but I need to find the address with offset of the function which is inside "libmatch.so".
I also dumped IL2CPP functions in "libil2cpp.so" but the function I need is not in that dump file.
Any help please?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.