lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

_index.md (711B)


      1 +++
      2 title = 'Software Security'
      3 +++
      4 # Software Security
      5 [Here are the Anki cards I used to prepare for the exam.](Softsec.apkg)
      6 
      7 1. [Intro](intro)
      8 2. [Buffer overflow](buffer-overflow)
      9 3. [Local privilege escalation](local-privilege-escalation)
     10 4. [Simple attacks](simple-attacks)
     11 5. [Shellcode](shellcode)
     12 6. [Heap overflows](heap-overflows.md)
     13 7. [Integer overflows](integer-overflows)
     14 8. [Format strings](format-strings)
     15 9. [Temporal errors](temporal-errors)
     16 10. [Type confusion (C++)](type-confusion-cpp)
     17 11. [Defenses and bypassing them](defenses-and-bypassing-them)
     18 12. [Web Security](web-security)
     19 13. [AEG pipeline](aeg-pipeline)
     20 14. [Fuzzing](fuzzing)
     21 15. [ASLR (BROP)](aslr-brop)
     22 16. [Crypto](crypto)