From a640b74b4ef249507c2fa7a69b1330618b402683 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Mon, 25 Dec 2017 12:45:46 +0700 Subject: [PATCH] Add top three winners from Hex-Rays Plug-In Contest 2017 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 25c209d..35304ff 100644 --- a/README.md +++ b/README.md @@ -998,6 +998,14 @@ My curated list of awesome links, resources and tools IDA Pro + + airbus-seclab/bincat + Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction. + + + fireeye/SimplifyGraph + IDA Pro plugin to assist with complex graphs + gaasedelen/lighthouse 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.