Jump to content

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


ThePianoGuy

4 posts in this topic

Recommended Posts

Updated
Hi there,

 

 

 

 

I will show you how to decrypt and encrypted .dll file (when trying to MOD Unity based Android games) using Gcore dump and WinHex.

 

 

 

 

 

Before we start, how to check if a .dll file is encrypted?

 

 

 

 

 

Easy. When you open a .dll file into Reflector and you get:

 

 

 

 

 

"Assembly-CSharp (this could change, depending on the name of the file), File is not a portable executable. DOS header does not contain 'MZ' signature."

 

 

 

 

 

it means you have got an encrypted DLL!

 

 

 

 

 

See image:

 

 

 

 

 

Mt9bkqf.png

 

 

 

 

 

It means the DLL file does not have a valid MZ/PE header so you can't open/modify it. DLL files require MZ/PE headers in order to view its content and, to prevent hacking, some game developers protect their game erasing these MZ/PE headers from some dll files.

 

 

 

 

 

Now let's start with the requirements!

 

 

 

 

 

First of all, you need:

 

 

1. To have some Android Hacking experiences (otherwise you will not understand a single word of this Topic)

 

 

2. A rooted Android device

 

 

3. .NET Reflector or JustDecompile installed on your computer (if you've got hacking experience, you should already have this tool)

 

 

4. A computer running at least Windows XP

 

 

5. A Rooted Android device (Works with BlueStacks) running Android 4.2.2 and newer versions. Previous version might not work.

 

 

Works with Bluestacks. Custom roms with Android 4.2.2+ based are supported

 

 

6. At least 1 GB of RAM on your Device. A minimum of 300-400 MB free RAM space is required

 

 

7. Latest verison of SuperSU or other Superuser apps

 

 

8. BusyBox for Android. Get it from HERE

 

 

9. Terminal app for Android. You can download it from HERE

 

 

10. gcore installed on your device. Download it from: HERE

 

 

11. Any file explorer app installed on your Android device. I'd recommended X-plore

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

55NjVLk.jpg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

PtsKJ2l.pngVWiprRv.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

oMPbxeI.jpg

 

 

 

 

 

 

 

 

 

 

 

 

VEKB0Zp.png

 

 

 

 

 

 

 

 

 

 

 

 

dH2dx7q.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

su

 

 

 

 

 

 

 

 

 

 

YwQuPVl.png

 

 

 

 

 

 

 

 

 

 

 

root@[member='YourName'] #

 

 

 

 

 

 

 

 

fIzHnqp.png

 

 

 

 

 

 

 

 

 

 

 

dumpsys meminfo

 

 

 

 

 

 

 

 

 

 

or

 

 

 

 

 

 

dumpsys meminfo | grep com.*

 

 

 

 

 

 

 

 

 

 

or

 

 

 

 

 

 

dumpsys meminfo | grep th.*

 

 

 

 

 

 

 

 

 

 

UynNHbb.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

118740 kB: com.nhnent.SKQUEST (pid 383 / activities)

 

 

 

 

 

2f4kK8y.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

gdb -pid xxxxx

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

BjM722D.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

(gdb)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

chmod 777 /system/bin/gdb && chmod 777 /system/bin/gdbserver

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

gcore /sdcard/anynames

 

 

 

 

 

 

 

 

 

 

evw3QCI.png

 

 

 

 

 

 

 

 

 

 

 

 

 

daIMwGJ.png

 

 

 

 

 

 

 

 

 

 

 

Saved corefile /sdcard/xxxxxxxx

 

 

 

 

 

1k2XoSb.png

 

 

 

 

 

 

 

 

 

 

 

 

qu0dUi6.jpg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

21XDniJ.jpg

 

 

 

 

 

 

 

 

 

 

KyVpF3A.jpg

 

 

 

 

 

OR

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

1zZ2okI.pnglDxOJBM.png

 

 

 

 

 

 

 

 

 

 

BLAMO2F.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

vwiY6Sl.jpg

 

 

 

 

 

 

 

 

 

 

G1TXfOH.png

 

 

 

 

 

 

 

 

 

 

nABBcma.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

HfbJdcY.png

 

 

 

 

 

 

 

 

 

 

AR43Mxe.jpg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

MsPP0tr.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

eDtKnU0.png

 

 

 

 

 

 

 

 

 

 

 

Assembly-CSharp.dll

Assembly-CSharp-firstpass.dll

Assembly-UnityScript.dll

Assembly-UnityScript-firstpass.dll

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

mZB1PnI.png

 

 

 

 

 

 

 

 

 

 

 

Assembly-CSharp.dll = 000034.dll

Assembly-CSharp-firstpass.dll = 000030.dll

Assembly-UnityScript.dll = 000028.dll

Assembly-UnityScript-firstpass.dll = 000013.dll

 

 

 

 

 

 

 

 

 

 

B0CD3jO.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

AndnixSH

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Archived

This topic is now archived and is closed to further replies.

  • Our picks

    • Olympush v0.0.12 [ +5 Cheats ] Currency Max
      Modded/Hacked App: Olympush By Arcane Blast s.r.o.
      Bundle ID: com.ArcaneBlast.Olympush
      App Store Link: https://apps.apple.com/us/app/olympush/id6762312452?uo=4

      🤩 Hack Features

      - Unlimited Gold
      - Enough Parts / Upgrade Hero
      - Mana Freeze
      - Unlimited Trop Deploy / iGG Auto Touch Use / Always Win
      - AI Freeze
      • 0 replies
    • Olympush v0.0.12 [ +5 Jailed ] Currency Max
      Modded/Hacked App: Olympush By Arcane Blast s.r.o.
      Bundle ID: com.ArcaneBlast.Olympush
      App Store Link: https://apps.apple.com/us/app/olympush/id6762312452?uo=4

      🤩 Hack Features

      - Unlimited Gold
      - Enough Parts / Upgrade Hero
      - Mana Freeze
      - Unlimited Trop Deploy / iGG Auto Touch Use / Always Win
      - AI Freeze
      • 1 reply
    • North War: Island Defense 3D v1.2.2 [ +3 APK MOD ] Currency Max
      Mod APK Game Name: North War: Island Defense 3D
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.bgg.island.battle&hl=en

       

      🤩 Hack Features

      - ADS NO / Rewards Free
      - Unlimited Currency
      - Unlimited Resources

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      iOSGods App for Android







       

      📖 Android Installation Instructions

      STEP 1: Download the modded APK file from the link above using your preferred Android browser or download manager.
      STEP 2: Once the download is complete, open your file manager and locate the downloaded .apk file (usually in the Downloads folder).
      STEP 3: Tap the APK file, then select Install. If prompted, enable Install from Unknown Sources in your device settings.
      STEP 3A: If the mod includes an OBB file, extract it if it’s inside an archive. Then move the folder to: /Android/obb/
      STEP 3B: If the mod includes a DATA file, extract it if it’s archived. Then move the folder to: /Android/data/
      STEP 4: Once installed, open the game and toggle your desired cheats & features through the APK mod menu. Enjoy!

       

      NOTE: If you have any questions or issues, read our Frequently Asked Questions topic. If you still need help, post your issue below and we’ll assist you as soon as possible. If the mod works for you, please share your feedback to help other members!

       

      🙌 Credits

      - IK_IK

       

      📷 Cheat Video/Screenshots

      N/A

       

       iOS & iPadOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.
      • 1 reply
    • MechanicWar:Idle RPG v1.0.1 [ +19 APK MOD ] Currency Max
      Mod APK Game Name: MechanicWar:Idle RPG
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.rawhand.mechanicwar&hl=en

      🤩 Hack Features

      - Unlimited Diamond +4
      - Unlimited Silver Stone +2
      - Unlimited Medi Kit
      - Unlimited Inventory Size
      - Auto Skip Wave
      - Energy Freeze
      - Drop Rocket Inf / Linked Energy / Use iGG Auto Touch
      - HP Regen / Linked Energy / Use iGG Auto Touch
      - Faster LvL UP / Need 1 EXP / Easy To Get Rewards / Diamond Stone Gems
      - Daily Quest / Claim All
      - Weekly Quest / Claim All
      - Achievement / Claim All
      - Chapter Unlocked / Show Locked But Works
      - Stage Unlocked / Show Locked But Works
      - Planet Unlocked / Show Locked But Works

      Note:- Don't Abuse The Hack Incase Banned / Don't Buy ViP For This
      • 2 replies
    • Zombie Blast - Link Match v3.4.23 [ +3 APK MOD ] Auto Win
      Mod APK Game Name: Zombie Blast - Link Match
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.sngict.survivors.zombies&ref=apkcombo.com

      🤩 Hack Features

      - Auto Win
      - Hero HP Max
      - Hero ATK Max
      • 0 replies
    • Last Survivor: Fantasy Land v1.0.399 [ +8 APK MOD ] Currency Max
      Mod APK Game Name: Last Survivor: Fantasy Land
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.fansipan.survivor.roguelike.casual.game&hl=en

       

      🤩 Hack Features

      - ADS NO [ Rewards Free ]
      - Heroes Unlocked
      - Hero Pass
      - Legends Pass
      - Growth Found +4
      - HP
      - DMG
      - Always Last Wave

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      iOSGods App for Android







       

      📖 Android Installation Instructions

      STEP 1: Download the modded APK file from the link above using your preferred Android browser or download manager.
      STEP 2: Once the download is complete, open your file manager and locate the downloaded .apk file (usually in the Downloads folder).
      STEP 3: Tap the APK file, then select Install. If prompted, enable Install from Unknown Sources in your device settings.
      STEP 3A: If the mod includes an OBB file, extract it if it’s inside an archive. Then move the folder to: /Android/obb/
      STEP 3B: If the mod includes a DATA file, extract it if it’s archived. Then move the folder to: /Android/data/
      STEP 4: Once installed, open the game and toggle your desired cheats & features through the APK mod menu. Enjoy!

       

      NOTE: If you have any questions or issues, read our Frequently Asked Questions topic. If you still need help, post your issue below and we’ll assist you as soon as possible. If the mod works for you, please share your feedback to help other members!

       

      🙌 Credits

      - IK_IK

       

      📷 Cheat Video/Screenshots

      N/A

       

       iOS & iPadOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices
      • 0 replies
    • Portal Survivor v2.4.1 [ +15  APK MOD ] Currency Max
      Mod APK Game Name: Portal Survivor
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.escape.portalsurvivor&hl=en

      🤩 Hack Features

      - Energy / No Need To Play
      - Coins Freeze
      - Silver Keys Freeze
      - Golden Keys Freeze
      - SGrade Box Freeze x1
      - Revival Coins Freeze
      - Scroll Freeze / Easy Upgrade Equipment
      - Equip Coins Freeze / Easy Upgrade Equipment
      ::::::::: VIP ::::::::
      - Month Card Active
      - ADS NO / Rewards Free
      - Unlimited Instant Collect
      - Unlimited Gems / Not Tested
      - Unlimited Energy
      - Portal Rewards / Unlimited Coins
      - Portal Rewards / Unlimited EXP / Faster Level UP
      • 1 reply
    • Zombie Race Survivor v0.1.270 [ +6 Cheats ] Currency Max
      Modded/Hacked App: Zombie Race SurvivorBy UGI Studio Cyprus LTD
      Bundle ID: com.ugi.zombierace.survival
      App Store Link: https://apps.apple.com/ph/app/zombie-race-survivor/id6749445516?uo=4

      🤩 Hack Features

      - Unlimited Gems / Use & Earn
      - Unlimited Coins / Use & Earn
      - Unlimited Energy / Use & Earn
      - Unlimited EXP LVL / Battle Rewards
      - Unlimited BluePrint / Battle Rewards
      - Unlimited Battle Rewards / Gems Coins 
      • 3 replies
    • Zombie Race Survivor v0.1.270 [ +6 Jailed ] Currency Max
      Modded/Hacked App: Zombie Race SurvivorBy UGI Studio Cyprus LTD
      Bundle ID: com.ugi.zombierace.survival
      App Store Link: https://apps.apple.com/ph/app/zombie-race-survivor/id6749445516?uo=4 

      🤩 Hack Features

      - Unlimited Gems / Use & Earn
      - Unlimited Coins / Use & Earn
      - Unlimited Energy / Use & Earn
      - Unlimited EXP LVL / Battle Rewards
      - Unlimited BluePrint / Battle Rewards
      - Unlimited Battle Rewards / Gems Coins
      • 3 replies
    • Candy Crush Solitaire +11 Jailed Cheats [ Game Breaking ]
      Modded/Hacked App: Candy Crush Solitaire By King.com Limited
      Bundle ID: com.midasplayer.apps.candysolitaire
      App Store Link: https://apps.apple.com/us/app/candy-crush-solitaire/id6474685626?uo=4

       
       

      🤩 Hack Features

      - Unlimited Free Gifts -> Head into the Shop to claim the free gift over & over.
      - Season Pass Purchased

      VIP
      - Add Coins*
      - Add Energy*
      - Add Colour Bomb Boosters*
      - Add UFO Boosters*
      - Add Wildcards*
      - Add Undo's*
      - Add Extra Moves*
      - Add Free Entries*
      - Add Lollipops*

      * Head into Settings and toggle the ? button. Only enable 1 feature at a time.
      • 49 replies
    • Gang Battle Party: Playground +4 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Gang Battle Party: Animals 3D By LLP Take Top Entertainment
      Bundle ID: com.taketopios.chillybash
      iTunes Store Link: https://apps.apple.com/us/app/gang-battle-party-animals-3d/id1664783935?uo=4

       


      🤩 Hack Features

      - Unlimited Currencies -> Will increase instead of decrease.
      - God Mode
      - One-Hit Kill
      -- No Ads
        • Haha
      • 8 replies
    • Cooking Wonder: Cooking Games +1++ Jailed Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Cooking Wonder By WonderLegend Games
      Bundle ID: com.wonderlegend.cookingwonder
      iTunes Store Link: https://apps.apple.com/us/app/cooking-wonder/id1638005392
       

      Hack Features:
      - Unlimited Currencies -> Use some.


      Jailbreak required hack(s): https://iosgods.com/topic/169330-cooking-wonder-v120-1-cheat-unlimited-currencies/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 53 replies
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines