From 7dcb04cd577e62a6394f5f68b751902db552ebd3 Mon Sep 17 00:00:00 2001 From: Qian Feng Date: Fri, 16 Dec 2016 19:40:06 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 340c713..156bce2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This project provides two components of Genius, a graph-based bug search framewo -> Extract the attributes for each node in the grap - 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. preprocessing_ida.py is the main program to extract the ACFG. + 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. ``preprocessing_ida.py'' is the main program to extract the ACFG. 2. The online bug search engine is used for real-time search: