Tools

DigFuzz

  • DigFuzz is the prototype of our hybrid fuzzing tool. Please read our NDSS'19 paper for technical details.
  • The source code is available at this GitHub repository[more info].

MemRay

  • MemRay is part of the prototype of our study on reverse engineering of program data structures. This technique can be leveraged for memory corruption dignosis, patch analysis, etc. Please read our TDSC'22 paper for technical details.
  • MemRay is built on top of DECAF, a dynamic taint analysis platform. Part of the source code is available at this GitHub repository[more info].