Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 688 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 688 Bytes

StaticAnalysisOnDecompiled

Running Static Analysis Tools on Decompiled code

CVEs/Bugs

The directory CVE contains all the code related to the 10 vulnerabilities we selected. Original source code, decompiled pseudo-code and decompiled fixed code (i.e., the decompiled code that recompiles) are present in this folder.

decomp2recomp

It contains some scripts useful to manually fix the decompiled code and a list of actions performed to accomplish the task. No code to analysed is included in this directory

Other directories

The folders txt, Toys mostly contain info about the tools used so far (how to install, some toys examples to thest their usage, ...)