Scripts that can be run from the command prompt.
This is where all the old scripts went...
Uses the new(ish) vtrace extension capability to add new commands into vdb.
NOTE: Must set VDB_EXT_PATH as an environment variable.
The logic needed for the extensions is kept in this folder. Some extensions will typically add this directory to its path.
Folder for scripts that parse vdb data into ida
vtrace code snippets...
A few presentations about the vdb/vtrace api. Hopefully useful to some...
Drop in replacement files for sulley that use vtrace instead of pydbg. Just replace process_monitor.py and utils/crash_binning.py and it will use vtrace. Currently only tested on windows...
scripts that can be run within the vdb debugger using the script command.