Skip to content

HexHive/ShadowStack

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

ShadowStack

LLVM Implementation of different ShadowStack schemes for x86_64

How to build & run:

cd Compiler-Impl
./configure.sh
make

This will put compiler binaries in debug-build To get a release build, do make release

To run different versions of shadow stack, toggle the macros in Compiler-Impl/src/ShadowStackFeatures.h

About

LLVM Implementation of different ShadowStack schemes for x86_64

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published