Skip to content
Snippets Groups Projects
Select Git revision
  • 4f667e9a18e8e4a053cf8e4c9ec44efbc64af41f
  • 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, 32 commits ahead of the upstream repository.
    user avatar
    Toby Murray authored
    4f667e9a
    History

    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