Jump to content

GDB Keeps sendig me to visual ?


Go to solution Solved by K_K,

4 posts in this topic

Recommended Posts

Posted

So GDB keeps sendin me to only the visuals of the thing in hacking meanin if in hacking coins it only send me to the visual is there a way I could make gdb send to the actually number of coins ect

Posted

Remove aslr

What device you running ? Use the bt command and x/i 0x

Remove aslr

What device you running ? Use the bt command and x/i 0x

;)
Posted

Remove aslr

What device you running ? Use the bt command and x/i 0x

;)

iPhone 4S and also what is the bt command? And what does x/i do? I only know the basics of GDB
  • Solution
Posted

iPhone 4S and also what is the bt command? And what does x/i do? I only know the basics of GDB

Bt = back track

i s = info stack

They show where also the value is called

Bt = back track

i s = info stack

They show where also the value is called

What I like to do is once gdb breaks is get the register

I r then get the memory address for Ida but sometimes for what ever reason it will give you a fake address .

So x/i 0x <-------- put the address here and it will give you the hex search it in hex workshop them it will give you the true address ;)

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