After reading the docs,I’m doing it this way:
ds /c 21 1de2458
But only get a screen of ??,how to do it the right way?
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.
Most likely the address doesn’t point to a STRING, ANSI_STRING or UNICODE_STRING structure (these are C style structs for representing strings and they hold more that just the characters).
If you want to dump memory as characters use the
dacommand for Ascii ordufor Unicode characters. This works for e.g. strings in .NET.