Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.38 KB

File metadata and controls

27 lines (17 loc) · 1.38 KB

Decompiler Vulnerabilities and Bugs

About

This is a database of vulnerabilites and bugs within decompilers. In particular, five decompilers are the main focus as they are either actively maintained or heavily used.

They are,

Format

DVB entries should contain an ID, description, and information for individual decompilers.
The entries for decompilers should contain a description on how the decompiler fails, a DVSS score, and a patch date if one exists.
In the tests folder you may find specific test cases which will cause the error. The test files can be assembled using Krakatau's assembler.

Scoring

Vulnerabilities and bugs are scored using the Decompiler Vulnerability Scoring System (DVSS). You may read more about the DVSS here

Contributing

Do you know of a particular vulnerability or bug that a decompiler has? Please open an issue with the name of the decompiler, and any files relating to the vulnerability or bug itself.