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

Python Autoinstaller deprecated library #130

Closed jamilgafur closed 1 year ago

jamilgafur commented 2 years ago

One of the python packages (imp) has been deprecated for python;

"Deprecated since version 3.4: The imp module is deprecated in favor of importlib."

https://docs.python.org/3/library/imp.html#:~:text=Deprecated%20since%20version%203.4%3A%20The,deprecated%20in%20favor%20of%20importlib%20.&text=Return%20the%20magic%20string%20value,different%20for%20each%20Python%20version.)

uditagarwal97 commented 1 year ago

Hi @jamilgafur, Thanks for bringing this up. LLFI is now depreciated and we have moved the entire LLFI codebase to a new project LLTFI (https://github.com/DependableSystemsLab/LLTFI). LLTFI works with the latest version of LLVM and we have upgraded all the package dependencies as well.