/bufferoverflowprotection

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

Primary LanguageC

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.