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

swen90006-a2-2019

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Toby Murray / swen90006-a2-2019
    1 commit behind, 28 commits ahead of the upstream repository.
    user avatar
    Toby Murray authored
    7c791ba7
    History

    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