RUST · VM · ASSEMBLER

BioBox

A register-based virtual machine called BIOBOX (Input Output Blackbox)

BIOBox (Input Output Blackbox) is a virtual machine with a focus on providing user generated drop-in blackbox modules for rust or c++ code to transform inputs to the module to their respective outputs returned by the VM. The goal of such a ssytem is to obfuscate sensitive code or values from being easily found by decompilers, and to run safely in an isolated environment. The VM code you pass into it can be stored in an encrypted state until passed into the VM as well.

  • Rust
  • VM
  • Assembler
biobox0 ★

A register-based virtual machine called BIOBOX (Input Output Blackbox)

  • src
  • .gitignore
  • .travis.yml
  • Cargo.lock
  • Cargo.toml
  • README.md
  • example.asm
Rustbranch: master