Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 532 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 532 Bytes

Introduction

The scope of my work is to model and implement the prototype of a system to extract interesting Trigger Conditions from malwares.

Inside the repository, I will place both the developing prototype and the code (real world, or PoC by me) used to test its functionalities.

Malwares will preminently be written in C++ language, for the Windows 7/10 OS, x86 (32-bit) architecture. The analysis tool will be developed mainly in Python, and will be built upon the angr symbolic execution framework.