Skip to content

ColeHarten/CS263-FinalProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS263-FinalProject

This uses llvm as a submodule.

Docker

To build the docker, in the SensiTaint directory run make docker-run to download the image which contains phasar and llvm. Then, you can just hop in.

Building

To build, cd into the SensiTaint directory and run:

mkdir -p build   # make the build directory
cd build
cmake ..         # generate build system using ../CMakeLists.txt
cmake --build .

Then to run the output, from SensiTaint/:

./build/sensitaint ../test_dir/test.c test.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •