Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 248 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 248 Bytes

LLVMTaintAnalysis

An llvm pass to perform taint analysis on your code.

Compilation

mkdir build
cd build
cmake ../
make

Usage

Using the opt tool:

opt -load=libLLVMTaintAnalysis.so -instnamer -taintanalyzer < code_to_scan.ll