Jump to content
  • 0

How to view .so (Shared Object) Functions Name and Address with Offset?


GuyLian

Question

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...