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
66 stars 36 forks source link

Multiple-bit-flips-in-multiple-words #109

Closed Behroosh closed 7 years ago

Behroosh commented 7 years ago

This pull request consists of the changes I made to LLFI to facilitate the injection of multiple bit-flip errors into multiple words. I also added two sample yaml files and a sample program.

abrahamchan commented 7 years ago

I have successfully built and executed the regression test suite on this pull request.

abrahamchan commented 7 years ago

I will proceed to merge this PR as I don't spot any issues in the commits.

Behroosh commented 7 years ago

Thanks Abraham for taking care of this. I will also now update the bin/input_masterlist.yaml file with new runtime options.

abrahamchan commented 7 years ago

@Behroosh Thanks for contributing back to LLFI.