Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 833 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 833 Bytes

Computer Engineering - Thesis Project

Title: “Code-Reuse Exploits detection using the Intel Processor Trace technology”

Description: This project pretends, making use of the IntelPT technology, develop a mechanism to detect different kinds of Code-Reuse exploits (ie: ret2libc, ROP, JOP, etc.) at runtime, based on the Control Flow Integrity mitigation (aka. CFI).

Credits: This project make use of the following projects: