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

changed the auto installer library imp to importlibrary with same name #131

Closed jamilgafur closed 1 year ago

jamilgafur commented 2 years ago

Solves open issue #130 for deprecated library

uditagarwal97 commented 1 year ago

Thanks for the PR. We have made this change in LLTFI project.