Update of exercises

master
Thomas Smits 2024-10-01 11:29:16 +02:00
parent a8431b97b4
commit 4df498d68c
2 changed files with 8 additions and 0 deletions

Binary file not shown.

View File

@ -64,6 +64,14 @@ Alle mit einem Abgabedatum gekennzeichneten Assignments sind Teil der Bewertung
* Andriesse, D. (2018). Practical Binary Analysis: Build Your Own Linux Tools for Binary Instrumentation, Analysis, and Disassembly. No Starch Press. * Andriesse, D. (2018). Practical Binary Analysis: Build Your Own Linux Tools for Binary Instrumentation, Analysis, and Disassembly. No Starch Press.
* Eagle C. and Nance K. (2020). The Ghidra Book: The Definitive Guide. No Starch Press. * Eagle C. and Nance K. (2020). The Ghidra Book: The Definitive Guide. No Starch Press.
* Yurichev, D. (2019). Reverse Engineering for Beginners. [Online](https://beginners.re/main.html) * Yurichev, D. (2019). Reverse Engineering for Beginners. [Online](https://beginners.re/main.html)
* [Johannes Plötner, Steffen Wendzel (2012). Linux das umfassende Handbuch.](https://openbook.rheinwerk-verlag.de/linux/)
* [Jürgen Wolf (2009). C von A bis Z.](https://openbook.rheinwerk-verlag.de/c_von_a_bis_z/)
* [x86-64 Assembly Language Programming with Ubuntu](http://www.egr.unlv.edu/~ed/assembly64.pdf) * [x86-64 Assembly Language Programming with Ubuntu](http://www.egr.unlv.edu/~ed/assembly64.pdf)
* [Intel Dokumentation zu x86-64](https://software.intel.com/content/www/us/en/develop/articles/intel-sdm.html) * [Intel Dokumentation zu x86-64](https://software.intel.com/content/www/us/en/develop/articles/intel-sdm.html)
* [System V ABI](https://raw.githubusercontent.com/wiki/hjl-tools/x86-psABI/x86-64-psABI-1.0.pdf) * [System V ABI](https://raw.githubusercontent.com/wiki/hjl-tools/x86-psABI/x86-64-psABI-1.0.pdf)
## 📚 Weiteres Material
* [Eine kurze Einführung in die C-Programmierung: C-Kurs](https://moodle.hs-mannheim.de/course/view.php?id=5208)
* [Linux-Konsolen-Kurs: Schnitzel-Tool](https://github.com/informatik-mannheim/schnitzel)