Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 1.5 KB

README.md

File metadata and controls

9 lines (8 loc) · 1.5 KB

Writeups

This repository contains a collection of my writeups on CTFs, labs, etc.

Name Description Language
OST2 Arch1001: Lab: RTFM & WTFI! Compose raw bytecode for a custom assembly sequence. Assembly
OST2 Arch1001: Binary Bomb Lab Determine the program's required input to prevent the bomb from exploding. Assembly
OST2 Arch1001: Buffer Overflow Lab Provide an input that triggers the execution of the AwesomeSauce() function. C & Assembly
OST2 Arch2001: Pearly Interrupt Gates Understand interrupt and exception-handling. x86-64 OS Internals & Assembly