|
PyFault: Win32 Fault Injection Library
I have released a tiny little python class for fault injection, currently hosted here: VDA Labs - PyFault Currently it only supports DLL injection and ejection in their simplest forms. I really just needed something quick and dirty and I was tired of using other little apps to do it. As well if you are coding DLL's as an exploit payload, its useful to be able to quickly load and unload them from a target process to make sure you are playing nice. It's pretty straightforward to use: It only requires ctypes to be installed (which you should have if you are using PaiMei). The main thing I am looking for is some suggestions on fault injection scenarios that other's would like to see, I personally have tracked down some interesting bugs when torturing software in this manner. Definitely drop me a line, bug fixes, suggestions, extensions, etc. Comments
| ||||||