Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 317 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 317 Bytes

KAF-2020-OSDev

OSDev was a reversing challenge in KAFCTF 2020.

This is a real-mode x86 assembly implementation of the AES encryption algorithm, in an MBR boot sector. It computes all constants (e.g. the S-box) at runtime, which makes it a. vulnerable to side-channel attacks, and b. difficult to reverse engineer.