Jump to content
  • 0

Do anyone know Dumping Libunity.so file like Libil2cpp.so in readable format?


Question

Posted

I have a game thats main game functions thats affect the game are in libunity.so.  The game has also libilcpp.so.  But in game collision wallhacks, fly hacks all are in libunity. 

 

Now i want to find the offset for them.  I have ida and radare2.  But they don't show me function name.  That why i am unable to find offsets. 

Is there any proper way to find offset from libunity.so. 

 

I don't want to stuck on normal trial and error fuzzy serach method that kills time.

1 answer to this question

Recommended Posts

  • 0
Posted
On 7/6/2025 at 6:43 PM, bs6489570 said:

I have a game thats main game functions thats affect the game are in libunity.so.  The game has also libilcpp.so.  But in game collision wallhacks, fly hacks all are in libunity. 

 

Now i want to find the offset for them.  I have ida and radare2.  But they don't show me function name.  That why i am unable to find offsets. 

Is there any proper way to find offset from libunity.so. 

 

I don't want to stuck on normal trial and error fuzzy serach method that kills time.

Should be the exact same as for libil2cpp.so. Find the start address of libunity.so with gg.getRangesList("libunity.so")[1].start, and subtract that from the address of your value.

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
×
×
  • 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.