Skip to content

Reverse EngineeringΒΆ

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.