Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Got 0x00000002 as function return value and 0x60000080 as instruction
  2. $1 = 1610612864
  3. (gdb) call getAll(USEASM_OP_MOV,0,0)
  4. Got 0x00000002 as function return value and 0x60000000 as instruction
  5. $2 = 1610612736
  6. (gdb) call getAll(USEASM_OP_MOV,0,1)
  7. Got 0x00000002 as function return value and 0x60000080 as instruction
  8. $3 = 1610612864
  9. (gdb) call getAll(USEASM_OP_MOV,0,2)
  10. Got 0x00000002 as function return value and 0x60000100 as instruction
  11. $4 = 1610612992
  12. (gdb) call getAll(USEASM_OP_MOV,0,3)
  13. Got 0x00000002 as function return value and 0x60000180 as instruction
  14. $5 = 1610613120
  15. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement