cpalaka / bufferoverflowprotection

A simple library that protects against stack and heap based buffer overflow attacks by modifying strcat and strcpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Buffer Overflow Protection Library

Usage

make
export LD_PRELOAD=./ovfix.so

Then run your C program with impunity! Details of the working of the program can be found in the project report. To see the paper i've written on this project, check my website. This project was done for CS545 Software Security at ASU.

About

A simple library that protects against stack and heap based buffer overflow attacks by modifying strcat and strcpy


Languages

Language:C 98.8%Language:Makefile 1.2%