This repository is deprecated. Please use https://github.com/ilebedev/sanctum.
Research prototype for a SGX clone that protects against all software attacks, including timing attacks, and requires minimal architectural extensions to a RISC V processor.
Sanctum requires git and a C++ toolchain that can build CMake and LLVM.
./scripts/deps/all.sh
./build/run_gyp.sh
If the .gyp
files have been changed, GYP has to be re-run.
./build/run_gyp.sh
./build/ninja -C out/Release
./build/ninja -C out/Debug
./out/Debug/monitor_tests
Serialized build, for debugging gyp issues.
./build/ninja -C out/Debug -j1
Don't stop on first error, build as much as possible.
./build/ninja -C out/Debug -k0
This project should be set up correctly to use autocomplete-clang.
This work is Copyright (c) 2015 Victor Costan, all rights reserved.
Pending paper publication, this will be available under the MIT license.