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

    • Hunters Origin v1.2.3 +8 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Hunters Origin By BoomBit, Inc.
      Bundle ID: com.hunters.legacy
      iTunes Store Link: https://apps.apple.com/pl/app/hunters-origin/id6473918865

       
       

      🤩 Hack Features

      - Damage Multiplier
      - God Mode
      - Skip Tutorial

      VIP
      - Gold Modifier
      - Diamonds Modifier
      - Seasonal Points Modifier
      - Speed Multiplier
      - XP Multiplier
      - VIP Enabled
      - Premium Pass Enabled
      - No Clip
      - Cheat Mode

      You risk your account being banned using this cheat. Play it safe and you should be okay.
      If you expose yourself using cheats then that's on you.
      • 46 replies
    • Hunters Origin v1.2.3 +8 Cheats [ Damage & Defence ]
      Modded/Hacked App: Hunters Origin By BoomBit, Inc.
      Bundle ID: com.hunters.legacy
      iTunes Store Link: https://apps.apple.com/pl/app/hunters-origin/id6473918865

       


      🤩 Hack Features

      - Damage Multiplier
      - God Mode
      - Skip Tutorial

      VIP
      - Gold Modifier
      - Diamonds Modifier
      - Seasonal Points Modifier
      - Speed Multiplier
      - XP Multiplier
      - VIP Enabled
      - Premium Pass Enabled
      - No Clip
      - Cheat Mode

      You risk your account being banned using this cheat. Play it safe and you should be okay.
      If you expose yourself using cheats then that's on you.
        • Winner
      • 22 replies
    • Royal Kingdom v22800 +4 Jailed Cheats [ Coins + More ]
      Modded/Hacked App: Royal Kingdom By Dream Games
      Bundle ID: com.dreamgames.royalkingdom
      iTunes Store Link: https://apps.apple.com/ph/app/royal-kingdom/id1606549505
       

      Hack Features:
      - Freeze Coins
      - Freeze Lives
      - Freeze Boosters
      - Freeze Moves


      Jailbreak required hack(s): [Mod Menu Hack] Royal Kingdom v3987 +4 Cheats [ Unlimited Coins ] - 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
        • Thanks
        • Like
      • 159 replies
    • Royal Kingdom v22800 +4 Cheats [ Coins + More ]
      Modded/Hacked App: Royal Kingdom By Dream Games
      Bundle ID: com.dreamgames.royalkingdom
      iTunes Store Link: https://apps.apple.com/ph/app/royal-kingdom/id1606549505
       

      Hack Features:
      - Freeze Coins
      - Freeze Lives
      - Freeze Boosters
      - Freeze Moves


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Royal Kingdom v3987 +4 Jailed Cheats [ Unlimited Coins ] - 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/
      • 115 replies
    • Royal Match v31832 +10 Jailed Cheats [ Coins + More ]
      Modded/Hacked App: Royal Match By Dream Games Teknoloji Anonim Sirketi
      Bundle ID: com.dreamgames.royalmatch
      iTunes Store Link: https://apps.apple.com/us/app/royal-match/id1482155847?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:
      - Freeze Coins
      - Freeze Lives
      - Freeze Stars
      - Freeze Boosters
      - Freeze Time
      - Freeze Moves
      - Unlock VIP Badges
      - Unlock VIP Name Styles
      - Unlock VIP Frames
      - Auto Win -> Quit the level.


      Jailbreak required hack(s): [Mod Menu Hack] Royal Match v26455 +11 Cheats [ Unlimited Coins + More ] - 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/
        • Thanks
        • Like
      • 433 replies
    • Good Coffee, Great Coffee v1.6.5 +8 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Good Coffee, Great Coffee By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.coffeebusiness
      iTunes Store Link: https://apps.apple.com/us/app/good-coffee-great-coffee/id1603584945?uo=4
       


      🤩 Hack Features

      - Unlimited Cash
      - Unlimited Gems
      - Unlimited Energy
      - Unlimited Brew Points
      - Unlimited Daily Rewards
      - All Decor Unlocked
      - All Equipment Unlocked
      - All Equipment Upgrades Unlocked
      - All Shop Upgrades Unlocked
      - Perfect Drinks
        • Informative
        • Like
      • 119 replies
    • Good Coffee, Great Coffee v1.6.5 +8 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Good Coffee, Great Coffee By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.coffeebusiness
      iTunes Store Link: https://apps.apple.com/us/app/good-coffee-great-coffee/id1603584945?uo=4

       
       

      🤩 Hack Features

      - Unlimited Cash
      - Unlimited Gems
      - Unlimited Energy
      - Unlimited Brew Points
      - Unlimited Daily Rewards
      - All Decor Unlocked
      - All Equipment Unlocked
      - All Equipment Upgrades Unlocked
      - All Shop Upgrades Unlocked
      - Perfect Drinks
        • Informative
        • Like
      • 88 replies
    • Blade of God X: Orisols v2.4.1 +4 Jailed Cheats [ God / O-HK ]
      Modded/Hacked App: Blade of God X: Orisols By Pangu Games Digital Entertainment Limited
      Bundle ID: com.game.BOGX.hkios
      iTunes Store Link: https://apps.apple.com/us/app/blade-of-god-x-orisols/id6550905404?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

      - God Mode
      - One-Hit Kill
      - Kill All Enemies -> Attack or be attacked to trigger.
      - Move Speed Multiplier
      • 41 replies
    • Blade of God X: Orisols v2.4.1 +4 Cheats [ God / O-HK ]
      Modded/Hacked App: Blade of God X: Orisols By Pangu Games Digital Entertainment Limited
      Bundle ID: com.game.BOGX.hkios
      iTunes Store Link: https://apps.apple.com/us/app/blade-of-god-x-orisols/id6550905404?uo=4

       

      🔧 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Cydia, Sileo or Zebra).

       

      🚀 Hack Features

      - God Mode
      - One-Hit Kill
      - Kill All Enemies -> Attack or be attacked to trigger.
      - Move Speed Multiplier
        • Agree
      • 112 replies
    • Royal Match v31832 +10 Cheats [ Coins + More ]
      Modded/Hacked App: Royal Match By Dream Games Teknoloji Anonim Sirketi
      Bundle ID: com.dreamgames.royalmatch
      iTunes Store Link: https://apps.apple.com/us/app/royal-match/id1482155847?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Freeze Coins
      - Freeze Lives
      - Freeze Stars
      - Freeze Boosters
      - Freeze Time
      - Freeze Moves
      - Unlock VIP Badges
      - Unlock VIP Name Styles
      - Unlock VIP Frames
      - Auto Win -> Quit the level.


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] Royal Match v26455 +11 Jailed Cheats [ Unlimited Coins + More ] - 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
      • 550 replies
    • Good Pizza, Great Pizza v5.37.2 +8 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Good Pizza, Great Pizza By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.pizzabusiness
      iTunes Store Link: https://apps.apple.com/us/app/good-pizza-great-pizza/id911121200?uo=4


      Hack Features:
      - Unlimited Cash
      - Unlimited Diamonds
      - Unlimited Pizza Pass Claim -> Only works if you haven't claimed that reward yet.

      VIP
      - Unlimited Pizza Pass Tokens
      - Chef Pass Unlocked
      - Max Pizza Pass Level
      - Starter Bundle Unlocked
      - All Achievements Completed
        • Agree
        • Haha
        • Winner
        • Like
      • 406 replies
    • Good Pizza, Great Pizza v5.37.2 +8 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Good Pizza, Great Pizza By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.pizzabusiness
      iTunes Store Link: https://apps.apple.com/us/app/good-pizza-great-pizza/id911121200?uo=4


      Hack Features:
      - Unlimited Cash
      - Unlimited Diamonds
      - Unlimited Pizza Pass Claim -> Only works if you haven't claimed that reward yet. 

      VIP
      - Unlimited Pizza Pass Tokens 
      - Chef Pass Unlocked 
      - Max Pizza Pass Level 
      - Starter Bundle Unlocked 
      - All Achievements Completed
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 209 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