rand1337 Posted July 23, 2023 Posted July 23, 2023 hi, how can i patch offset in hidden lib games? except manually searching target lib elf hex
kiynox Posted July 26, 2023 Posted July 26, 2023 [ @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 ---
THETWINSOFFICIAL Posted July 26, 2023 Posted July 26, 2023 On 7/23/2023 at 9:56 PM, rand1337 said: hi, how can i patch offset in hidden lib games? except manually searching target lib elf hex What you mean hidden lib ? Can you send picture about that ?
Question
rand1337
hi, how can i patch offset in hidden lib games? except manually searching target lib elf hex
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.