diff options
-rw-r--r-- | document.asciidoc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/document.asciidoc b/document.asciidoc new file mode 100644 index 0000000..1dcab7b --- /dev/null +++ b/document.asciidoc @@ -0,0 +1,23 @@ += Sichere Softwareentwicklung im Systemnahenbereich +:author: Jan Klemkow, Benjamin Franzke + +== Einleitung + +Systemprogrammierung + +== Angriffsvektoren + +=== Standard-C-Bibliothek + +Zeichenketten-Funktionen. + + * gets() + * strlen() + * strcpy() + * str..() + +=== Kernel + + * interrupt blockierung + +// vim: set syntax=asciidoc: |