This is the AMP version of this page.
If you want to load the real page instead, click this text.

Tutorial How to decrypt an encrypted .dll file with GDB gcore (Root only)

Hello.

I followed your tutorial but I stopped at the point where you have successfully dumped using gdb.
The dumping process was fine, and I could get the file to be transferred to my PC.
But there is something weird, the file is only 1KB.

I know it's not normal so I tried to redo the process; however, the result is still the same.
Have you ever had an experience like this before? How do you solve it?

P.S. The game I'm trying to dump is Utopia: Origin.
 
you are using a x86 device or trying to dump a x86 game. GDB only works for ARM.
 
I got the problem. It say that gdb not found. Although i can be sure that both of files was copied to /system/bin already.
 
Hi, i tried with 2 phones, (i'm trying to fix my old xperia arc s to try with it too) but i'm always getting the error saying: error: Android 5.0 and later only support position-independent executables (-fPIE).

I tried with a Mi8 Explorer running Android 10 and based on arm64 and a OnePlus One with Android 9 based on arm but seems the method is outdated or i'm doing something wrong.

I gave both gdb and gdbserver 777 permissions but i reached a deadend and with gameguardian the game never starts because is detecting gg :/

Is there any emulator that can support this method?

Thanks :3