Go to file
2016-09-16 16:05:07 -04:00
raw-feature-extractor fixed discovRe errors 2016-09-16 16:05:07 -04:00
search-engine update search engine part 2016-09-14 21:57:36 -04:00
README.md update readmie 2016-09-14 21:54:41 -04:00

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