Skip to content
/ winkafl Public

Static binary instrumentation for windows kernel drivers, to use with winafl

License

Notifications You must be signed in to change notification settings

Y3A/winkafl

Repository files navigation

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

About

Static binary instrumentation for windows kernel drivers, to use with winafl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published