DependableSystemsLab / LLFI

LLFI is an LLVM based fault injection tool, that injects faults into the LLVM IR of the application source code. The faults can be injected into specific program points, and the effect can be easily tracked back to the source code. Please refer to the paper below. NOTE: If you publish a paper using LLFI, please add it to PaperLLFI.bib
http://blogs.ubc.ca/karthik/2014/02/23/quantifying-the-accuracy-of-high-level-fault-injection-techniques/
Other
68 stars 35 forks source link

About Python version #61

Closed timberjack closed 9 years ago

timberjack commented 9 years ago

Looks like, LLFI only support Python higher than 3. I try to use Python 2.7, but import yaml in python script constantly goes wrong. Everything goes find after I switch version of python to 3.2. Maybe the case.

flyree commented 9 years ago

That's correct. LLFI used to work with Python 2, but now everything goes to python 3.