Files
BinexProject/.gitignore
Maier Johannes 4654c8b6be 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>
2024-02-05 18:22:36 +01:00

69 lines
606 B
Plaintext

# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
# custom stuff
cmake-build-debug
cmake-build-release
build
/.idea
/.vscode
/.cache
presentation/build
debug_docker/**/*
!/debug_docker/Dockerfile
!/debug_docker/launch.sh