intel / pin-based-cec

Pin-Based Constant Execution Checker (Pin-based CEC)
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

Add an example of the --branch feature #5

Open alvarna opened 4 years ago

alvarna commented 4 years ago

Add an example of how the --branch option to post_process.py can be used to detect branches that depend on tainted values, even if there are no differences in the execution traces (i.e. if only one side of the branch is always taken in the traces).

alvarna commented 4 years ago

Added an example of how this option can be used on this branch