PythonPath
The PythonPath element is a top level element that adds a path to the paths searched by Python for modules. Its primary use is when extending Peach and including the location of custom code.
<PythonPath path="c:/peach/mycode">
Attributes:
- path -- The path to add [required]
Peach Fuzzing Platform