Presentation (#7)

* Add presentation template.

* Start with presentation.

* Small fixes

* Extend section on exploit primitives

* Extend program slide

* added exploit explanation and cool profit image

* added decoy presentation. Add to normal presentation with make add_decoy

---------

Co-authored-by: Simon Bußmann <simon.bussmann@tum.de>
This commit is contained in:
Maier Johannes
2024-02-05 18:22:36 +01:00
committed by GitHub
parent b8c0cbbb98
commit 4654c8b6be
8 changed files with 314 additions and 0 deletions

View File

@@ -6,3 +6,5 @@ set(CMAKE_C_STANDARD 11)
set(CMAKE_C_FLAGS "-Wall -Werror -g -fstack-protector -fshort-enums -z noexecstack -z relro -z now -pie -fPIE -Wl,-z,relro,-z,now")
add_executable(vuln vuln.c)
add_subdirectory(presentation)