godrin / sandvm

A virtual machine with strict sandboxes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

== Architecture layout
At the base is a very simplistic virtual machine with either
(a configurable amount of) registers, stacks and queues.
The count of instructions is as low as possible.

The VM has no direct access to the local machine whatsoever.
The whole communication to the local computer goes by pipes.

=== Subsystems
There will be a pipe for either
* stdin/stdout/stderr

A function based 
  
  
  
=== Threads
* if a thread is created
** 

About

A virtual machine with strict sandboxes


Languages

Language:C++ 96.1%Language:Assembly 1.4%Language:Ruby 1.3%Language:C 1.2%