Sumários

Buffer Overflow's Lab

22 outubro 2018, 08:00 Pedro Adão

Buffer Overflows: ShellCode Injection, return to libc.
Buffer Overflows with protections: canaries/stack cookies and ASLR


Dynamic Protection of Software

19 outubro 2018, 11:00 Pedro Adão

Dynamic Protection: Canaries, Non-executable Stack and heap.
Randomization and Obfuscation: ASLR, Instrcution Set Randomization, and function pointer obfuscation.
Verification of Integrity: SEH-Windows Strucutred Exception Handling, Control Flow Integrity and Array Bound Checking.
Web Application Firewall.


Buffer Overflows 1

19 outubro 2018, 09:30 Rodrigo Miguel Corredoura Janota Rato

Buffer Overflow exercises (Part 1).


Format string vulnerabilities

18 outubro 2018, 17:30 Pedro Adão

Format string vulnerabilities: Reading from Stack, reading arbitrary memory, writing to memory.


Buffer Overflow's Lab

18 outubro 2018, 15:30 Pedro Adão

Buffer Overflow's Lab: Stack Smashing, Pointer Subterfuge, Change return address.