Jump to content
  • 0

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


GuyLian
 Share

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

  • 1

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.