Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 453 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 453 Bytes

Tartiflette

An attempt at snapshot fuzzing using KVM and libAFL.

Architecture

  • vm: Unicorn like api over KVM
  • fuzzers/giflib: Sample harness for fuzzing giflib using tartiflette-vm
  • fuzzers/quickjs: Attempt at token based fuzzing of js code using tartiflette-vm
  • scripts: debugger scripts for capturing snapshots

Authors