File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ WARZONE CHANGELOG
2+ --------------------------------------
3+ v1.1 - September 2015
4+ -Project 2 was not meant to be suid, this has been fixed
5+ -Lab 6C should now be be exploitable 100% of the time as intended
6+ -Lab 6B had a bug fixed that rendered it unsolvable
7+ -Lab 6A canaries are now properly disabled, as they were in class
8+ -Lab 8A source now has the '-static' flag to reflect the binary
9+
10+ v1.0 - June 2015
11+ -Initial release
Original file line number Diff line number Diff line change 329329
330330# Add LICENSE and ACKNOWLEDGEMENTS
331331cp LICENSE $LEVELS_DIR /LICENSE
332+ cp LICENSE $LEVELS_DIR /CHANGELOG
332333cp ACKNOWLEDGEMENTS $LEVELS_DIR /ACKNOWLEDGEMENTS
333334chmod 444 $LEVELS_DIR /ACKNOWLEDGEMENTS
335+ chmod 444 $LEVELS_DIR /CHANGELOG
334336chmod 444 $LEVELS_DIR /LICENSE
335337
336338# Add lab01
You can’t perform that action at this time.
0 commit comments