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 |