Jump to content

5 posts in this topic

Recommended Posts

Posted

I'm having a problem with gdb. I keep running into Segmentation fault: 11. I have the app running, I cracked and thinned the binary, replaced the old one with the cracked. Not sure what to do anymore, any help is appreciated :D. Oh i'm trying to hack Kendall And Kylie 

b7af99293b134b0dbd1ca5c119cf6dc8.png

Posted (edited)

I'm having a problem with gdb. I keep running into Segmentation fault: 11. I have the app running, I cracked and thinned the binary, replaced the old one with the cracked. Not sure what to do anymore, any help is appreciated :D. Oh i'm trying to hack Kendall And Kylie 

 

i know why but i can't find the post segmentation fault usually mean anti debug trick there is a tutorial on how to remove it but i can't find it sorry 

here it is https://iosgods.com/topic/26721-breaking-securityhow-to-disable-syscall-anti-debugging-protection/

Updated by Taylor Meyer
Posted

i know why but i can't find the post segmentation fault usually mean anti debug trick there is a tutorial on how to remove it but i can't find it sorry 

here it is https://iosgods.com/topic/26721-breaking-securityhow-to-disable-syscall-anti-debugging-protection/

I tried that but mine didn't have the _syscall. I also tried looking for other ones that dida had mention on another post but it only had one string/import thing

Posted

I tried that but mine didn't have the _syscall. I also tried looking for other ones that dida had mention on another post but it only had one string/import thing

Make a project in theos, bundle id is com.apple.UIKit

 

Tweak.xm code:

#import <substrate.h>

#if !defined(PT_DENY_ATTACH)
#define PT_DENY_ATTACH 31
#endif

#if !defined(sys_ptrace_request)
#define sys_ptrace_request 26
#endif

static int (*_ptraceHook)(int request, pid_t pid, caddr_t addr, int data);
static int (*_syscall)(long request, long pid, long addr, long data);

static int $ptraceHook(int request, pid_t pid, caddr_t addr, int data) {
        if (request == PT_DENY_ATTACH) {
                request = -1;
        }
        return _ptraceHook(request,pid,addr,data);
}

static int $syscall(long request, long pid, long addr, long data) {
        if (request == sys_ptrace_request) {
                return 0;
        }
        return _syscall(request,pid,addr,data);
}

%ctor {
        MSHookFunction((void *)MSFindSymbol(NULL,"_ptrace"), (void *)$ptraceHook, (void **)&_ptraceHook);
        MSHookFunction((void *)MSFindSymbol(NULL,"_syscall"),(void *)$syscall,(void **)&_syscall);
}

This code isn't mine. it's sharedRoutine's. I take no credit for it but I hate macros

Posted

Make a project in theos, bundle id is com.apple.UIKit

 

Tweak.xm code:

#import <substrate.h>

#if !defined(PT_DENY_ATTACH)
#define PT_DENY_ATTACH 31
#endif

#if !defined(sys_ptrace_request)
#define sys_ptrace_request 26
#endif

static int (*_ptraceHook)(int request, pid_t pid, caddr_t addr, int data);
static int (*_syscall)(long request, long pid, long addr, long data);

static int $ptraceHook(int request, pid_t pid, caddr_t addr, int data) {
        if (request == PT_DENY_ATTACH) {
                request = -1;
        }
        return _ptraceHook(request,pid,addr,data);
}

static int $syscall(long request, long pid, long addr, long data) {
        if (request == sys_ptrace_request) {
                return 0;
        }
        return _syscall(request,pid,addr,data);
}

%ctor {
        MSHookFunction((void *)MSFindSymbol(NULL,"_ptrace"), (void *)$ptraceHook, (void **)&_ptraceHook);
        MSHookFunction((void *)MSFindSymbol(NULL,"_syscall"),(void *)$syscall,(void **)&_syscall);
}
This code isn't mine. it's sharedRoutine's. I take no credit for it but I hate macros

 

I'll install theos and try this thanks

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

    • EvoCreo 2: Monster Trainer RPG v1.4.5 +8 Jailed Cheats [ Damage + More ]
      Modded/Hacked App: EvoCreo 2: Monster Trainer RPG By Ilmfinity Studios LLC
      Bundle ID: com.ilmfinity.evocreo2
      iTunes Store Link: https://apps.apple.com/us/app/evocreo-2-monster-trainer-rpg/id1499001662?uo=4

       


      🤩 Hack Features

      - Unlimited Money -> Will increase instead of decrease.
      - Unlimited Skill Points
      - Unlimited Bag Items -> Will increase instead of decrease.
      - Prestige Cleo Allowed
      - Max Creo Level -> Earn some XP.
      - Damage Multiplier - Linked -> Affects both you and enemy. Use carefully.
      - Free In-App Purchases
      - Unlock All Achievements/Badges
      • 28 replies
    • EvoCreo 2: Monster Trainer RPG v1.4.5 +8 Cheats [ Damage + More ]
      Modded/Hacked App: EvoCreo 2: Monster Trainer RPG By Ilmfinity Studios LLC
      Bundle ID: com.ilmfinity.evocreo2
      iTunes Store Link: https://apps.apple.com/us/app/evocreo-2-monster-trainer-rpg/id1499001662?uo=4

       


      🤩 Hack Features

      - Unlimited Money -> Will increase instead of decrease.
      - Unlimited Skill Points
      - Unlimited Bag Items -> Will increase instead of decrease.
      - Prestige Cleo Allowed
      - Max Creo Level -> Earn some XP.
      - Damage Multiplier - Linked -> Affects both you and enemy. Use carefully.
      - Free In-App Purchases
      - Unlock All Achievements/Badges
      • 19 replies
    • Disney Pop Town! Match 3 Games v1.14.0 +2 Jailed Cheats [ Unlimited Moves ]
      Modded/Hacked App: Disney Pop Town! Match 3 Games By Wemade Play Co.,Ltd.
      Bundle ID: com.jamcity.joy
      App Store Link: https://apps.apple.com/us/app/disney-pop-town-match-3-games/id1529504654?uo=4

       
       

      🤩 Hack Features

      - Unlimited Moves -> Enable, use a move then disable.
      - Unlimited Skill
      • 4 replies
    • Disney Pop Town! Match 3 Games v1.14.0 +2 Cheats [ Unlimited Moves ]
      Modded/Hacked App: Disney Pop Town! Match 3 Games By Wemade Play Co.,Ltd.
      Bundle ID: com.jamcity.joy
      App Store Link: https://apps.apple.com/us/app/disney-pop-town-match-3-games/id1529504654?uo=4

       


      🤩 Hack Features

      - Unlimited Moves -> Enable, use a move then disable.
      - Unlimited Skill
      • 5 replies
    • Slime Castle - Idle TD v2.2.2 +8 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Slime Castle - Idle TD By AZUR INTERACTIVE GAMES LIMITED
      Bundle ID: com.redtailworks.slimetd
      iTunes Store Link: https://apps.apple.com/us/app/slime-castle-idle-td/id6480410032?uo=4


      Hack Features:
      - Unlimited Coins -> Will increase instead of decrease.
      - Unlimited Diamonds -> Will increase instead of decrease.
      - Unlimited Silver -> Will increase instead of decrease.
      - God Mode
      - x5 Speed Unlocked
      - No Ads


      Jailbreak required hack(s): [Mod Menu Hack] Slime Castle - Idle TD v0.9.2 +6 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/
      • 202 replies
    • Senses - Choose Romance Story v1.15.0 +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Senses - Choose Romance Story By Allustone, Inc.
      Bundle ID: games.extras.novels
      App Store Link: https://apps.apple.com/us/app/senses-choose-romance-story/id1665172637?uo=4

       


      🤩 Hack Features

      - Unlimited Gems -> Head into Settings > Support and toggle the Copy UDID button.*
      - Unlimited Keys -> Head into Settings > Support and toggle the Copy UDID button.*

      * - Only use 1 feature at a time.
        • Agree
      • 9 replies
    • Senses - Choose Romance Story v1.15.0 +2 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Senses - Choose Romance Story By Allustone, Inc.
      Bundle ID: games.extras.novels
      App Store Link: https://apps.apple.com/us/app/senses-choose-romance-story/id1665172637?uo=4

       
       

      🤩 Hack Features

      - Unlimited Gems -> Head into Settings > Support and toggle the Copy UDID button.*
      - Unlimited Keys -> Head into Settings > Support and toggle the Copy UDID button.*

      * - Only use 1 feature at a time.
      • 1 reply
    • Harry Potter: Puzzles & Spells v96.1.309 +1 Jailed Cheat [ Freeze Moves ]
      Modded/Hacked App: Harry Potter: Puzzles & Spells By Zynga Inc.
      Bundle ID: com.zynga.pottermatch
      iTunes Store Link: https://apps.apple.com/us/app/harry-potter-puzzles-spells/id1434505322?uo=4


      Hack Features:
      - Freeze Moves


      Jailbreak required hack(s): [Mod Menu Hack] Harry Potter: Puzzles & Spells v85.0.271 +1 Cheat [ Unlimited Moves ] - 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/
      • 79 replies
    • Harry Potter: Puzzles & Spells v96.1.309 +1 Cheat [ Freeze Moves ]
      Modded/Hacked App: Harry Potter: Puzzles & Spells By Zynga Inc.
      Bundle ID: com.zynga.pottermatch
      iTunes Store Link: https://apps.apple.com/us/app/harry-potter-puzzles-spells/id1434505322?uo=4


      Hack Features:
      - Freeze Move


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] Harry Potter: Puzzles & Spells v85.0.271 +1 Jailed Cheat [ Unlimited Moves ] - 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/
      • 39 replies
    • Slime Castle - Idle TD v2.2.2 +8 Cheats [ Damage & Defence ]
      Modded/Hacked App: Slime Castle - Idle TD By AZUR INTERACTIVE GAMES LIMITED
      Bundle ID: com.redtailworks.slimetd
      iTunes Store Link: https://apps.apple.com/us/app/slime-castle-idle-td/id6480410032?uo=4


      Hack Features:
      - Unlimited Coins -> Will increase instead of decrease.
      - Unlimited Diamonds -> Will increase instead of decrease.
      - Unlimited Silver -> Will increase instead of decrease.
      - God Mode
      - x5 Speed Unlocked
      - No Ads


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Slime Castle - Idle TD v0.9.2 +6 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/
      • 151 replies
    • Warlet: The American Civil War v1.4 [+2 Jailed Cheats]
      Modded/Hacked App: Warlet: The American Civil War By Bruno Marcos
      Bundle ID: com.warlet.theamericancivilwar
      App Store Link: https://apps.apple.com/us/app/warlet-the-american-civil-war/id6741015253?uo=4



      🤩 Hack Features

      - Add Gold (Use inside battle)
      - Never Die
      • 0 replies
    • Warlet: The American Civil War v1.4 [+2 Cheats]
      Modded/Hacked App: Warlet: The American Civil War By Bruno Marcos
      Bundle ID: com.warlet.theamericancivilwar
      App Store Link: https://apps.apple.com/us/app/warlet-the-american-civil-war/id6741015253?uo=4



      🤩 Hack Features

      - Add Gold (Use inside battle)
      - Never Die
       
      • 0 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