From 995e7b741215c6efe39a6b42eb0b094927de3123 Mon Sep 17 00:00:00 2001 From: Qian Feng Date: Fri, 16 Dec 2016 19:34:29 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 21733c3..7a30b5e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ This project provides two components of Genius, a graph-based bug search framewo -> Extract the control flow graph for each binary function -> Extract the attributes for each node in the graph +The feature extraction is built on top of IDA-pro. We wrote the scripts based on ida-python and extract the attributed control flow graph. + 2. The online bug search engine is used for real-time search: -> It utilized localality sensitive hashing for indexing -> Nearest-neighbor search algorithm for search +