Skip to content

Capacity: Cryptographically-Enforced In-process Capabilities for Modern ARM Architectures

License

Notifications You must be signed in to change notification settings

sslab-skku/capacity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAPACITY: Cryptographically-Authenticated Intra-process Isolation on ARM

Directory Structure

- capacity: The implementation of Capacity
  - kernel-module: the kernel module
  - libcapacity: runtime library
  - llvm-project: source code of LLVM
    - llvm: modified LLVM
  - include: shared header files for kernel module & libcapacity
- scripts: utitily scripts
- config: configuration files & environment variables
- tests: collection of test programs

Testing Capacity's compiler toolchain using QEMU

First, necessary component need to be downloaded and setup. Run the following:

./setup.sh

This script will download necessary dependencies, which includes LLVM 14.0.0, Musl into /tmp and extract the components into $(pwd)/build directory.

Then, build Capacity components with:

./build.sh

Build and run tests with

./run.sh test toolchains

Testing Capacity's kernel module

About

Capacity: Cryptographically-Enforced In-process Capabilities for Modern ARM Architectures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published