Skip to content
Snippets Groups Projects
Select Git revision
  • 3d3ea7ea0e2fe674d6b40c0eeae81db6b51109aa
  • master default protected
  • squashed
  • history
  • tourney_patches
5 results

swen90006-a2-2019

Forked from Toby Murray / swen90006-a2-2019
1 commit behind, 25 commits ahead of the upstream repository.
user avatar
Toby Murray authored
3d3ea7ea
History
Name Last commit Last update
fuzzer
src
Makefile
README.md

SWEN90006 Assignment 2 2019

Please see the assignment handout which contains all the essential information.

Structure of this repository:

  • 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