Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 698 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 698 Bytes

winkafl

Usage

  1. Use ida_dumper.py in IDA to generate basic block information
  2. Use instrument.py to statically instrument target driver
  3. Replace target driver in fuzzing VM with instrumented version
  4. Compile helper driver and load in fuzzing VM
  5. Attach WinDbg to fuzzing VM
  6. Fuzz and wait for crash
  7. Use post_crash/dump_sample.py to extract crashing sample