8000 GitHub - amiller/gramine-python-execve
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

amiller/gramine-python-execve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Building for Linux

Run make SGX=1 or make in the directory. Gramine is required, but SGX is not required to build.

Note the makefile builds scripts/hello.c as an elf binary

Run with and without SGX

First the obvious way

python3 scripts/execve.py

Then run with the gramine loader

gramine-direct python scripts/execve.py

Finally the real deal with SGX

gramine-sgx python scripts/execve.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0