Jump to content

IDA vs LLDB


NotEriic

14 posts in this topic

Recommended Posts

 

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 *)

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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?! 

Link to comment
Share on other sites

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 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Our picks

    • TAIMANIN RPG Extasy v1.0.22 +2 Cheats [ Damage & Defence ]
      Modded/Hacked App: TAIMANIN RPG Extasy By INFINI BRAIN.INC
      Bundle ID: jp.co.infini-brain.taimanin.rpg-extasy
      iTunes Store Link: https://apps.apple.com/us/app/taimanin-rpg-extasy/id6466156741?uo=4


      Hack Features:
      - Damage Multiplier
      - Defence Multiplier
      • 7 replies
    • Battle Mage Idle Cheats v1.2.1 +3
      Modded/Hacked App: Battle Mage Idle By SuperPlanet corp.
      Bundle ID: com.superplanet.battlemage
      iTunes Store Link: https://apps.apple.com/us/app/battle-mage-idle/id6474856084?uo=4


      Hack Features:
      - Multiply Attack
      - God Mode
      - Freeze Currencies
      - Other minor things
      NOTE: Do not abuse or buy ViP for just this cheat


      iOS Hack Download Link: https://iosgods.com/topic/183601-battle-mage-idle-cheats-v121-3/
      • 22 replies
    • Grow Shooter : Survivor RPG v1.0.24 +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Grow Shooter : Survivor RPG By DongSik Moon
      Bundle ID: com.eastmoon.growshooterlive
      iTunes Store Link: https://apps.apple.com/us/app/grow-shooter-survivor-rpg/id6480362458?uo=4


      Hack Features:
      - Unlimited Coins -> Will not decrease.
      - Unlimited Rubies -> Will not decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Grow Shooter : Survivor RPG v1.0.10 +4 Cheats [ Damage ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 33 replies
    • Grow Shooter : Survivor RPG v1.0.24 +4 Cheats [ Damage ]
      Modded/Hacked App: Grow Shooter : Survivor RPG By DongSik Moon
      Bundle ID: com.eastmoon.growshooterlive
      iTunes Store Link: https://apps.apple.com/us/app/grow-shooter-survivor-rpg/id6480362458?uo=4


      Hack Features:
      - Damage Multiplier
      - Move Speed Multiplier
      - Unlimited Coins -> Will not decrease.
      - Unlimited Rubies -> Will not decrease.


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Grow Shooter : Survivor RPG v1.0.10 +2 Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 55 replies
    • Survivor Base - Zombie Siege v1.7 +1++ Jailed Cheats [ Unlimited Resources ]
      Modded/Hacked App: Survivor Base - Zombie Siege By Longames TEC Co.,Ltd
      Bundle ID: com.jlyt.deadrising
      iTunes Store Link: https://apps.apple.com/us/app/survivor-base-zombie-siege/id6479394876?uo=4


      Hack Features:
      - Unlimited Resources


      Jailbreak required hack(s): [Mod Menu Hack] Survivor Base - Zombie Siege v1.3 +1++ Cheats [ Unlimited Resources ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 20 replies
    • Survivor Base - Zombie Siege v1.7 +1++ Cheats [ Unlimited Resources ]
      Modded/Hacked App: Survivor Base - Zombie Siege By Longames TEC Co.,Ltd
      Bundle ID: com.jlyt.deadrising
      iTunes Store Link: https://apps.apple.com/us/app/survivor-base-zombie-siege/id6479394876?uo=4


      Hack Features:
      - Unlimited Resources


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Survivor Base - Zombie Siege v1.3 +1++ Jailed Cheats [ Unlimited Resources ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 28 replies
    • Plants vs. Zombies™ 3 v16.1.1 +4 Jailed Cheats [ Freeze Resources ]
      Modded/Hacked App: Plants vs. Zombies™ 3 By EA Swiss Sarl
      Bundle ID: com.ea.ios.pvzn3xt
      iTunes Store Link: https://apps.apple.com/gb/app/plants-vs-zombies-3/id1666636976?uo=4


      Hack Features:
      - Freeze Sun
      - Freeze Plant Food
      - Freeze Promotions
      - No Plant Spawn Cooldown


      Jailbreak required hack(s): [Mod Menu Hack] Plants vs. Zombies™ 3 v8.0.17 +4 Cheats [ Freeze Resources ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 109 replies
    • Dawn of Ages: Medieval Games v1.1.2 +1 Jailed Cheat [ Auto Win ]
      Modded/Hacked App: Dawn of Ages: Medieval Games By BoomBit, Inc.
      Bundle ID: com.stratospheregames.dawnofages
      iTunes Store Link: https://apps.apple.com/us/app/dawn-of-ages-medieval-games/id6477473268?uo=4


      Hack Features:
      - Auto Win


      Jailbreak required hack(s): [Mod Menu Hack] Dawn of Ages: Medieval Games v1.0.3 +1 Cheat [ Auto Win ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 16 replies
    • Dawn of Ages: Medieval Games v1.1.2 +1 Cheat [ Auto Win ]
      Modded/Hacked App: Dawn of Ages: Medieval Games By BoomBit, Inc.
      Bundle ID: com.stratospheregames.dawnofages
      iTunes Store Link: https://apps.apple.com/us/app/dawn-of-ages-medieval-games/id6477473268?uo=4


      Hack Features:
      - Auto Win


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Dawn of Ages: Medieval Games v1.0.3 +1 Jailed Cheat [ Auto Win ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 45 replies
    • Plants vs. Zombies™ 3 v16.1.1 +4 Cheats [ Freeze Resources ]
      Modded/Hacked App: Plants vs. Zombies™ 3 By EA Swiss Sarl
      Bundle ID: com.ea.ios.pvzn3xt
      iTunes Store Link: https://apps.apple.com/gb/app/plants-vs-zombies-3/id1666636976?uo=4


      Hack Features:
      - Freeze Sun
      - Freeze Plant Food
      - Freeze Promotions
      - No Plant Spawn Cooldown


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Plants vs. Zombies™ 3 v8.0.17 +4 Jailed Cheats [ Freeze Resources ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 61 replies
    • Hot in Hollywood v0.98 +1++ Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Hot in Hollywood By SodeePI Labs, LLC
      Bundle ID: com.sodeepilabs.glamsquad
      iTunes Store Link: https://apps.apple.com/gb/app/hot-in-hollywood/id1604253094?uo=4


      Hack Features:
      - Unlimited Currencies


      Jailbreak required hack(s): [Mod Menu Hack] Hot in Hollywood v0.90 +1++ Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 54 replies
    • Hot in Hollywood v0.98 +1++ Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Hot in Hollywood By SodeePI Labs, LLC
      Bundle ID: com.sodeepilabs.glamsquad
      iTunes Store Link: https://apps.apple.com/gb/app/hot-in-hollywood/id1604253094?uo=4


      Hack Features:
      - Unlimited Currencies


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Hot in Hollywood v0.90 +1++ Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 12 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