bl/readme.txt

16 lines
534 B
Plaintext
Raw Normal View History

2022-03-06 05:39:52 +00:00
bfu/bl
small repository containing a lab and some (brief) documentation covering:
- buffer overflow
2022-03-06 05:45:07 +00:00
- stack smashing (what it is, possible application etc.)
2022-03-06 05:39:52 +00:00
- writing code that's memory safe (memory safety, but for recognition purposes)
- "safe code"
- [memory] vulnerability recognition
2022-03-06 05:45:07 +00:00
- static analysis (and obfuscation)
2022-03-06 05:39:52 +00:00
- dynamic analysis (like.. gdb/lldb <-- lldb is better)
2022-03-06 05:45:07 +00:00
- fuzzing (or more of.. what it is)
- code signing (??? i don't know how i want to implement this year)
SY0-601 objective: 3.2 (Application Security)