zwimer/DrShadowStack

Remove need for drrun flag

Closed this issue · 2 comments

Compile Dynamorio internally via cmake?

No compiling CMake internally - this leaves installation up to the user and reduces the chances that some unknown error will occur in installation. It also reduces explicit dependencies for this project and waste if the user already has DynamoRIO.

Instead, drrun location has now been internalized into the cmake file.

Done