Skip to content

JQF + Zest: Coverage-guided semantic fuzzing for Java.

License

Notifications You must be signed in to change notification settings

MarwinLinke/Semesterprojekt

 
 

Repository files navigation

Png-Fuzzer Implementation Using JQF

For our semester project we try to implement a fuzzer that fuzzes multiple png-libraries. Our main focus is pngj at the moment.

Todo-List

Here you can find our current progress.

Generator

  • Interlacing (Completed)
  • Implemented chunks
    • IHDR (Image header)
    • IDAT (Image data)
    • IEND (Image trailer)
    • PLTE (Palette)
    • tEXt (Textual data)
    • zTXt (Compressed textual data)
    • tRNS (Transparency)
    • gAMA (Image gamma)
    • cHRM (Primary chromaticities)
    • sRGB (Standard RGB color space)
    • iTXt (International textual data)
    • bKGD (Background color)
    • pHYs (Physical pixel dimensions)
    • iCCP (Embedded ICC profile)
    • sBIT (Significant bits)
    • sPLT (Suggested palette)
    • hIST (Palette histogram)
    • tIME (Image last-modification time)

About

JQF + Zest: Coverage-guided semantic fuzzing for Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 89.2%
  • Java 7.2%
  • JavaScript 1.9%
  • TeX 0.9%
  • Shell 0.3%
  • Python 0.2%
  • Other 0.3%