Make DLL file portable executable?

11
04/13/15
18
Thread Author
Hi

How can i make DLL file portable executable?

I followed this steps from another person
1. Download gcore http://dan.drown.org/android/gdb-static.tar.gz
2. extract.
3. Copy all file in folder bin to /system/bin in my device and grant root access.
4. Download Terminal app from play Store and run it
5. Run the encrypted game (Darkness Rebord or Crusaders quest)
6. type
Code:
su
dumpsys meminfo | grep com.gamevil.*

i will get pid
7. type

Code:
gdb -pid xxxx
gcore /sdcard/a
8. So i will get file named "a" about 800-900 mb in sdcard and copy it to my computer

the last step is missing. i don't know what to do with the big file. what should i do?

i downloaded Darkness Reborn and i opened the PE-able DLL file on HEX and i see those very very very long hex.

ON TOP AND BOTTOM

Code:
4D5A90000300000004000000FFFF0000B800000000000000400000000000000000000000000000000000000000000000000000000000000000000000800000000E1FBA0E00B409CD21B8014CCD21546869732070726F6772616D2063616E6E6F742062652072756E20696E20444F53206D6F64652E0D0D0A2400000000000000504500004C010300D71509550000000000000000E0000E210B01060000CA020000
............

Code:
MZ......................@...............................................!..L.!This program cannot be run in DOS mode....$.......PE..L......U...........!.........
...........

here is the useful image

d7947d9c4eb3229dd0d407680ad4c0c968f65f69.webp


The original game Drakness Reborn does not have those hex so the Refelctor can't open it.

Is there any easy steps on how to make it portable executable?? please help me.
 
Back
Top Bottom