Guest User

Untitled

a guest
Jun 25th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. * print(p):
  2. 1) print <variable_name>
  3. show memory information of the <variable_name>
  4. 2) print <addr(hex)> <size>
  5. show memory information from <addr> to (<addr> + <size>)
  6. 3) print <addr(hex)> <type(s|t)> <typename>
  7. show memory information from <addr> by <typename>)
Add Comment
Please, Sign In to add comment