Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. gef➤ p vp+3
  2. $8 = (JS::Value *) 0x7ffff4e0d0a8
  3. gef➤ p *(vp+3)
  4. $9 = $jsval(-6.2774385622041925e+66)
  5. gef➤ p JS::Value *(vp+3)
  6. A syntax error in expression, near `vp+3)'.
  7. gef➤ p (JS::Value) *(vp+3)
  8. $10 = $jsval(-6.2774385622041925e+66)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement