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
- Host: GitHub
- URL: https://github.com/mheidari98/stack_based_buffer_overflow
- Owner: mheidari98
- License: mit
- Created: 2022-07-25T05:35:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T22:04:58.000Z (about 3 years ago)
- Last Synced: 2025-07-06T17:08:03.601Z (6 months ago)
- Topics: driller, fuzzing, stackoverflow
- Language: C
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```