Skip to content

tosanjay/VSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Value-set Analysis on x86 assembly

This is a PoC type project to implement points-to /alias analysis on REIL code.

This prototype is implemented on REIL, which is the intermediate representation of x86 ISA as is used by Binanavi. The main technique is described in this doc

Software Requirements:

  1. BinNavi Version 4. Note: This is the version of BinNavi from Zynamics. Currently BinNavi is maintainted by Google, which can be downloaded from here (you will need to change the code to make it work with this version.)
  2. IDA Pro >= v6
  3. Jython

About

Computing VSA on assembly of REIL type

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages