Jump to content

7 posts in this topic

Recommended Posts

Posted

I'm trying to hack a App DarkRoom

I find👇 this  but I don't find the hook and There is no one on the site who explains hacking Apps On the ( ida  or Hopper ) Spongebob Squarepants Ngapa GIF by The SpongeBob Movie: Sponge On The Run

0x0000000100550dc4 219442F9               ldr        x1, [x1, #0x528] ; 0x100719528@PAGEOFF, "isPremiumUser",@selector(isPremiumUser)

void sub_100550dc0() {

    r16 = *_objc_msgSend;

    r0 = [r0 isPremiumUser];

    goto .l1;

 

.l1:

    r16 = *_objc_msgSend;

    r1 = @selector(isPremiumUser);

    return;

}

Posted

you have this tutorial :

 

i might do some too, but strings are not my favorite place tbh hahaa

tho in this pseudo code, r0 seems holding the bool value if you are premium or not. Not sure, show the full arm code of sub_100550dc0

Posted
15 hours ago, 𓄼 . f v c k . 𓄹 said:

you have this tutorial :

 

i might do some too, but strings are not my favorite place tbh hahaa

tho in this pseudo code, r0 seems holding the bool value if you are premium or not. Not sure, show the full arm code of sub_100550dc0

I have been see this but he make for game not app because I still have problem don't know how to find the right hook

Posted
2 minutes ago, Alihackali said:

I have been see this but he make for game not app because I still have problem don't know how to find the right hook

Using an app im not sure u want to hook it but patch it, u need to find an offset not a hook

Posted
21 hours ago, 𓄼 . f v c k . 𓄹 said:

Using an app im not sure u want to hook it but patch it, u need to find an offset not a hook

x1, [x1, #0x528] ; 0x100719528@PAGEOFF, "isPremiumUser",@selector(isPremiumUser) it's shown me just that 

On 3/10/2023 at 10:05 PM, Alihackali said:

I'm trying to hack a App DarkRoom

I find👇 this  but I don't find the hook and There is no one on the site who explains hacking Apps On the ( ida  or Hopper ) Spongebob Squarepants Ngapa GIF by The SpongeBob Movie: Sponge On The Run

0x0000000100550dc4 219442F9               ldr        x1, [x1, #0x528] ; 0x100719528@PAGEOFF, "isPremiumUser",@selector(isPremiumUser)

void sub_100550dc0() {

    r16 = *_objc_msgSend;

    r0 = [r0 isPremiumUser];

    goto .l1;

 

.l1:

    r16 = *_objc_msgSend;

    r1 = @selector(isPremiumUser);

    return;

}

@Laxus any help please 

Posted
On 3/12/2023 at 12:59 PM, Alihackali said:

x1, [x1, #0x528] ; 0x100719528@PAGEOFF, "isPremiumUser",@selector(isPremiumUser) it's shown me just that 

@Laxus any help please 

u need check the sub_xxxx near the string like on the tutorial i’ve sended

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
×
  • 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