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

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

    • Crashlands 2 v100.1.372 +2 Jailed Cheats [ One-Hit Kill ]
      Modded/Hacked App: Crashlands 2 By Butterscotch Shenanigans, Inc.
      Bundle ID: com.bscotch.crashlands2
      iTunes Store Link: https://apps.apple.com/us/app/crashlands-2/id1528199331?uo=4

       


      🤩 Hack Features

      - One-Hit Kill
      - No Skill Cooldown
      • 1 reply
    • Scolopendra v1.0.0 Debug Menu [+4 Cheats]
      Modded/Hacked App: Scolopendra By 24 HIT Riga SIA
      Bundle ID: com.game.scolopendra
      iTunes Store Link: https://apps.apple.com/us/app/scolopendra/id6742407695?uo=4



      🤩 Hack Features

      - Debug Menu (Enable and Debug Menu Will Appear)

      • 1 reply
    • Scolopendra v1.0.0 Debug Menu [+4 Jailed Cheats]
      Modded/Hacked App: Scolopendra By 24 HIT Riga SIA
      Bundle ID: com.game.scolopendra
      iTunes Store Link: https://apps.apple.com/us/app/scolopendra/id6742407695?uo=4



      🤩 Hack Features

      - Debug Menu (Enable and Debug Menu Will Appear)

      • 0 replies
    • Towers Survivors v0.1.1 [+3 Cheats]
      Modded/Hacked App: Towers Survivors By Martin Quinones
      Bundle ID: com.Pizia.Towers-Survivors
      iTunes Store Link: https://apps.apple.com/us/app/towers-survivors/id6738764422?uo=4


      🤩 Hack Features

      - Never Die
      - Unlimited Currency (Will Always Increase)
      - Unlimited Energy (Will Always Increase)
      • 0 replies
    • Towers Survivors v0.1.1 [+3 Jailed Cheats]
      Modded/Hacked App: Towers Survivors By Martin Quinones
      Bundle ID: com.Pizia.Towers-Survivors
      iTunes Store Link: https://apps.apple.com/us/app/towers-survivors/id6738764422?uo=4



      🤩 Hack Features

      - Never Die
      - Unlimited Currency (Will Always Increase)
      - Unlimited Energy (Will Always Increase)
      • 0 replies
    • Fun Run 3 - Multiplayer Games Cheats v4.47.1 +1
      Modded/Hacked App: Fun Run 3: Arena Running Game By Dirtybit
      Bundle ID: com.dirtybit.fra
      iTunes Store Link: https://itunes.apple.com/us/app/fun-run-3-arena-running-game/id1118878857?mt=8&uo=4&at=1010lce4


      Hack Features:
      - God Mode
       

      Hack Download Link: https://iosgods.com/topic/75790-arm64-fun-run-3-arena-running-game-cheats-v210-1/
        • Informative
      • 1,280 replies
    • Super Arrow Online Cheats v1.56.1 +3
      Modded/Hacked App: Super Arrow Idle By MOBIRIX
      Bundle ID: com.mobirix.sao
      iTunes Store Link: https://apps.apple.com/us/app/super-arrow-idle/id1635307668?uo=4


      Hack Features:
      - Infinite Currencies ( Read NOTE )
      - God Mode
      - Weak Enemies ( Enable before start )


      This cheat is fully tested on my device JB ( Odyssey/ Odsseyra1n/ Taurine). If your jailbreak is not supported you will get detection error and do not ask me. AGAIN DO NOT BUY VIP FOR JUST THIS CHEAT

      iOS Hack Download Link: https://iosgods.com/topic/167081-super-arrow-idle-cheats-v154-3/
        • Thanks
        • Winner
        • Like
      • 503 replies
    • My Talking Angela 2 Cheats v25.1.1 +2
      Modded/Hacked App: My Talking Angela 2 By Outfit7 Limited
      Bundle ID: com.outfit7.mytalkingangela2
      iTunes Store Link: https://apps.apple.com/us/app/my-talking-angela-2/id1536584509?uo=4


      Hack Features:
      - Infinite Currencies
      - No Ads


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/147072-my-talking-angela-2-v1013-jailed-cheats-2/


      iOS Hack Download Link: https://iosgods.com/topic/147070-my-talking-angela-2-cheats-all-versions-2/
        • Informative
        • Agree
        • Like
      • 110 replies
    • My Talking Tom 2 Cheats v25.1.2 +2
      Modded/Hacked App: My Talking Tom 2 by Outfit7 Limited
      Bundle ID: com.outfit7.mytalkingtom2
      iTunes Store Link: https://itunes.apple.com/us/app/my-talking-tom-2/id1337578317?mt=8&uo=4&at=1010lce4



      Hack Features:
      - Infinite Coins (Spend some/ Get some)
      - No Ads


      Hack Download Link: https://iosgods.com/topic/82755-arm64-my-talking-tom-2-cheats-v102002-1/
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 711 replies
    • Eatventure v1.35.0 Jailed Cheats +2
      Modded/Hacked App: Eatventure By Lessmore UG haftungsbeschraenkt
      Bundle ID: com.hwqgrhhjfd.idlefastfood
      iTunes Store Link: https://apps.apple.com/us/app/eatventure/id1600871388?uo=4


      Hack Features:
      - Freeze Currencies
      - Free iAP (Turn on inside iOSGods Mod Menu first)


      Jailbreak required hack(s): https://iosgods.com/topic/168170-eatventure-cheats-all-versions-1/


      iOS Hack Download IPA Link: https://iosgods.com/topic/168169-eatventure-v110-jailed-cheats-2/
        • Informative
        • Agree
        • Like
      • 317 replies
    • Dead Ahead: Zombie Warfare Cheats v4.1.9 +4
      Modded/Hacked App: Dead Ahead: Zombie Warfare By Mobirate Studio Ltd
      Bundle ID: com.mobirate.DeadAheadTactics
      iTunes Store Link: https://itunes.apple.com/us/app/dead-ahead-zombie-warfare/id1017311881?mt=8&uo=4&at=1010lce4


      Hack Features:
      - Freeze Coins
      - Freeze Fuels
      - Infinite Mana
      - Instant Warrior Spawn (Show timer but works)

      *NOTE: COULD CAUSE YOU BANNED FROM ONLINE TOURNAMENT, I'M NOT TAKING ANY RESPONSIBILITY. USE WISELY


      Hack Download Link:
      https://iosgods.com/topic/70815-arm64-dead-ahead-zombie-warfare-cheats-v211-4/
      #Hack #Jailbreak #Cydia #Cheat #Apple #Android #iOSGods
        • Informative
        • Thanks
        • Winner
        • Like
      • 781 replies
    • Harry Potter: Hogwarts Mystery v6.4.2 - [ Unlimited Energy & More ]
      Modded/Hacked App: Harry Potter: Hogwarts Mystery By Jam City, Inc.
      Bundle ID: com.tinyco.potter
      iTunes Store Link: https://apps.apple.com/us/app/harry-potter-hogwarts-mystery/id1333256716


      Hack Features:
      - Unlimited Energy
      - Max Attributes Level
      - Free Shop - Energy & Some Pets 
      - Max Creature Mastery Level
      - Unlimited Gems - Do Task And You'll Gain Gems
      - Feeding Button Enabled
        • Informative
        • Agree
        • Haha
        • Winner
        • Like
      • 866 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