If x /w $rbp + 0x18 prints the address and a value for that address, is there some way I can print an interval of addresses and values from the $rbp?
Something like x /w $rbp +- 0x18, i.e. the range from $rbp - 0x18 to $rbp + 0x18?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
from gdb : FMT is a repeat count followed by a format letter and a size letter.: