This repo is maintained as a fully-decoupled submodule of Project VDM. Feel free to use or contribute every best practice in this repo.
About Simple Build System
-
Have
pyvdm
installed, you can usesbs
to invoke the build system as alias tobuild.py
file in this repo; -
Bare
sbs build
is equal tosbs build *
instead ofsbs build .
, which applies to all the sub-folders with validmanifest.json
file;
Python 3: halo
, pyyaml
-
libfrida
TODO: provide safe (limited) binding for frida for dynamic instrumentation.
-
find out files one application is watching on, with inotify.
-
provide X11 window and desktop control via
libxcb
. -
It provides your browser with VDM-Compatibility together with a connector program.
./build.py build
./build.py install
./build.py test
Please refer to the tutorial here.