Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 539 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 539 Bytes

Buffer Overflow Detection

82014 - João Meira

Setup

python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
chmod +x test_tool.sh tool.py

Test the tool

You can run python tool.py <file-name.json> to test the file and get the output in the "outputs/" directory. You can also run ./test_tool.sh and it will run through all the files in "public_basic_tests/" and "public_advanced_tests/" directory, generating its conclusions and writing them to the "outputs/" directory.