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

which line of code it was injected to #101

Closed lidanfeng closed 8 years ago

lidanfeng commented 8 years ago

We want to know the fault,for example “llfi-LowMemory(Res)”,which line of code it was injected to , is just injected to one place or multiple places?

If the fault is injected in one place, why llfi choose this place; if the fault was injected to multiplace, why and how llfi choose these places?

karthikp-ubc commented 8 years ago

This is not an issue - please post this to the LLFI development list. The issue forum is not the appropriate place for posting questions related to LLFI. Thanks,