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

    • Tiny Reaper: Reborn v1.0.2 +4 Jailed Cheats [ God Mode + More ]
      Modded/Hacked App: Tiny Reaper: Reborn By DAERI SOFT
      Bundle ID: com.daerigame.babysasin
      App Store Link: https://apps.apple.com/us/app/tiny-reaper-reborn/id6739761698?uo=4

       


      🤩 Hack Features

      - God Mode
      - One-Hit Kill
      - No Skill Cooldown
      - Dumb Enemies
        • Winner
      • 1 reply
    • Thronefall - A Little Kingdom v2.12.7 +5 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Thronefall - A Little Kingdom By Doghowl Games Ltd
      Bundle ID: com.doghowlgames.thronefall
      App Store Link: https://apps.apple.com/us/app/thronefall-a-little-kingdom/id6744029320?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Unlimited Coins -> Will increase instead of decrease.
      - Free In-App Purchases
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 19 replies
    • Thronefall - A Little Kingdom v2.12.7 +5 Cheats [ Damage & Defence ]
      Modded/Hacked App: Thronefall - A Little Kingdom By Doghowl Games Ltd
      Bundle ID: com.doghowlgames.thronefall
      App Store Link: https://apps.apple.com/us/app/thronefall-a-little-kingdom/id6744029320?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Unlimited Coins -> Will increase instead of decrease.
      - Free In-App Purchases
        • Agree
        • Thanks
        • Winner
        • Like
      • 16 replies
    • Subway Surfers City v1.24.0 +10 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Subway Surfers City By Sybo Games ApS
      Bundle ID: com.sybogames.subway.surfers.game
      iTunes Store Link: https://apps.apple.com/ca/app/subway-surfers-city/id6504188939?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Unlimited Coins -> Earn or spend some.
      - Unlimited Keys -> Earn or spend some.
      - Unlimited Revives - Earn or spend some.
      - Unlimited Tokens -> Earn or spend some.
      - All Boards Unlocked
      - All Surfers Unlocked
      - Max Level -> Earn some XP.
      - God Mode
      - Unlimited Score
      - Unlimited Jumps


      Jailbreak required hack(s): [Mod Menu Hack] Subway Surfers City v1.13.2 +7 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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 198 replies
    • Subway Surfers City v1.24.0 +10 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Subway Surfers City By Sybo Games ApS
      Bundle ID: com.sybogames.subway.surfers.game
      iTunes Store Link: https://apps.apple.com/ca/app/subway-surfers-city/id6504188939?uo=4


      Hack Features:
      - Unlimited Coins
      - Unlimited Keys
      - Unlimited Revives
      - All Boards Unlocked
      - All Surfers Unlocked
      - Max Level -> Earn some XP.
      - God Mode


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Subway Surfers City v1.13.2 +5 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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 61 replies
    • Tiny Reaper: Reborn v1.0.2 +4 Cheats [ God Mode + More ]
      Modded/Hacked App: Tiny Reaper: Reborn By DAERI SOFT
      Bundle ID: com.daerigame.babysasin
      App Store Link: https://apps.apple.com/us/app/tiny-reaper-reborn/id6739761698?uo=4

       


      🤩 Hack Features

      - God Mode
      - One-Hit Kill
      - No Skill Cooldown
      - Dumb Enemies
        • Winner
      • 1 reply
    • Star Wars™: Galaxy of Heroes Cheats v0.36.7 +8
      Modded/Hacked App: Star Wars™: Galaxy of Heroes By Electronic Arts
      Bundle ID: com.ea.starwarscapital.bv
      iTunes Link: https://itunes.apple.com/us/app/star-wars-galaxy-of-heroes/id921022358?mt=8&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
      - No Skill Cooldown time / Skill Always Available. Linked with enemy. Enable when it's your turn, disable when it's enemies turn. Timing is key.
      - One Hit Kill / Very High Damage. This is linked with you and the enemy, use with Skip Enemy Turn feature or enable disable when you attack via the In-Game Mod Menu! Do not kill the last enemy with OHK otherwise the game will crash. This feature is only for x64 or ARM64 iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later.
      - Always Your Turn / Skip Enemy Turn. It's always your turn, you're always attacking.
      - Auto Win. You must use this with One Hit Kill in order for it to work. Kill 1 Enemy and you will auto win the battle.
      - Only 1 Encounter on All Missions.
      -- God Mode / Never Die thanks to the features above.

      This hack is now an In-Game Mod Menu. This means you can toggle switches on/off while in a fight. Since God Mode is linked, turn it off when you're attacking and turn it on when the enemy is attacking to do damage but not receive damage. Same goes for the other features.
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 3,128 replies
    • CSR 2 Drag Racing Car Games v5.8.0 - [ Gold, Cash, Keys & More ]
      Modded/Hacked App: CSR 2 - Realistic Drag Racing By Zynga Inc.
      Bundle ID: com.naturalmotion.customstreetracer2
      iTunes Store Link: https://apps.apple.com/us/app/csr-2-realistic-drag-racing/id887947640?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

      - Custom Gold Amount -> Enter the amount of gold you want inside the iOSGods Mod Menu!
      - Custom Cash Amount -> Enter the amount of cash you want inside the iOSGods Mod Menu!
      - Custom Keys Amount -> Enter the amount of keys you want inside the iOSGods Mod Menu!
      - Anti-Ban -> Also unbans previously banned accounts and lets you play online according to feedback.
      - No Fuel Consumption
      - Instant Part Delivery
      - Instant Car Delivery
      - Gold Increase
      - Cash Increase
      - Keys Increase
      - Buy Anything For 1 Gold
      - Buy Anything For 1 Cash

       

      Non-Jailbroken Hack: https://iosgods.com/topic/168529-csr-2-drag-racing-car-games-v551-4-jailed-cheats/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/73095-csr-2-drag-racing-car-games-v561-gold-cash-keys-more/.
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 5,728 replies
    • Genshin Impact Cheats v5.7.0 +3
      Modded/Hacked App: Genshin Impact by miHoYo Limited
      Bundle ID: com.miHoYo.GenshinImpact
      iTunes Store Link: https://apps.apple.com/us/app/genshin-impact/id1517783697?uo=4&at=1010lce4


      Hack Features:
      - Instant Skill
      - Instant Special Skill (Elemental Burst)
      - Infinite Stamina
        + Infinite Sprint Time
        + Infinite Swim Time
        + Infinite Fly Time


      iOS Hack Download Link: https://iosgods.com/topic/134035-genshin-impact-cheat-v101-3-instant-skill-more/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 3,637 replies
    • Modern Strike Online: War FPS Cheats v1.76.6 +10
      Modded/Hacked App: Modern Strike Online: War FPS By AZUR INTERACTIVE GAMES LIMITED
      Bundle ID: com.gamedevltd.modernstrikeonline
      iTunes Store Link: https://apps.apple.com/us/app/modern-strike-online-war-fps/id1197441484?uo=4


      Hack Features:
      - Radar Hack
      - Increase FireRate
      - Unlimited Ammo
      - No Spread
      - Night Vision Enabled
      - Instant Kill
      - God Mode
      - No FlashBang
      - Super Speed
      - No MedKit CoolDown

      Note:
      Not Responsible For Any Bans


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/186634-modern-strike-online-war-fps-v1687-jailed-cheats-10/


      iOS Hack Download Link: https://iosgods.com/topic/186633-modern-strike-online-war-fps-cheats-v1693-10/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 89 replies
    • Township: Farm & City Building v28.1.0 Jailed Cheats +2
      Modded/Hacked App: Township by PLR Worldwide Sales Limited
      Bundle ID: com.playrix.township-ios
      iTunes Store Link: https://apps.apple.com/us/app/township/id638689075?uo=4&at=1010lce4


      Hack Features:
      - Freeze Currencies

      EDIT: Please be aware that this maybe cause your account banned, please use with caution and don’t abuse


      iOS Hack Download Link: https://iosgods.com/topic/116584-arm64-township-farm-city-building-v852-jailed-cheats-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,692 replies
    • MergeHeroRoyale v1.0 [+2 Jailed Cheats]
      Modded/Hacked App: MergeHeroRoyale By Ferhat TEPE
      Bundle ID: com.gnarlygamestudio.mergeheroroyale
      App Store Link: https://apps.apple.com/us/app/mergeheroroyale/id6745405612?uo=4



      🤩 Hack Features

      - Add Gold (Enable and spend some)
      - Add Mana (Enable inside battle)
        • Winner
        • Like
      • 3 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