Hi
When i open Assembly-CSharp.dll File on .NET Reflector, i got the error that say "Assembly-CSharp, File is not a portable executable. DOS header does not contain 'MZ' signature.". can someone help me with this and how to dump the game?
it is possible to decrypt DLL file and make it execute-able but peoples won't help me, always give me bad explaination and ignore me.
The game is named
Call Of Duty Heroes Android. I had modded it before and i always modify units damage so units can destroy the buildings instantly but now the game is encrypted for good and it is dead end for me.
I found the steps how to dump the game but i have no idea how to cut out DLL file with the big 900 MB file. i don't know what to do...
1. Download gcore

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
I found an article about dumping an Android game and decrypt classes.dex file so the codes can be human readable but i have no idea what program to use.
Link to encrypted DLL files: