Fault injection, a critical aspect of testing robust systems, is often overlooked in the development of general-purpose software. We believe this is due to the absence of easy-to-use tools and to the extensive manual labor required to perform fault injection tests. Here you can find LFI, a tool that automates the preparation of fault scenarios and their injection at the boundary between shared libraries and applications. LFI automatically profiles fault behaviors of libraries via static analysis of their binaries, thus reducing the dependence on human labor and perfect documentation. LFI incorporates new techniques for automatically generating injection scenarios; it does not require access to libraries' source code and works for Linux, Windows, and Solaris on x86 and SPARC platforms. PeoplePublications
DownloadsLFI is distributed through Sourceforge: http://lfi.sourceforge.net/ |