zhwhong / Bufbomb_CSAPP

CSAPP - Buffer Overflow Attacks / Bufbomb Lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This assignment will help you develop a detailed understanding of IA-32 calling conventions and stack organization. It involves applying a series of buffer overflow attacks on an executable file bufbomb in the lab directory.

详细实验过程和步骤见个人博客Bufbomb缓冲区溢出攻击实验详解-CSAPP简书

Assignment

  • Computer Systems, Spring 2017
  • Lab Assignment 3: The Buffer Bomb
  • Assigned: Apr. 20

Reference

About

CSAPP - Buffer Overflow Attacks / Bufbomb Lab


Languages

Language:Assembly 96.1%Language:C 3.9%