capstone/contrib
Quang Nguyễn 5c96743735 Fix an integer overflow issue (#871)
* provide a validity check to prevent against Integer overflow conditions

* fix some style issues.

* provide a validity check in malloc() function to prevent against integer overflow conditions

* missing Ntintsafe.h

* use tabs for indentation
2017-03-20 20:13:14 +08:00
..
cs_driver fix typo, style 2016-09-27 07:39:51 -07:00
windows_kernel Fix an integer overflow issue (#871) 2017-03-20 20:13:14 +08:00
README add contrib/ directory 2014-05-31 12:07:25 +08:00

This directory contains contributions that do not belong to the core engine.
Code here might be helpful for those who want to integrate Capstone into
their own projects.

The license of these code was defined by their authors.