Skip to content

mmisono/bitvisor-vmcall-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitvisor-vmcall-py

Install

git clone https://github.com/mmisono/bitvisor-vmcall-py
pip install pybind11
pip install ./bitvisor-vmcall-py

Compile

git clone https://github.com/mmisono/bitvisor-vmcall-py --recursive
cd bitvisor-vmcall-py
mkdir build
cd build
cmake ..
make

install vmcall.xxx.so in your PYTHONPATH or you can add path in the script using sys.path.append(), or you can put vmcall.xx.so in the directory same as the script.

TODO

  • AMD support
  • Ensure buffer is never swapped out

About

Issue vmcall from python for BitVisor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published