SWEN90006 Assignment 2 2019
Please see the assignment handout which contains all the essential information.
Structure of this repository:
FIXME FIXME FIXME all out of date!!
- src/: - where the code for the C implementation of the passbook lives
- src/pocs/: - where your PoCs live
- fuzzer/: - where your fuzzer will live
Pre-Included Scripts:
- src/Makefile - makefile for building the C implementation etc.
- src/get_coverage.sh - script to generate coverage reports
Vulnerable Versions (you should put your security vulnerabilities in here):
- src/passbook-vuln1.c -- src/passbook-vuln5.c
Proofs of Concept (PoCs that you should provide for each vulnerability):
- src/pocs/poc1.txt -- src/pocs/poc5.txt