What's new? | Help | Directory | Sign in
Google
flayer
Taint analysis and flow alteration tool
  
  
  
  
    
Show all Featured Wiki Pages:
GettingStarted
Links:
Groups:
Join project
Project owners:
  wad, taviso

Flayer is a Valgrind tool which provides bit-precise dynamic taint analysis of input to a target application. In addition, it allows this flow to be altered irrespective of content through the modification of conditional jump (if clauses) and function call behavior.

In addition, a small, Python wrapper library, LibFlayer, is included. It provides an easy interface for automation.

This is a proof of concept implementation, but it is fully functional. Please check it out!