| Trees | Indices | Help |
|
|---|
|
|
Author: Michael Cohen <scudette@gmail.com>
| Functions | |||
|
|||
| Variables | |
__author__ = Finds resources which are normally bundled with Rekall. |
|
__package__ =
|
|
| Function Details |
Use the pkg_resources API to extract resources.
This will extract into a temporary file in case the egg is compressed.
Args:
package: name of the package (e.g. rekall-core, rekall-gui).
filename: The filename inside the package.
prefix: The sub-directory in the source distribution which contains the
resource.
Returns:
A path to the actual filename.
|
| Variables Details |
__author__Finds resources which are normally bundled with Rekall. Rekall is shipped both as a python package and as a pyinstaller application. This module is the interface between the two.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:27:47 2017 | http://epydoc.sourceforge.net |