Jump to content

10 posts in this topic

Recommended Posts

Posted

Name of the game you want hacked:Iron Blade: Medieval RPG 
Version of the game: 2.3.0
iTunes Link for the app: 
Jailbroken or Non-Jailbroken: Jailbroken 

Requested Features: Enemy dont Attack
 

Posted (edited)

@TheFreakzz FYI: This app has anti-debugging enabled, making it more difficult to hack. It is also not an il2cpp or unity game so finding methods that are exploitable could be near impossible. Also cannot "uncar" Assets.car to search for potential exploits

IDA might help disable the anti-debugger but methods likely cannot be deciphered in bulk if they are obfuscated.

Update: This game uses syscall and sysctl to prevent debugging

Updated by xrayactual
Posted (edited)
13 minutes ago, TheFreakzz said:

@xrayactualDon't understand much about it, but is there a small hope of hacking the game, or impossible?

I don't know yet, I don't have enough information as I'm waiting for my mac to finish transferring the decrypted files to my windows computer so I can try to disable the debugger.

Hackers FYI: within IronBladeSlice.app/Payload/app_package/behaviors/ is a file labeled "AIEnemy.dat", that's probably what dictates AI behavior, i.e. ignore player, but I don't know for certain

Updated by xrayactual
Posted (edited)
20 hours ago, TheFreakzz said:

@xrayactualI understand. That would be really great if it works. Enemy dont Attack would do just fine as a hack. But thanks for trying that.

I don't have any experience in manipulating dat files so that may be in Zahir's realm.
I'm still scanning for iterations of _syscall and _sysctl within the assembly, if I can recompile it without issue we may have a starting point...

Additional findings: Iron Blade Medieval runs memory checks, and premium currency is held within 5 memory addresses

Update:

Its littered with antidebugging 🤣 98 total calls, will update when I make more progress

_sysctl:

Spoiler
Address	Function	Instruction
__text:000000010009912C	sub_1000990CC	                BL              _sysctl
__text:00000001000B48AC	+[ISHelpers platformString]	                BL              _sysctlbyname
__text:00000001000B48D0	+[ISHelpers platformString]	                BL              _sysctlbyname
__text:00000001000B4978	+[ISHelpers getMACAddress]	                BL              _sysctl
__text:00000001000B49A8	+[ISHelpers getMACAddress]	                BL              _sysctl
__text:00000001000B4A24	+[ISHelpers getMACAddress]	                ADRL            X20, cfstr_SysctlMgmtinfo ; "sysctl mgmtInfoBase failure"
__text:00000001000B4A3C	+[ISHelpers getMACAddress]	                ADRL            X20, cfstr_SysctlMsgbuffe ; "sysctl msgBuffer failure"
__text:00000001000BC73C	+[ISUtils getMACAddress]	                BL              _sysctl
__text:00000001000BC76C	+[ISUtils getMACAddress]	                BL              _sysctl
__text:00000001000BC7E8	+[ISUtils getMACAddress]	                ADRL            X20, cfstr_SysctlMgmtinfo ; "sysctl mgmtInfoBase failure"
__text:00000001000BC800	+[ISUtils getMACAddress]	                ADRL            X20, cfstr_SysctlMsgbuffe ; "sysctl msgBuffer failure"
__text:00000001000BC974	+[ISUtils platformString]	                BL              _sysctlbyname
__text:00000001000BC998	+[ISUtils platformString]	                BL              _sysctlbyname
__text:000000010013D0CC	+[SSAHelperMethods getMACAddress]	                BL              _sysctl
__text:000000010013D0FC	+[SSAHelperMethods getMACAddress]	                BL              _sysctl
__text:000000010013D178	+[SSAHelperMethods getMACAddress]	                ADRL            X20, cfstr_SysctlMgmtinfo ; "sysctl mgmtInfoBase failure"
__text:000000010013D190	+[SSAHelperMethods getMACAddress]	                ADRL            X20, cfstr_SysctlMsgbuffe ; "sysctl msgBuffer failure"
__text:000000010013D314	+[SSAHelperMethods platformString]	                BL              _sysctlbyname
__text:000000010013D338	+[SSAHelperMethods platformString]	                BL              _sysctlbyname
__text:00000001002B1390	-[APMAdExposureReporter currentTime]	                BL              _sysctl
__text:00000001002D1BD4	-[APMMeasurement updateSchedule]	                BL              _sysctl
__text:00000001002D3C84	-[APMMeasurement networkUploadCompletionHandlerWithResponse:error:]	                BL              _sysctl
__text:00000001002DDAC8	-[APMMeasurement networkRemoteConfigFetchCompletionHandler:data:error:]	                BL              _sysctl
__text:00000001002DDCC4	-[APMMeasurement networkRemoteConfigFetchCompletionHandler:data:error:]	                BL              _sysctl
__text:00000001002EAF90	-[APMSessionReporter currentUptime]	                BL              _sysctl
__text:000000010046FF18	_GADTimeIntervalSinceBoot	                BL              _sysctl
__text:000000010046FF30	_GADTimeIntervalSinceBoot	                ADRL            X1, cfstr_SysctlErrorS ; "sysctl error: %s"
__text:00000001004DADEC	+[FBSDKAppEventsDeviceInfo _readSysCtlUInt:type:]	                BL              _sysctl
__text:0000000100EA7494	sub_100EA7434	                BL              _sysctl
__text:0000000100EF8E98	sub_100EF8D18	                BL              _sysctlbyname
__text:0000000100EF8EC8	sub_100EF8D18	                BL              _sysctlbyname
__text:0000000100F30EB8	sub_100F30E84	                BL              _sysctlbyname
__text:0000000100F30EDC	sub_100F30E84	                BL              _sysctlbyname
__text:0000000100FCCBC8	-[FreemiumIGP openRedirectLinkWithType:languageIndex:andGameVersion:ctgSource:]	                BL              _sysctlbyname
__text:0000000100FCCBEC	-[FreemiumIGP openRedirectLinkWithType:languageIndex:andGameVersion:ctgSource:]	                BL              _sysctlbyname
__text:0000000100FCDB38	-[FreemiumIGP getFreemiumIGPLink]	                BL              _sysctlbyname
__text:0000000100FCDB5C	-[FreemiumIGP getFreemiumIGPLink]	                BL              _sysctlbyname
__text:0000000100FCED84	-[SendInfo sendGameInfo::::::]	                BL              _sysctlbyname
__text:0000000100FCEDA8	-[SendInfo sendGameInfo::::::]	                BL              _sysctlbyname
__text:000000010103A5C4	sub_10103A540	                BL              _sysctl
__text:000000010103A60C	sub_10103A540	                BL              _sysctl
__text:00000001012B78B4	__ZNK6glitch11COSOperator20getProcessorSpeedMHzEPj	                BL              _sysctlbyname
__text:000000010170F150	__ZN3glf17getWifiMacAddressEPci	                BL              _sysctl
__text:000000010170F17C	__ZN3glf17getWifiMacAddressEPci	                BL              _sysctl
__text:000000010170F3C4	_main	                BL              _sysctl
__text:0000000101718808	__ZN3glf11PropertyMap20SetDefaultPropertiesEv	                BL              _sysctl
__text:000000010171884C	__ZN3glf11PropertyMap20SetDefaultPropertiesEv	                BL              _sysctl
__text:0000000101718890	__ZN3glf11PropertyMap20SetDefaultPropertiesEv	                BL              _sysctl
__text:000000010172FF60	-[AppDelegate createMainWindow]	                BL              _sysctlbyname
__text:000000010172FF84	-[AppDelegate createMainWindow]	                BL              _sysctlbyname
__text:0000000101981538	sub_1019814E8	                BL              _sysctl
__text:0000000101981588	sub_1019814E8	                BL              _sysctl
__text:00000001019B3840	+[FBAdPerformanceMetrics coreCount]	                BL              _sysctl
__text:00000001019B3978	+[FBAdPerformanceMetrics freeMemoryBytes]	                BL              _sysctl
__text:00000001019B3A10	+[FBAdPerformanceMetrics totalMemoryBytes]	                BL              _sysctl
__text:00000001019E66E4	+[FBAdUtility isDebuggerAttached]	                BL              _sysctl
__text:0000000101A90B50	sub_101A8E168	                BL              _sysctl
__text:0000000101A930D4	sub_101A92E80	                BL              _sysctl
__stubs:0000000101ADDB70	_sysctl	; [0000000C BYTES: COLLAPSED FUNCTION _sysctl. PRESS CTRL-NUMPAD+ TO EXPAND]
__stubs:0000000101ADDB7C	_sysctlbyname	; [0000000C BYTES: COLLAPSED FUNCTION _sysctlbyname. PRESS CTRL-NUMPAD+ TO EXPAND]
__cstring:0000000101C5B3DF		                                        ; DATA XREF: __cfstring:cfstr_SysctlMgmtinfoo
__cstring:0000000101C5B415		                                        ; DATA XREF: __cfstring:cfstr_SysctlMsgbuffeo
__cstring:0000000101CBE27D		                                        ; DATA XREF: __cfstring:cfstr_SysctlErrorSo
__la_symbol_ptr:0000000101E8F440		_sysctl_ptr     DCQ __imp__sysctl       ; DATA XREF: _sysctlo
__la_symbol_ptr:0000000101E8F448		_sysctlbyname_ptr DCQ __imp__sysctlbyname
__cfstring:0000000101F905F0		cfstr_SysctlMgmtinfo __CFString <___CFConstantStringClassReference, 0x7C8, aSysctlMgmtinfo,\
__cfstring:0000000101F90630		cfstr_SysctlMsgbuffe __CFString <___CFConstantStringClassReference, 0x7C8, aSysctlMsgbuffe,\
__cfstring:0000000101FCE650		cfstr_SysctlErrorS __CFString <___CFConstantStringClassReference, 0x7C8, aSysctlErrorS, \
UNDEF:00000001022BB6F8		; int __cdecl _sysctl(int *, u_int, void *, size_t *, void *, size_t)
UNDEF:00000001022BB700		; int __cdecl _sysctlbyname(const char *, void *, size_t *, void *, size_t)

_syscall: 

Spoiler
Address	Function	Instruction
__text:0000000100B7213C	sub_100B72050	                BL              _syscall
__text:0000000100B72248	sub_100B72050	                BL              _syscall
__text:0000000100B72354	sub_100B72050	                BL              _syscall
__text:0000000100B72460	sub_100B72050	                BL              _syscall
__text:0000000100B7256C	sub_100B72050	                BL              _syscall
__text:0000000100B72678	sub_100B72050	                BL              _syscall
__text:0000000100B72698	sub_100B72050	                BL              _syscall
__text:0000000100DADD54	sub_100DAC444	                ADRL            X9, aSslErrorSyscal ; "SSL_ERROR_SYSCALL"
__text:0000000100DB0164	sub_100DAFF5C	                ADRL            X1, aSslErrorSyscal ; "SSL_ERROR_SYSCALL"
__text:0000000100FCF8AC	sub_100FCF888	                BL              _syscall
__text:0000000100FCF8C4	sub_100FCF888	                BL              _syscall
__text:0000000100FCF8E0	sub_100FCF888	                BL              _syscall
__text:0000000100FCF8F8	sub_100FCF888	                BL              _syscall
__text:0000000100FCF914	sub_100FCF888	                BL              _syscall
__text:0000000100FCF92C	sub_100FCF888	                BL              _syscall
__text:0000000100FCF938	sub_100FCF888	                BL              _syscall
__text:0000000100FD9FEC	sub_100FD9FA0	                BL              _syscall
__text:0000000100FDA004	sub_100FD9FA0	                BL              _syscall
__text:0000000100FDA020	sub_100FD9FA0	                BL              _syscall
__text:0000000100FDA038	sub_100FD9FA0	                BL              _syscall
__text:0000000100FDA054	sub_100FD9FA0	                BL              _syscall
__text:0000000100FDA06C	sub_100FD9FA0	                BL              _syscall
__text:0000000100FDA078	sub_100FD9FA0	                BL              _syscall
__stubs:0000000101ADDB64	_syscall	; [0000000C BYTES: COLLAPSED FUNCTION _syscall. PRESS CTRL-NUMPAD+ TO EXPAND]
__cstring:0000000101D0BF39		aSslErrorSyscal DCB "SSL_ERROR_SYSCALL",0
__la_symbol_ptr:0000000101E8F438		_syscall_ptr    DCQ __imp__syscall      ; DATA XREF: _syscallo
__const:0000000101F156C8		                DCQ aSslErrorSyscal     ; "SSL_ERROR_SYSCALL"
UNDEF:00000001022BB6F0		; int _syscall(int, ...)
Updated by xrayactual
Posted
On 3/5/2022 at 4:46 AM, TheFreakzz said:

@xrayactualso the game is impossible to hack, right?

As far as I can tell, yes. Trying a few other tricks but at this time patching the anti-debuggers is not possible

Posted

I understand. Unfortunately I could no longer reach Zahir in the chat box. But if you know something new, please let me know👍

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

    • Slugterra: Slug it Out 2 v5.9.0 [ +17 Cheats ] Currency Max
      Modded/Hacked App: Slugterra: Slug it Out 2 By Nightmarket Games Inc.
      Bundle ID: com.dhxmedia.slugitout2
      iTunes Store Link: https://apps.apple.com/us/app/slugterra-slug-it-out-2/id1148766137?uo=4

      Hack Features:
      - Buy Chest And You'll Get Alot Of Gems
      - Leveling Up Gives High Gold Amount
      - Leveling Up Gives High Stone Amount
      - Instant Level Up 
      • 26 replies
    • Slugterra: Slug it Out 2 v5.9.0 [ +17 Jailed ] Currency Max
      Modded/Hacked App: Slugterra: Slug it Out 2 By Nightmarket Games Inc.
      Bundle ID: com.dhxmedia.slugitout2
      iTunes Store Link: https://apps.apple.com/us/app/slugterra-slug-it-out-2/id1148766137?uo=4

      Hack Features:
      - Buy Chest And You'll Get Alot Of Gems
      - Leveling Up Gives High Gold Amount
      - Leveling Up Gives High Stone Amount
      - Instant Level Up
      • 44 replies
    • Heroes vs. Hordes: Survivor v6.1.0 [ +11 Cheats ] Currency Max
      Modded/Hacked App: Heroes vs. Hordes: Survivor By Swift Games GmbH
      Bundle ID: com.swiftgames.roguelikesurvival
      iTunes Store Link: https://apps.apple.com/us/app/heroes-vs-hordes-survivor/id1608898173?uo=4

       
      Hack Features

      - Currency

      - Resource

      - Gold Unlimited [ Bonus Wave ]

      - Ch Unlocked [ Play All Off ]

      - Always Last Wave

      - Talents Cost 0

      - Hero DMG Only

      - HP & DMG [ Just Equip & Unequip ]

      - Enemy Freeze

      - Enemy ATK NO

       
      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/
      • 99 replies
    • Heroes vs. Hordes: Survivor v6.1.0 [ +11 Jailed ] Currency Max
      Modded/Hacked App: Heroes vs. Hordes: Survivor By Swift Games GmbH
      Bundle ID: com.swiftgames.roguelikesurvival
      iTunes Store Link: https://apps.apple.com/us/app/heroes-vs-hordes-survivor/id1608898173?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

      - Currency

      - Resource

      - Gold Unlimited [ Bonus Wave ]

      - Ch Unlocked [ Play All Off ]

      - Always Last Wave

      - Talents Cost 0

      - Hero DMG Only

      - HP & DMG [ Just Equip & Unequip ]

      - Enemy Freeze

      - Enemy ATK NO


      Jailbreak required iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APKs: https://iosgods.com/forum/68-android-section/

       

      iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App
      • 114 replies
    • Merge Cruise: Mystery Puzzle v0.36.910 [ +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

      • 34 replies
    • Merge Cruise: Mystery Puzzle v0.36.910 [ +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

      • 35 replies
    • Temple Run 3 v0.1.2 [ +6 Cheats ] Never Die
      Modded/Hacked App: Temple Run 3 By Imangi Studios, LLC
      Bundle ID: com.imangi.tr3
      App Store Link: https://apps.apple.com/ph/app/temple-run-3/id6748088379?uo=4

      🤩 Hack Features

      - Currency / No Need
      - Resources / No Need
      - Score Multiplier 
      - Jump
      • 6 replies
    • Soccer Journey: Champion Squad v1.0.7 [ +12 Cheats ] Currency Max
      Modded/Hacked App: Soccer Journey 2026 By KONG SOFTWARE JOINT STOCK COMPANY
      Bundle ID: com.kongsoftware.project02sj.gl
      App Store Link: https://apps.apple.com/us/app/soccer-journey-2026/id6745119606?uo=4


      🤩 Hack Features

      - Gold

      - Cash

      - Player Energy

      - Match Energy

      - Tokens

      - EXP User

      - Scout Ticket +3

      - Standard Scout +4

      - Cube +4

      - Training +3

      - Upgrade Cost All Building [ Earn Cash ]

      - Speed UP Cost All Building [ Earn Cash ]
      • 45 replies
    • Soccer Journey: Champion Squad v1.0.7 [ +12 Jailed ] Currency Max
      Modded/Hacked App: Soccer Journey 2026 By KONG SOFTWARE JOINT STOCK COMPANY
      Bundle ID: com.kongsoftware.project02sj.gl
      App Store Link: https://apps.apple.com/us/app/soccer-journey-2026/id6745119606?uo=4


      🤩 Hack Features

      - Gold

      - Cash

      - Player Energy

      - Match Energy

      - Tokens

      - EXP User

      - Scout Ticket +3

      - Standard Scout +4

      - Cube +4

      - Training +3

      - Upgrade Cost All Building [ Earn Cash ]

      - Speed UP Cost All Building [ Earn Cash ]
      • 36 replies
    • Cats And The Forest v2.0.04 [ +3 Cheats ] Gold Unlimited
      Modded/Hacked App: Cats And The Forest By Super Carrot
      Bundle ID: com.SuperCarrot.CatsAndTheForest
      App Store Link: https://apps.apple.com/ph/app/cats-and-the-forest/id6746228951?uo=4

      🤩 Hack Features

      - Unlimited Gold / Enemy & Boss Drop
      • 13 replies
    • Legend TD: Epic Tower Defense v1.0.1 [ +12 Cheats ] Currency Max
      Modded/Hacked App: Legend TD: Epic Tower Defense By Tu Do Anh
      Bundle ID: com.epic.towerdefense.td.legend
      App Store Link: https://apps.apple.com/us/app/legend-td-epic-tower-defense/id6753664870?uo=4

      🤩 Hack Features

      - ADS NO / Rewards Free
      - Unlimited Gold
      - Unlimited Energy
      - Unlimited Stars
      - Unlimited Battle Items
      - Heroes Unlocked
      - Gun Unlocked
      - Unlimited Skill Point
      - Premium Pass Active
      - Premium Pass / Claim Unlimited
      - Free Pass / Claim Unlimited
      - Battle Cash / Sell Tower 
      • 6 replies
    • Legend TD: Epic Tower Defense v1.0.1 [ +12 Jailed ] Currency Max
      Modded/Hacked App: Legend TD: Epic Tower Defense By Tu Do Anh
      Bundle ID: com.epic.towerdefense.td.legend
      App Store Link: https://apps.apple.com/us/app/legend-td-epic-tower-defense/id6753664870?uo=4

      🤩 Hack Features

      - ADS NO / Rewards Free
      - Unlimited Gold
      - Unlimited Energy
      - Unlimited Stars
      - Unlimited Battle Items
      - Heroes Unlocked
      - Gun Unlocked
      - Unlimited Skill Point
      - Premium Pass Active
      - Premium Pass / Claim Unlimited
      - Free Pass / Claim Unlimited
      - Battle Cash / Sell Tower 
      • 4 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