The RekallPYDBI Code

The code used to implement RekallPYDBI can be found in $prefix/share/apps/rekall/script/py/RekallPYDBI.py. At present, this is a partial implementation of the python DBI2 specification, but will be filled out in a future release.

Please note RekallPYDBI uses a lower level interface to Rekall itself (methods such as qrySelect and getNumFields). These may change in future releases of Rekall, so you should not use them yourself.