Stack Smashing Attack
  • Introduction
  • Hacking with GDB
Powered by GitBook
On this page

Was this helpful?

Introduction

NextHacking with GDB

Last updated 4 months ago

Was this helpful?

In this lab tutorial, we introduce you to some exciting hacking skills with . First, you should know a bit about GDB, a very powerful GNU debugger. In fact, we strongly suggest you do so for its efficiency without infinite amounts of print statements. Also, it will be great if you can pick up some assembly language, Chapter Two of will be wonderful material. In order to give you a deeper understanding of the Linux stack, we designed a small C program that you can hack based on . Don't worry, this lab can be very easy with your basic knowledge of stack if you have attended Prof. Eric Lo's lecture.

Made by Pengfei ZHANG (pfzhang@cse.cuhk.edu.hk), and modified by Haodong LU (hdlu24@cse.cuhk.edu.hk).

GDB
Computer Systems: A Programmer's Perspective
stack buffer overflow