Jump to content

22 posts in this topic

Recommended Posts

Posted
9 minutes ago, Mr Cub3s said:

i'll ask you one question, do u know what's aslr?

 

"IMAGE LIST"

of course, i got ASLR in this case "F4000", but that is also have nothing with this on LLDB, aslr is important for IDA PRO, BUT WHAT TO DO IN THIS CASE? IF YOU GOTZ THIS ONE, WHAT YOU WILL DO NEXT IN THIS CASE?

Posted
5 minutes ago, Goran said:

"IMAGE LIST"

of course, i got ASLR in this case "F4000", but that is also have nothing with this on LLDB, aslr is important for IDA PRO, BUT WHAT TO DO IN THIS CASE? IF YOU GOTZ THIS ONE, WHAT YOU WILL DO NEXT IN THIS CASE?

lmaoo

i didn't understand a word... are u doing this for arm64 binaries? if yes, you need to add the bias to the offset you find in lldb

Posted (edited)
56 minutes ago, Mr Cub3s said:

lmaoo

i didn't understand a word... are u doing this for arm64 binaries? if yes, you need to add the bias to the offset you find in lldb

Here it is in details... :) i have iPhone 6s, that app is ARM64 and ARM7, so i thinned binary to ARMv7, and it works on phone...

i found value for diamonds in app it is I64 in iGG,

attached to lldb, do image list...

w s e -- 0xiGGaddress and got this in lldb...

* thread #1: tid = 0x36f39, 0x00425cb4 covetHome, stop reason = watch 1
    frame #0: 0x00425cb4 covetHome
-> 0x425cb4:  andlo  r6, r1, r0, lsr r11
    0x425cb8:  andlt  r6, r7, r0, lsr r3
    0x425cbc:  stceq  p8, c14, [r0, #-756]

than i was stuck... because when i go 425cb4-F4000(ASLR) it give me "331cb4" ida address... but in IDA, there is no that address, as you can see on picture... Tried to watch and breakpoint those 0x425cb4, 0x425cb8, 0x425cbc...

but no luck...

here is IDA PRO part...

lqJAIWr.png

as you can see here even don't have 331cb4 address...

so what can it be problem here, because functions don't match... and how could you solve this? if you are working on that...

Updated by Goran
Posted
2 hours ago, Goran said:

Here it is in details... :) i have iPhone 6s, that app is ARM64 and ARM7, so i thinned binary to ARMv7, and it works on phone...

i found value for diamonds in app it is I64 in iGG,

attached to lldb, do image list...

w s e -- 0xiGGaddress and got this in lldb...

* thread #1: tid = 0x36f39, 0x00425cb4 covetHome, stop reason = watch 1
    frame #0: 0x00425cb4 covetHome
-> 0x425cb4:  andlo  r6, r1, r0, lsr r11
    0x425cb8:  andlt  r6, r7, r0, lsr r3
    0x425cbc:  stceq  p8, c14, [r0, #-756]

than i was stuck... because when i go 425cb4-F4000(ASLR) it give me "331cb4" ida address... but in IDA, there is no that address, as you can see on picture... Tried to watch and breakpoint those 0x425cb4, 0x425cb8, 0x425cbc...

but no luck...

here is IDA PRO part...

lqJAIWr.png

as you can see here even don't have 331cb4 address...

so what can it be problem here, because functions don't match... and how could you solve this? if you are working on that...

DID U REMOVE ASLR FROM THE BIN?

Posted
25 minutes ago, Mr Cub3s said:

DID U REMOVE ASLR FROM THE BIN?

nope, why to remove ASLR when i substract it from hex....

Posted

@K_K you solved me many mistery, can you tell me why this code look like this???
also i sent you pm about code in CoinDozer..

Thanks man a lot for all your help.. <3

Posted

Ask yourself are you hacking 32 or 64 bit? I'd go with the 64 bit if I were you. It looks as though r1 is storing the value but I'd have to have a look myself and see.

Posted

Dude, you need to post a tutorial like this for beginners. I spent weeks looking at tutorials and reading up but always felt i was missing something.

Even with the broken english in places, after reading your post with screen shots i feel i was on the right path and when i get some free time next will jump back on it. 

Please make a tutorial, exactly as above. Given all the infomation for what you're doing at each point. Alot of neebs could benefit from this. 

Also @Ted2sup, always around to help ?

  • Agree 1
Posted
6 minutes ago, BigDaddy284 said:

Dude, you need to post a tutorial like this for beginners. I spent weeks looking at tutorials and reading up but always felt i was missing something.

Even with the broken english in places, after reading your post with screen shots i feel i was on the right path and when i get some free time next will jump back on it. 

Please make a tutorial, exactly as above. Given all the infomation for what you're doing at each point. Alot of neebs could benefit from this. 

Also @Ted2sup, always around to help ?

am begginer and when i get basics, i will make tutorial like you never seen before... to make it clear once for all... cuz i get many troubles by now.. because of lack of information and deformations... in tutorials....

19 minutes ago, K_K said:

Ask yourself are you hacking 32 or 64 bit? I'd go with the 64 bit if I were you. It looks as though r1 is storing the value but I'd have to have a look myself and see.

binary was ARM64bit, but i thinned binary, and it works on iPhone 6s.. i found with iGG value its I64, and in lldb gave me this weird function, so i ask, what means this function??? why have codes like that???

-> 0x425cb4:  andlo  r6, r1, r0, lsr r11
    0x425cb8:  andlt  r6, r7, r0, lsr r3
    0x425cbc:  stceq  p8, c14, [r0, #-756]

  • Like 1
Posted
13 minutes ago, Goran said:

am begginer and when i get basics, i will make tutorial like you never seen before... to make it clear once for all... cuz i get many troubles by now.. because of lack of information and deformations... in tutorials....

binary was ARM64bit, but i thinned binary, and it works on iPhone 6s.. i found with iGG value its I64, and in lldb gave me this weird function, so i ask, what means this function??? why have codes like that???

-> 0x425cb4:  andlo  r6, r1, r0, lsr r11
    0x425cb8:  andlt  r6, r7, r0, lsr r3
    0x425cbc:  stceq  p8, c14, [r0, #-756]

What happens if you go to that offset?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • Rabbit Hole - Cozy Animal Farm +1++ Mod [ Unlimited Everything ]
      Mod APK Game Name: Rabbit Hole - Cozy Animal Farm By Rabbit Hole Studio Inc.
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.cookapps.rabbithole

       

      🤩 Hack Features

      - Unlimited Everything -> Earn or spend some.
      • 0 replies
    • Card of Demon Slayer: Deck RPG +3 Mods [ Damage & Defence ]
      Mod APK Game Name: Card of Demon Slayer: Deck RPG By Rabbit Hole Studio Inc.
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.rabbithole.cardofdemonslayer

       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      • 1 reply
    • Age of Magic: Turn Based RPG +6 Jailed Cheats
      Modded/Hacked App: Age of Magic: Turn Based RPG By Playkot Ltd
      Bundle ID: com.playkot.ageofmagic
      iTunes Store Link: https://apps.apple.com/us/app/age-of-magic-turn-based-rpg/id1175370741?uo=4

      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Cydia Impactor.
      - A Computer Running Windows/Mac/Linux.


      Hack Features:
      - Damage Multiplier
      - Never Die


      Jailbreak required hack(s): 

       


      iOS Hack Download Link:

      Hidden Content
      Reply to this topic to see the <a href='https://iosgods.com/topic/3762-info-how-to-unlockview-the-hidden-content-on-iosgods/?do=findComment&comment=78119'>hidden content & download link</a>.








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer.
      STEP 3: Download Cydia Impactor and extract the archive.
      STEP 4: Open/Run Cydia Impactor on your computer then connect your iOS Device and wait until your device name shows up on Cydia Impactor.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Cydia Impactor application.
      STEP 6: You will now be asked to enter your iTunes/Apple ID email login & then your password. Go ahead and enter the required information..
      STEP 7: Wait for Cydia Impactor to finish sideloading/installing the hacked IPA.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will now need to go to Settings -> General -> Profiles & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: For free Apple Developer accounts you will need to repeat this process every 7 days. Using a disposable Apple ID for this process is suggested but not required. Jailbroken iDevices can skip using Cydia Impactor and just install the IPA mod with AppSync & IPA Installer (or alternatives) from Cydia. If you have any questions or problems, read our Cydia Impactor topic and if you don't find a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - Laxus
      - gogigogi1


      Cheat Video/Screenshots:

      N/A
      • 573 replies
    • Adventure of White Chord +2 Cheats
      Mod APK Game Name: Adventure of White Chord By GAMEPROMO CO., LIMITED
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.yulong.sgame.gp

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      Download via the 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

      - AlyssaX64

       

      📷 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.
      • 4 replies
    • Crazy Racing: Doodle Dash +1++ Jailed Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Crazy Racing: Doodle Dash By Infinite Dreams
      Bundle ID: pl.idreams.CrazyRacing
      App Store Link: https://apps.apple.com/us/app/crazy-racing-doodle-dash/id1580392538?uo=4

       


      🤩 Hack Features

      - Unlimited Currencies -> Will increase instead of decrease.
      • 1 reply
    • EGGRYPTO: Hatch! Own! Monster +2 Cheats
      Mod APK Game Name: EGGRYPTO: Hatch! Own! Monster By Kyuzan Inc.
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.KyuzanInc.Eggrypt

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      Download via the 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

      - AlyssaX64

       

      📷 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.
      • 13 replies
    • DC Worlds Collide Strategy RPG +5 Cheats
      Modded/Hacked App: DC Worlds Collide By Warner Bros. Entertainment
      Bundle ID: com.wb.dc.dcwc
      App Store Link: https://apps.apple.com/ca/app/dc-worlds-collide/id6469732370?uo=4


      Important


      Use cheat after tutorial stage 1-5

      Also game has server side power check. If your power lower than required you can't win stage.

       

      🤩 Hack Features

      - High Damage & Defense
      - No Energy Consume (Using ultimate not consume energy)
      • 40 replies
    • DC Worlds Collide Strategy RPG +5 Jailed Cheats
      Modded/Hacked App: DC Worlds Collide By Warner Bros. Entertainment
      Bundle ID: com.wb.dc.dcwc
      App Store Link: https://apps.apple.com/ca/app/dc-worlds-collide/id6469732370?uo=4



      Important


      Use cheat after tutorial stage 1-5

      Also game has server side power check. If your power lower than required you can't win stage.

       

       

      🤩 Hack Features

      - High Damage & Defense
      - No Energy Consume (Using ultimate not consume energy)

      • 73 replies
    • Dark Hunter - Hunter Hero RPG +5 Cheats
      Mod APK Game Name: Dark Hunter - Hunter Hero RPG By Dovi Games
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=dovi.darkhero.survival

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Diamond Increase On Spend
      - Move Speed Multiplier
      - No ADS

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      Download via the 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

      - AlyssaX64

       

      📷 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.
      • 8 replies
    • Dark Knight kiugi : Idle +5 Jailed Cheats
      Modded/Hacked App: Dark Knight kiugi : Idle By MINHYE Kim
      Bundle ID: com.retrocatcher.dk
      App Store Link: https://apps.apple.com/us/app/dark-knight-kiugi-idle/id6785444645?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Currency Multiplier
      - Experience Multiplier
      - No ADS

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
      • 12 replies
    • Survival point: Epic Adventure +8 Cheats
      Mod APK Game Name: Survival point: Epic Adventure
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.teslagamesglobal.survivalist

       

      🤩 Hack Features

      - Damage Multiplier
      - Never Die
      - Unlimited Durability
      - Exp Multiplier
      - Unlimited Items From Mail
      - Gold Freeze
      - Freeze Skills
      - Can Craft Anything

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      Download via the 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

      - AlyssaX64

       

      📷 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.
      • 19 replies
    • Guardian Hunter +4 Cheats
      Mod APK Game Name: Guardian Hunter By TROLLGAMES LLC
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.nhnent.SK10360

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Attack Speed Multiplier
      - Move Speed Multiplier

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      Download via the 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

      - AlyssaX64

       

      📷 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.
      • 36 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