Advertisement
programjm

int_test, with null check

Jun 30th, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. Jon@aria:~/bt3$ bap --run --primus-lisp-add=`pwd` --primus-lisp-load=entry-points --primus-print-obs=call,call-return,exception,segfault,assert-failure,pc-changed,lisp-message,segfault entry-point-tests.o --run-entry-points=entry__int_test --api-path=`pwd`/api --run-system=my:symbolic-taint-analyzer --log-dir=./log
  2.  
  3. (call (entry__int_test))
  4. (pc-changed 0x400526:64u)
  5. (call (int_test 0))
  6. (pc-changed 0x400527:64u)
  7. (pc-changed 0x40052A:64u)
  8. (pc-changed 0x40052E:64u)
  9. (pc-changed 0x400533:64u)
  10. (pc-changed 0x400546:64u)
  11. (pc-changed 0x400547:64u)
  12. (pc-changed 0x400548:64u)
  13. (call-return (int_test 0))
  14. (call-return (entry__int_test 0))
  15. (exception Halt)
  16. (exception Halt)
  17. (call (entry__int_test))
  18. (pc-changed 0x400526:64u)
  19. (call (int_test 0x3004))
  20. (pc-changed 0x400527:64u)
  21. (pc-changed 0x40052A:64u)
  22. (pc-changed 0x40052E:64u)
  23. (pc-changed 0x400533:64u)
  24. (pc-changed 0x400535:64u)
  25. (pc-changed 0x400539:64u)
  26. (exception "Page fault at 0x3007")
  27. (exception "Page fault at 0x3006")
  28. (exception "Page fault at 0x3005")
  29. (exception "Page fault at 0x3004")
  30. (pc-changed 0x40053B:64u)
  31. (pc-changed 0x40053E:64u)
  32. (pc-changed 0x400542:64u)
  33. (pc-changed 0x400544:64u)
  34. (pc-changed 0x400547:64u)
  35. (pc-changed 0x400548:64u)
  36. (call-return (int_test 0x3004))
  37. (call-return (entry__int_test 0))
  38. (exception Halt)
  39. (exception Halt)
  40. (call (entry__int_test))
  41. (pc-changed 0x400526:64u)
  42. (call (int_test 0x8000000000001002))
  43. (pc-changed 0x400527:64u)
  44. (pc-changed 0x40052A:64u)
  45. (pc-changed 0x40052E:64u)
  46. (pc-changed 0x400533:64u)
  47. (pc-changed 0x400535:64u)
  48. (pc-changed 0x400539:64u)
  49. (exception "Page fault at 0x8000000000001005")
  50. (exception "Page fault at 0x8000000000001004")
  51. (exception "Page fault at 0x8000000000001003")
  52. (exception "Page fault at 0x8000000000001002")
  53. (pc-changed 0x40053B:64u)
  54. (pc-changed 0x40053E:64u)
  55. (pc-changed 0x400542:64u)
  56. (pc-changed 0x400544:64u)
  57. (pc-changed 0x400547:64u)
  58. (pc-changed 0x400548:64u)
  59. (call-return (int_test 0x8000000000001002))
  60. (call-return (entry__int_test 0))
  61. (exception Halt)
  62. (exception Halt)
  63. (exception Halt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement