This is a modified v8 JavaScript Just-In-Time (JIT) compiler that can be built with the MCFI/PICFI toolchain. The JIT comiler was modified to CFI-instrumented JITted code.
- 
First you need to build the MCFI/PICFI toolchain. Download it here at https://github.com/mcfi/MCFIand following the build instructions.
- 
Enter the verifierdirectory and type./build.shto build the verifyer.
- 
In the current directory, type make dependenciesand./build.shyou are good to go.make dependencieswould report some errors, which you could just ignore.