Jump to content

14 posts in this topic

Recommended Posts

Posted

 

My Problem is that IDA showing me completely different stuff as LLDB.

What am I doing wrong?

 

[0] 8BA24170-A59C-3970-B1A2-2C11498DE299 0x000000010065c000 /private/var/containers/
Bundle/Application/47AE9E6E-BAE8-4E9D-8053-4D2978394860/PSD.app/PSD

// ASLR = 65c000

Watchpoint 1 hit:
old value: 21238
new value: 21188
Process 10300 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = watchpoint 1
    frame #0: 0x00000001007c5d80 PSD`___lldb_unnamed_symbol6972$$PSD + 48
PSD`___lldb_unnamed_symbol6972$$PSD:
->  0x1007c5d80 <+48>: mov    w1, #0x1
    0x1007c5d84 <+52>: bl     0x1007c214c               ; ___lldb_unnamed_symbol 
6919$$PSD
    0x1007c5d88 <+56>: add    x8, sp, #0x18             ; =0x18
    0x1007c5d8c <+60>: mov    x1, x21

// Offset = 1007c5d80
// Offset - ASLR = 100169D80
// IDA Offset = 100169D80

My Problem is that IDA showing me completely different stuff as LLDB.

__text:0000000100169D38 loc_100169D38                           ; CODE XREF: sub_100169088+CA4j
__text:0000000100169D38                 LDR             X0, [X19,#0x368]
__text:0000000100169D3C                 LDR             X8, [X0]
__text:0000000100169D40                 LDR             X8, [X8,#0x208]
__text:0000000100169D44                 MOV             X1, X24
__text:0000000100169D48                 BLR             X8
__text:0000000100169D4C                 LDR             X8, [X24]
__text:0000000100169D50                 LDR             X8, [X8,#0x80]
__text:0000000100169D54                 MOV             X0, X24
__text:0000000100169D58                 MOV             V0.16B, V9.16B
__text:0000000100169D5C                 BLR             X8
__text:0000000100169D60                 LDR             X8, [X24]
__text:0000000100169D64                 LDR             X8, [X8,#0x170]
__text:0000000100169D68                 MOV             X0, X24
__text:0000000100169D6C                 MOV             W1, #0
__text:0000000100169D70                 BLR             X8
__text:0000000100169D74                 ADD             W25, W25, #1
__text:0000000100169D78                 CMP             W25, #0x1E
__text:0000000100169D7C                 B.CC            loc_100169D10
__text:0000000100169D80                 ADRP            X1, #aPinballUi17Png@PAGE ; "pinball/ui_17.png"
__text:0000000100169D84                 ADD             X1, X1, #aPinballUi17Png@PAGEOFF ; "pinball/ui_17.png"
__text:0000000100169D88                 SUB             X0, X29, #-var_A8
__text:0000000100169D8C                 BL              sub_100167760
__text:0000000100169D90                 ADRP            X1, #aPinballUi18Png@PAGE ; "pinball/ui_18.png"
__text:0000000100169D94                 ADD             X1, X1, #aPinballUi18Png@PAGEOFF ; "pinball/ui_18.png"
__text:0000000100169D98                 ADD             X0, SP, #0x170+var_C0
__text:0000000100169D9C                 BL              sub_100167760
__text:0000000100169DA0                 ADRP            X1, #asc_100F46CC8@PAGE ; ""
__text:0000000100169DA4                 ADD             X1, X1, #asc_100F46CC8@PAGEOFF ; ""
__text:0000000100169DA8                 ADD             X0, SP, #0x170+var_D8
__text:0000000100169DAC                 BL              sub_100167760
__text:0000000100169DB0                 SUB             X0, X29, #-var_A8
__text:0000000100169DB4                 ADD             X1, SP, #0x170+var_C0
__text:0000000100169DB8                 ADD             X2, SP, #0x170+var_D8
__text:0000000100169DBC                 MOV             W3, #0
__text:0000000100169DC0                 BL              sub_100972734
__text:0000000100169DC4                 MOV             X23, X0
__text:0000000100169DC8                 LDRSB           W8, [SP,#0x170+var_C1]
__text:0000000100169DCC                 TBZ             W8, #0x1F, loc_100169DD8
__text:0000000100169DD0                 LDR             X0, [SP,#0x170+var_D8] ; void *
__text:0000000100169DD4                 BL              __ZdlPv ; operator delete(void *)

 

Posted (edited)
1 hour ago, Noctisx said:

What IOS

13.5

LLDB and IDA had the right Offset before I updated the App.

Updated by NotEriic
Posted
5 minutes ago, NotEriic said:

13.5

LLDB and IDA had the right Offset before I updated the App.

Hm Maybe The offsets from lldb and IDA are The same but diff offset  maybe search in IDA the offset you get  in lldb or get Dnspy if its a unity game

Posted
Just now, Noctisx said:

Hm Maybe The offsets from lldb and IDA are The same but diff offset  maybe search in IDA the offset you get  in lldb or get Dnspy if its a unity game

Do you know how to hack games with DnSpy? LuL 😆

I've already hacked the App.

The weird thing is, the Offset I got before Updating the App is the same as now. But my Hack won't work anymore?! 

Posted
Just now, NotEriic said:

Do you know how to hack games with DnSpy? LuL 😆

I've already hacked the App.

The weird thing is, the Offset I got before Updating the App is the same as now. But my Hack won't work anymore?! 

Dnspy just Shows all the offsets for like "getVIP"  the VA = Offset will be there and it will be a bool just place that into the Live offset patcher  but thats Only unity games as youll need to dump it to get the DummyDLL files

Also maybe they have added another Function to whatever your trying to hack 

Posted
5 minutes ago, Noctisx said:

Also maybe they have added another Function to whatever your trying to hack 

Yeah... I think too :/

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

    • Stone Age Survival-Tribal Game v2.1.0 [+3 Cheats]
      Modded/Hacked App: Stone Age Survival-Tribal Game By HYPERCELL SIA
      Bundle ID: com.stone.age.game
      iTunes Store Link: https://apps.apple.com/us/app/stone-age-survival-tribal-game/id6742344241?uo=4
       

      🤩 Hack Features

      - Unlimited Currency (Enable and Spend or Earn)
      - Never Die
      - Get IAP (Enable and you get NoAds, Starter pack)
      • 3 replies
    • Stone Age Survival-Tribal Game v2.1.0 [+3 Jailed Cheats]
      Modded/Hacked App: Stone Age Survival-Tribal Game By HYPERCELL SIA
      Bundle ID: com.stone.age.game
      iTunes Store Link: https://apps.apple.com/us/app/stone-age-survival-tribal-game/id6742344241?uo=4



      🤩 Hack Features

      - Unlimited Currency (Enable and Spend or Earn)
      - Never Die
      - Get IAP (Enable and you get NoAds, Starter pack)
      • 6 replies
    • Margonem Adventures v1.15.1 [+3 Jailed Cheats]
      Modded/Hacked App: Margonem Adventures By GARMORY sp. z o.o. sp. k.
      Bundle ID: pl.Garmory.MargonemAdventures
      iTunes Store Link: https://apps.apple.com/us/app/margonem-adventures/id6444410609?uo=4

       

      🤩 Hack Features

      - Enemy Can't Move
      - Enemy Can't Attack
      - Unlimited Mana
      • 11 replies
    • Margonem Adventures v1.15.1 [+3 Cheats]
      Modded/Hacked App: Margonem Adventures By GARMORY sp. z o.o. sp. k.
      Bundle ID: pl.Garmory.MargonemAdventures
      iTunes Store Link: https://apps.apple.com/us/app/margonem-adventures/id6444410609?uo=4



      🤩 Hack Features

      - Enemy Can't Move
      - Enemy Can't Attack
      - Unlimited Mana
      • 6 replies
    • Go Go Werewolf! v1.2 [+3 Jailed Cheats]
      Modded/Hacked App: Go Go Werewolf! By Dejaime Antonio de Oliveira Neto
      Bundle ID: productions.artcode.ggw
      iTunes Store Link: https://apps.apple.com/us/app/go-go-werewolf/id6739493341?uo=4



      🤩 Hack Features

      - Never Die
      - Free Item Upgrade
      - Unlimited Coins (Enable and Finish Stage)
      • 3 replies
    • Go Go Werewolf! v1.2 [+3 Cheats]
      Modded/Hacked App: Go Go Werewolf! By Dejaime Antonio de Oliveira Neto
      Bundle ID: productions.artcode.ggw
      iTunes Store Link: https://apps.apple.com/us/app/go-go-werewolf/id6739493341?uo=4


      🤩 Hack Features

      - Never Die
      - Free Item Upgrade
      - Unlimited Coins (Enable and Finish Stage)
      • 1 reply
    • Pal Go: Tower Defense TD v0.3.59 [+7 Cheats]
      Modded/Hacked App: Pal Go: Tower Defense TD By Playwind Ltd
      Bundle ID: com.playwindgames.freedefender
      iTunes Store Link: https://apps.apple.com/us/app/pal-go-tower-defense-td/id6479316663?uo=4


       

      🚀 Hack Features

      - [VIP] Freeze Currency (Currency will not decrease when used)

      - [VIP] Currency Always Enough (Buy even when you don't have enough currency)

      - [Free] Higher Recruit Energy (Gives 500 Recruit Energy Every Wave)

      - [Free] Always Can Drag Hero

      - [Free] Skip Ads

      - [Free] No Attack Cooldown

      - [Free] Global Speed Multiplier (Enable Inside Battle)

       

      Warning


      Do not use on main account. There is a chance of ban. Not responsible for any bans.

       


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      🤖 Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      • 34 replies
    • Pal Go: Tower Defense TD v0.3.59 [+7 Jailed Cheats]
      Modded/Hacked App: Pal Go: Tower Defense TD By Playwind Ltd
      Bundle ID: com.playwindgames.freedefender
      iTunes Store Link: https://apps.apple.com/us/app/pal-go-tower-defense-td/id6479316663?uo=4


       

      Hack Features

      - [VIP] Freeze Currency (Currency will not decrease when used)

      - [VIP] Currency Always Enough (Buy even when you don't have enough currency)

      - [Free] Higher Recruit Energy (Gives 500 Recruit Energy Every Wave)

      - [Free] Always Can Drag Hero

      - [Free] Skip Ads

      - [Free] No Attack Cooldown

      - [Free] Global Speed Multiplier (Enable Inside Battle)

       

      Warning


      Do not use on main account. There is a chance of ban. Not responsible for any bans.

       

      Jailbreak required iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APKs: https://iosgods.com/forum/68-android-section/
      • 58 replies
    • Run! Goddess v1.0.9 [+3 Jailed Cheats]
      Modded/Hacked App: Run! Goddess By TOP GAMES INC.
      Bundle ID: com.topgamesinc.rg
      iTunes Store Link: https://apps.apple.com/us/app/run-goddess/id6667111749?uo=4



      🤩 Hack Features

      - No Skill Cooldown
      - Slow Enemy
      - Enemy Can't Attack (Enemy Can't Do Damage)
      • 26 replies
    • Run! Goddess v1.0.9 [+3 Cheats]
      Modded/Hacked App: Run! Goddess By TOP GAMES INC.
      Bundle ID: com.topgamesinc.rg
      iTunes Store Link: https://apps.apple.com/us/app/run-goddess/id6667111749?uo=4

       

      🤩 Hack Features

      - No Skill Cooldown
      - Slow Enemy
      - Enemy Can't Attack (Enemy Can't Do Damage)
       
      • 20 replies
    • AXIS BLADE v1.1.0 +3 cheats [ Dmg x Def ]
      Modded/Hacked App: AXIS BLADE By AWESOMEPIECE<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">
      Bundle ID: com.awesomepiece.axisblade<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">
      iTunes Store Link: https://apps.apple.com/us/app/axis-blade/id6736382225

       

       

       

      📌 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

      - Damage Multiplier
      - Defense Multiplier
      - No Wall Damage

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack







       

      📖 iOS Installation Instructions

      STEP 1: Download the .deb hack file from the link above. Use Safari, Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If needed, tap on the downloaded file again, then select ‘Normal Install’ from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. If it doesn’t install successfully, see the note below.
      STEP 5: Open the game, log in to your iOSGods account when asked, then toggle on the features you want and enjoy!

       

      NOTE: If you have any questions or problems, read our Jailbreak iOS Hack Troubleshooting & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - @KyosukeNanbu

       

      More iOS 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.

      Modded Android APKs
      Need modded apps or games for Android? Check out the latest custom APK mods, cheats & more in our Android Section.
      • 24 replies
    • AXIS BLADE v1.1.0 +3 cheats [ Dmg x Def ]
      Modded/Hacked App: AXIS BLADE By AWESOMEPIECE<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">
      Bundle ID: com.awesomepiece.axisblade<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">
      iTunes Store Link: https://apps.apple.com/us/app/axis-blade/id6736382225

       

      📌 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
      - No Wall Damage
       

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download IPA Hack







       

      📖 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

      - @KyosukeNanbu

       
      • 14 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