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

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

    • Merge Cruise: Mystery Puzzle v0.36.330 [ +2 Cheats ] Currency Max
      Modded/Hacked App: Merge Cruise: Mystery Puzzle By STUDIO PEERPLAY GAMES LTD
      Bundle ID: com.peerplay.megamerge
      iTunes Store Link: https://apps.apple.com/us/app/merge-cruise-mystery-puzzle/id6459056553?uo=4
       

      🤩 Hack Features

      - Cash
      - Energy

      • 10 replies
    • Merge Cruise: Mystery Puzzle v0.36.330 [ +2 Jailed ] Currency Max
      Modded/Hacked App: Merge Cruise: Mystery Puzzle By STUDIO PEERPLAY GAMES LTD
      Bundle ID: com.peerplay.megamerge
      iTunes Store Link: https://apps.apple.com/us/app/merge-cruise-mystery-puzzle/id6459056553?uo=4
       

      🤩 Hack Features

      - Cash
      - Energy

      • 14 replies
    • My Hot Pot Story Cheats v4.8.1 +1
      Modded/Hacked App: My Hotpot Story By 冲 于
      Bundle ID: com.lxqd.hotpotiver
      iTunes Store Link: https://apps.apple.com/us/app/my-hotpot-story/id1623328997?uo=4


      Hack Features:
      - Infinite Currencies


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/166067-my-hotpot-story-v145-jailed-cheats-1/


      iOS Hack Download Link: https://iosgods.com/topic/166065-my-hotpot-story-cheats-all-versions-1/
      • 151 replies
    • Toca Boca World Modded v1.110.1 +1
      Modded/Hacked App: Toca Boca World By Toca Boca AB
      Bundle ID: com.tocaboca.tocalifeworld
      iTunes Store Link: https://apps.apple.com/us/app/toca-boca-world/id1208138685?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features:
      - Everything Purchased


      Non-Jailbroken & No Jailbreak required hack(s): 


      Hack Download Link:

      Hidden Content

      Download Hack








      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above.
      STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice.
      STEP 3: Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it.
      STEP 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen.
      STEP 5: Let iFile / Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If the hack is a Mod Menu, the cheat features can be toggled in-game.
      STEP 7: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions topic. If you still haven't found 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


      Cheat Video/Screenshots:

      N/A

       
      • 1,547 replies
    • Fishdom v9.0.2 Jailed Cheats +3
      Modded/Hacked App: Fishdom By PLR Worldwide Sales Limited
      Bundle ID: com.playrix.fishdom-freeplay
      iTunes Store Link: https://apps.apple.com/us/app/fishdom/id664575829?uo=4


      Hack Features:
      - Infinite Moves
      - Infinite Boosters
      - Infinite Lives

      NOTE: Play until you reached level 31 on non-hacked version before using this hack - Make sure you connected with GameCenter and Facebook to save your progress


      iOS Hack Download Link: https://iosgods.com/topic/116586-arm64-fishdom-v683-jailed-cheats-3/
      • 751 replies
    • HomeScapes v8.0.5 Jailed Cheats +3
      Modded/Hacked App: Homescapes By PLR Worldwide Sales Limited
      Bundle ID: com.playrix.gardenscapes-sweethome
      iTunes Store Link: https://apps.apple.com/us/app/homescapes/id1195621598?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

      - Infinite Moves
      - Infinite Boosters
      - Infinite Coins (Spend some)
      - Infinite Lives (Won't substract when you failed level)
      - Complete tasks without needing stars - Game Breaking for sure
      - Unlock Season Pass (by @NoFearGG) -- Go click the purchase button. It'll look like nothing happened. Leave season pass area. And go back. It'll show unlocked. And be saved that way


      🍏 Jailbreak iOS hacks: https://iosgods.com/topic/75434-homescapes-cheats-v776-5/

       

      ⬇️ iOS Hack Download IPA Link: https://iosgods.com/topic/71443-homescapes-v776-jailed-cheats-3/
      • 2,446 replies
    • AVABEL LUPINUS v3.6.3 - [ God Mode & More ]
      Modded/Hacked App: AVABEL LUPINUS By ASOBIMO,Inc.
      Bundle ID: com.asobimo.pokebel
      iTunes Store Link: https://apps.apple.com/us/app/avabel-lupinus/id1361520826?uo=4&at=1010lce4

      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features:
      - x Attack Multiplier - x1 - 10
      - Collision Range - x1 - 10
      - God Mode 
      - Cast Speed Multiplier
      - Charge Speed Multiplier
      - Approach Speed Multiplier
      - No Roll CoolDown
      • 799 replies
    • Travel Town - Merge Adventure v2.12.1101 Jailed Cheats +1
      Modded/Hacked App: Travel Town - Merge Adventure By Magmatic Games Ltd
      Bundle ID: io.randomco.travel
      iTunes Store Link: https://apps.apple.com/us/app/travel-town-merge-adventure/id1521236603?uo=4


      Hack Features:
      - Infinite Currencies


      iOS Hack Download Link: https://iosgods.com/topic/148953-travel-town-merge-adventure-v212287-jailed-cheats-1/
      • 757 replies
    • Jetpack Joyride 2 Cheats v3.10.10 +1
      Modded/Hacked App: Jetpack Joyride 2 By Halfbrick
      Bundle ID: com.halfbrick.jetpackjoyride2
      iTunes Store Link: https://apps.apple.com/us/app/jetpack-joyride-2/id1598096399?uo=4


      Hack Features:
      - Infinite Currencies


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/141408-jetpack-joyride-2-v0120-jailed-cheats-1/


      iOS Hack Download Link: https://iosgods.com/topic/141406-jetpack-joyride-2-cheats-all-versions-1/
      • 102 replies
    • Jetpack Joyride Cheats v1.99.7 +8
      Modded/Hacked App: Jetpack Joyride By Halfbrick
      Bundle ID: com.halfbrick.jetpack
      iTunes Store Link: https://apps.apple.com/us/app/jetpack-joyride/id457446957?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Infinite Coins
      - High Score
      - God Mode
      - Free Shopping
      - Coin Magnet Enabled
      - Increased Magnet Range
      - All Items Owned
      - All Gadgets Unlocked

       

      Non-Jailbroken Hack: https://iosgods.com/topic/119791-jetpack-joyride-v1971-jailed-cheats-8/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/119788-jetpack-joyride-cheats-v1972-8/
      • 500 replies
    • Idle Theme Park - Tycoon Game Cheats v7.4.0 +1
      Modded/Hacked App: Idle Theme Park - Tycoon Game by Digital Things Sociedad Limitada
      Bundle ID: com.codigames.idle.theme.park.tycoon
      iTunes Store Link: https://apps.apple.com/us/app/idle-theme-park-tycoon-game/id1460772578?uo=4&at=1010lce4


      Hack Features:
      - Infinite Cash


      iOS Hack Download Link: https://iosgods.com/topic/116320-arm64-idle-theme-park-tycoon-game-cheats-v210-1/
      • 563 replies
    • [ Seven Deadly Sins JP ] - 七つの大罪 光と闇の交戦 : グラクロ Cheats v8.6.70 +5
      Modded/Hacked App: 七つの大罪 光と闇の交戦 : グラクロ By Netmarble Corporation
      Bundle ID: com.netmarble.nanatsunotaizai
      iTunes Store Link: https://apps.apple.com/jp/app/七つの大罪-光と闇の交戦-グラクロ/id1268959718?uo=4&at=1010lce4


      Hack Features:
      - God Mode
      - OHK


      iOS Hack Download Link: https://iosgods.com/topic/112888-seven-deadly-sins-%E4%B8%83%E3%81%A4%E3%81%AE%E5%A4%A7%E7%BD%AA-%E5%85%89%E3%81%A8%E9%97%87%E3%81%AE%E4%BA%A4%E6%88%A6-%E3%82%B0%E3%83%A9%E3%82%AF%E3%83%AD-v340-god-mode-unlimited-mp/
      • 1,073 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