Skip to content

WriteupsΒΆ

CSE-132 Pwn HW Walkthrough

Challenge author walkthrough of the binary exploitation homework for UCSC's CSE-132 Fall 2024 class. Hopefully you had somewhat of a good time attempting these challenges, if you're curious about binary exploitation in general, I'd highly suggest trying some challenges on pwn.college.

CSE-132 Rev HW Walkthrough

Challenge author walkthrough of the reverse engineering homework for UCSC's CSE-132 Fall 2024 class. While there are multiple approaches to solving these challenges, including both dynamic and static analysis, our primary goal was to help you develop your static code analysis skills. These challenges were specifically designed to be solved through static analysis, without needing to execute the code.