
CMU(Carnegie Mellon University)에서 개설된 CS:APP(Computer Systems: A Programmer's Perspective) 과목에서 사용되는 두 가지 실습 내용이 있다. - Bomb Lab (reverse engineering) - Attack Lab (buffer overflow) 위 내용과 관련한 이론을 실제로 적용하고 학습한 내용을 실습해 보는 시간을 가져본다. 또한 실습과정에서 사용하는 debugging 과정을 이해한다. ■ myecho: target program (binary) with a buffer overflow You must make it read and print the content of secret.txt ■ hint.c: partial o..