Jump to content

30 posts in this topic

Recommended Posts

Posted
4 minutes ago, Mr_BigBoss said:

@Ted2 But its possible that port 23 is the problem?

Btw when remove ASRL, should i remove any hack related to it? Cause game is crashing.

If you're removing aslr on a arm64 binary, the game will crash. Cause you can not remove aslr from arm64 binary without making it crash.

 

If it's armv7, make sure you signed the binary after removing aslr from it by this command

ldid -s 'binaryname'

 

& yes port 23 is needed.

  • Replies 29
  • Created
  • Last Reply

Top Posters In This Topic

Posted
2 minutes ago, Ted2 said:

If you're removing aslr on a arm64 binary, the game will crash. Cause you can not remove aslr from arm64 binary without making it crash.

 

If it's armv7, make sure you signed the binary after removing aslr from it by this command

ldid -s 'binaryname'

 

& yes port 23 is needed.

Alright, so there no way to remove aslr from arm64 binary?

I'll try the port 23 again, but last few times, it gave me error.

Thanks for the info.

Posted
1 minute ago, Mr_BigBoss said:

Alright, so there no way to remove aslr from arm64 binary?

I'll try the port 23 again, but last few times, it gave me error.

Thanks for the info.

Nope, once lldb gives you a offset, you'll need to remove aslr slide from it.

If you don't know how, see this tutorial:

 

Posted
2 minutes ago, Ted2 said:

Nope, once lldb gives you a offset, you'll need to remove aslr slide from it.

If you don't know how, see this tutorial:

 

Oh alright nice, thanks. I thought maybe because of aslr that i kept getting error. I still have to pass trough that port 23.

Posted

@Ted2 This is what i get now using PID.

iPhone:~ root# debugserver 127.0.0.1:23 --attach=918
debugserver-@(#)PROGRAM:debugserver  PROJECT:debugserver-320.2.89
 for arm64.
Attaching to process 918...
error: failed to attach process 918: unable to start the exception thread
Exiting.

 

Posted
Just now, Mr_BigBoss said:

@Ted2 This is what i get now using PID.

iPhone:~ root# debugserver 127.0.0.1:23 --attach=918
debugserver-@(#)PROGRAM:debugserver  PROJECT:debugserver-320.2.89
 for arm64.
Attaching to process 918...
error: failed to attach process 918: unable to start the exception thread
Exiting.

 

Did you do DiDA's tutorial correctly?

Set permissions to debugserver file etc?

Posted
1 minute ago, Ted2 said:

Did you do DiDA's tutorial correctly?

Set permissions to debugserver file etc?

Yes i did and i'm going to double check again.

Posted
2 hours ago, Mr_BigBoss said:

@Ted2 hey whats up,

i did check again etc but no luck. All is set following dida's tutorial. 

I'll help you later tonight. Pm me

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