| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| jazzer-linux-arm64.tar.gz | 2026-02-24 | 7.3 MB | |
| jazzer-linux-x86-64.tar.gz | 2026-02-24 | 7.3 MB | |
| jazzer-macos.tar.gz | 2026-02-24 | 6.8 MB | |
| jazzer-windows.tar.gz | 2026-02-24 | 7.1 MB | |
| README.md | 2026-02-24 | 2.1 kB | |
| v0.30.0 source code.tar.gz | 2026-02-24 | 659.2 kB | |
| v0.30.0 source code.zip | 2026-02-24 | 1.3 MB | |
| Totals: 7 Items | 30.5 MB | 0 | |
What's Changed
- fix: Use getCanonicalName() for array codegen in autofuzz reproducers by @kyakdan in https://github.com/CodeIntelligenceTesting/jazzer/pull/1043
- feat: add exploreState(byte) overload with auto-generated call-site id by @kyakdan in https://github.com/CodeIntelligenceTesting/jazzer/pull/1032
- feat: Maximize API by @kyakdan in https://github.com/CodeIntelligenceTesting/jazzer/pull/1036
- feat: Add minimize API by @kyakdan in https://github.com/CodeIntelligenceTesting/jazzer/pull/1038
- feat: Enable exploreState without value profile by @kyakdan in https://github.com/CodeIntelligenceTesting/jazzer/pull/1037
- feat: add hooks for Set.contains & Set.remove by @onionpsy in https://github.com/CodeIntelligenceTesting/jazzer/pull/1030
- feat: add hook for Enum.valueOf by @onionpsy in https://github.com/CodeIntelligenceTesting/jazzer/pull/1031
- feat: add float/double comparison tracking to instrumentor by @kyakdan in https://github.com/CodeIntelligenceTesting/jazzer/pull/1045
- feat: add @ElementOf annotation by @simonresch in https://github.com/CodeIntelligenceTesting/jazzer/pull/1028
- feat: extend ValuePool by new fields : files, and maxMutations by @oetr in https://github.com/CodeIntelligenceTesting/jazzer/pull/1033
- feat: ValuePool can now reference suppliers in any class by @oetr in https://github.com/CodeIntelligenceTesting/jazzer/pull/1046
- chore: update internal jacoco version to 0.8.14 by @simonresch in https://github.com/CodeIntelligenceTesting/jazzer/pull/1047
- chore: disable FilePathTraversal in an autofuzz test by @oetr in https://github.com/CodeIntelligenceTesting/jazzer/pull/1042
- chore: increase test timeout for the selffuzz test by @oetr in https://github.com/CodeIntelligenceTesting/jazzer/pull/1040
- chore: update bazel dependencies by @simonresch in https://github.com/CodeIntelligenceTesting/jazzer/pull/1041
- chore(deps): update maven deps by @simonresch in https://github.com/CodeIntelligenceTesting/jazzer/pull/1039
Full Changelog: https://github.com/CodeIntelligenceTesting/jazzer/compare/v0.29.1...v0.30.0