这是一个本人学习 csapp 的 learning 库
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
朱文韬 09bc033bb5 feat: finish data_lab 1年前
..
README.txt feat: finish data_lab 1年前
cookie.txt feat: finish data_lab 1年前
ctarget feat: finish data_lab 1年前
farm.c feat: finish data_lab 1年前
hex2raw feat: finish data_lab 1年前
rtarget feat: finish data_lab 1年前

README.txt

This file contains materials for one instance of the attacklab.

Files:

ctarget

Linux binary with code-injection vulnerability. To be used for phases
1-3 of the assignment.

rtarget

Linux binary with return-oriented programming vulnerability. To be
used for phases 4-5 of the assignment.

cookie.txt

Text file containing 4-byte signature required for this lab instance.

farm.c

Source code for gadget farm present in this instance of rtarget. You
can compile (use flag -Og) and disassemble it to look for gadgets.

hex2raw

Utility program to generate byte sequences. See documentation in lab
handout.