Update README.md
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 use sbs to invoke the build system as alias to build.py file in this repo;
pyvdm
sbs
build.py
Bare sbs build is equal to sbs build * instead of sbs build ., which applies to all the sub-folders with valid manifest.json file;
sbs build
sbs build *
sbs build .
manifest.json
Python 3: halo, pyyaml
halo
pyyaml
libfrida
TODO: provide safe (limited) binding for frida for dynamic instrumentation.
inotify-lookup
find out files one application is watching on, with inotify.
x11-manager
provide X11 window and desktop control via libxcb.
libxcb
browser-bridge
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.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
VDM Capability Library
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;Dependency
Python 3:
halo
,pyyaml
Structure
libfrida
inotify-lookup
x11-manager
browser-bridge
Build
Install
Test
How to contribute
Please refer to the tutorial here.