Skip to content

uberspot/VTPin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VTPin

Build

mkdir bin/
make -B vtpin

to only build the vtpin library or

make -B all

to also build the test and complementary files. Also you can use

make -B debug

for debugging

Running

Run a basic test with

./run.sh -r -p -c -l ./bin/libvtpin.so -e "./bin/vtpin_test"

or e.g.

./run.sh -r -x -p -l ./bin/libvtpin.so -e "./bin/inheritance_test"

Do ./run.sh -h for more options. E.g. with -d you can directly run gdb with the command and arguments preloaded into it.

About

VTable Hijacking Protection for Binaries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors