Skip to content

BINRELAY: Finding race conditions on binaries with symbolic execution.

License

Notifications You must be signed in to change notification settings

nathanjackson/binrelay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BINRELAY

BINRELAY is an open source tool for detecting race conditions inside binaries. It is built on top of angr's concolic (static and dynamic) analysis capabilities.

BINRELAY is under development and testing has been limited to the CWE 366 binaries from the Juliet Dataset in Linux. It can currently only detect races on global variables (those variables stored in the .data or .bss of a binary).

Results from BINRELAY should be treated with skepticism, its not (yet) a tool worthy of production.

BINRELAY is currently being developed at Wright State University by Nathan Jackson under the guidance of Dr. Junjie Zhang to fulfill the requirements of a Master's Degree in Computer Science.

Quickstart

BINRELAY's only dependency is angr. angr installation instructions can be found in their documentation: https://docs.angr.io/introductory-errata/install. Follow these instructions to build the Juliet dataset and run BINRELAY against them.

  1. Download and build the Juliet CWE366 binaries.

    ./utils/get_juliet_cwe366_binaries.sh
    
  2. Assuming you've already setup an angr virtual environment, execute BINRELAY against the Juliet binaries.

    ./find_races.py juliet-cwe366/CWE366_Race_Condition_Within_Thread__global_int_01.out