Add top three winners from Hex-Rays Plug-In Contest 2017

This commit is contained in:
pe3zx 2017-12-25 12:45:46 +07:00
parent 3c3bd0cab6
commit a640b74b4e

View File

@ -998,6 +998,14 @@ My curated list of awesome links, resources and tools
<tr>
<td colspan="2"><b>IDA Pro</b></td>
</tr>
<tr>
<td><a href="https://github.com/airbus-seclab/bincat">airbus-seclab/bincat</a></td>
<td>Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction.</td>
</tr>
<tr>
<td><a href="https://github.com/fireeye/SimplifyGraph">fireeye/SimplifyGraph</a></td>
<td>IDA Pro plugin to assist with complex graphs</td>
</tr>
<tr>
<td><a href="https://github.com/gaasedelen/lighthouse">gaasedelen/lighthouse</a></td>
<td>Lighthouse is a code coverage plugin for IDA Pro. The plugin leverages IDA as a platform to map, explore, and visualize externally collected code coverage data when symbols or source may not be available for a given binary.</td>