这是一个本人学习 csapp 的 learning 库
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

28 рядки
635 B

2 роки тому
  1. This file contains materials for one instance of the attacklab.
  2. Files:
  3. ctarget
  4. Linux binary with code-injection vulnerability. To be used for phases
  5. 1-3 of the assignment.
  6. rtarget
  7. Linux binary with return-oriented programming vulnerability. To be
  8. used for phases 4-5 of the assignment.
  9. cookie.txt
  10. Text file containing 4-byte signature required for this lab instance.
  11. farm.c
  12. Source code for gadget farm present in this instance of rtarget. You
  13. can compile (use flag -Og) and disassemble it to look for gadgets.
  14. hex2raw
  15. Utility program to generate byte sequences. See documentation in lab
  16. handout.