Back to portfolio md-lab.dev
OSS

kvd

Known vulnerability detectors.

Script to search for a known vulnerability in a binary. The vulnerability is described as a set of attributes defined in a .json file. The script takes one of those as input to determine if it is still present in the targeted binary.

Binary analysis and/or emulation is done with radare2 (the emulation uses the ESIL feature of r2), which is particularly well suited for this kind of use case.

For know it handles simple binary as well as dyldcache file.