From 7cd5e55e4898e7cb701310d990bbebacc8266e04 Mon Sep 17 00:00:00 2001 From: qian Date: Wed, 14 Sep 2016 21:54:41 -0400 Subject: [PATCH] update readmie --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55d5dd1..21733c3 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -This is a test! +This project provides two components of Genius, a graph-based bug search framework. The first component is the raw feature extraction. The second is the online bug search engine. + +1. The raw feature extraction is designed to achieve following two goals: + -> Extract the control flow graph for each binary function + -> Extract the attributes for each node in the 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