Jump to content

Hacking with GDB Breakpoints


25 posts in this topic

Recommended Posts

Posted

just a noob question..... As I can remember Laxus told me we can use write(set) also in GDB but I haven't tried it ...if it works it might be more easier then tweak inject..so to use to write do I need to do aslr-slide for that also?

Posted
4 hours ago, MeSailesh7 said:

just a noob question..... As I can remember Laxus told me we can use write(set) also in GDB but I haven't tried it ...if it works it might be more easier then tweak inject..so to use to write do I need to do aslr-slide for that also?

This is from shmoo's github page:

- add-aslr-set: a command to automatically add the ASLR slide to the expression in the set command. To use, set add-aslr-set on. Since memory addresses already have ASLR accounted for, we need an upper bound to know when to not add the ASLR slide. Use 0x103000000 if you know you aren't going to be modifing memory and only instructions, otherwise, use IDA Pro to find out where main code segment ends (Ctrl+S)

Posted
32 minutes ago, RudePerson said:

This is from shmoo's github page:

- add-aslr-set: a command to automatically add the ASLR slide to the expression in the set command. To use, set add-aslr-set on. Since memory addresses already have ASLR accounted for, we need an upper bound to know when to not add the ASLR slide. Use 0x103000000 if you know you aren't going to be modifing memory and only instructions, otherwise, use IDA Pro to find out where main code segment ends (Ctrl+S)

Got it Boss...thanks for the clarification , highly appreciated fed7 

but I Think GNU debugger has some problem in ios 11.3.1  because when  when I attach PID and continue and enter it doesn’t show  (gdb) in terminal it only says continue and then I can’t enter any command and have to force close terminal aka “X” button. Anyway I will ask shmoo about it...

Posted
7 minutes ago, MeSailesh7 said:

Got it Boss...thanks for the clarification , highly appreciated fed7 

but I Think GNU debugger has some problem in ios 11.3.1  because when  when I attach PID and continue and enter it doesn’t show  (gdb) in terminal it only says continue and then I can’t enter any command and have to force close terminal aka “X” button. Anyway I will ask shmoo about it...

Wdym? Send me a message on discord:

RudePerson#3280

Posted

Interesting topic, I'm glad that I found it. This might be a great theme for assignment writing and click for more information to know how to do this. Hacking with GDB breakpoints is a hot topic nowadays so this should be an interesting assignment writing for me. At least this topic is interesting to read and I hope to find more opinions on this issue.

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