An open API service indexing awesome lists of open source software.

https://github.com/mheidari98/stack_based_buffer_overflow

Stack Based Buffer Overflow
https://github.com/mheidari98/stack_based_buffer_overflow

driller fuzzing stackoverflow

Last synced: 6 months ago
JSON representation

Stack Based Buffer Overflow

Awesome Lists containing this project

README

          

# Stack Based Buffer Overflow test case

## Requirements
- python3
- use virtual environments & install requirements packages ([gist](https://gist.github.com/mheidari98/8ae29b88bd98f8f59828b0ec112811e7))
- driller
---

## Usage
for compile testcase and test valid input
```bash
./DrillerTester.py --compile --test
```
for run driller
```bash
./DrillerTester.py --compile --run_driller
```
for extract driller runtime
```bash
./DrillerTester.py --time_extractor > result.txt
```
for more options :
```bash
./DrillerTester.py -h
```