judy22
New User
- 3
- 07/15/17
- 0
Thread Author
I was able to dump the unpacked version of packed libgame.so . Is it possible to force the app to load the unpacked version of .so file ? because I want to make some modifications to game.
I do not how the library was packed.I was able to dump the unpacked version by injection a library into the app that read /proc/pid/maps file then search for the library I am interested in gets its base address and dump the data to a file.I cannot use a debugger when I attach a debugger the app immediately crush.
when I replace the libgame.so with dumped version the app crush.
I found useful Chinese tutorial https://translate.google.com.sa/tran...ml&prev=search
it seems what I need and I think it something related to .init_proc
I do not how the library was packed.I was able to dump the unpacked version by injection a library into the app that read /proc/pid/maps file then search for the library I am interested in gets its base address and dump the data to a file.I cannot use a debugger when I attach a debugger the app immediately crush.
when I replace the libgame.so with dumped version the app crush.
I found useful Chinese tutorial https://translate.google.com.sa/tran...ml&prev=search
it seems what I need and I think it something related to .init_proc