Jump to content
  • 0

Offset patching in hidden libraries


rand1337
 Share

Question

2 answers to this question

Recommended Posts

  • 0

[ @rand1337 ]
---
What you mean by "hidden lib" in this case? Some games are often loads Library in certain time and then flushed it again once it's done being loaded. For example PUBGM tends to load "libanogs.so" on startup (Tencent Logo). To verify that your library is exist:

Game Guardian -> Search icon -> Change "In all memory" to "Only within the memory range" -> Dropdown -> Verify the target library exist

---
You can also patch it directly inside the library. Then, change it's CRC32 using: CRC Manipulator
---
Let me know if you're interested in patching the libs directly. I suggest to freeze the game first to check if the target library is exist in certain times:
- You can use Game Guardian function: gg.processPause()
- You can also set a breakpoint using Frida or Ghidra
---

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.