Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 636 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 636 Bytes

Software Reverse Engineering - Coursework with C++ and x86 assembly

This repository contains the major course work that was completed during my semester studying software reverse engineering. The focus of this course was to understand how C++ code is converted into x86 Assembly. We were required to develop an intimate understanding of x86 assembly, and how assembly operations complete work that is required from the higher level language used to write the initial code.

Detailed information for the final project of this course can be found in my portfolio, at : https://ddjproj.github.io/projects/cs-rev-eng-final/