Skip to content

Releases: xsscx/xnuimagefuzzer

v1.0.1

03 Mar 03:30

Choose a tag to compare

XNU Image Fuzzer v1.0.0

02 Mar 17:42

Choose a tag to compare

XNU Image Fuzzer ${VERSION}

iOS image fuzzing toolkit for security research on Apple image parsers.

📦 Release Artifacts

Artifact Description
XNUImageFuzzer-Simulator.zip iOS Simulator app bundle (Release build)
fuzzed-image-corpus.tar.gz Sample fuzzed images for testing image parsers
build-metadata.txt Build environment details and checksums

🔧 Usage

iOS Simulator:

unzip XNUImageFuzzer-Simulator.zip
xcrun simctl install booted "XNU Image Fuzzer.app"

Fuzzed Image Corpus:

tar xzf fuzzed-image-corpus.tar.gz -C ./test-images/
# Use these as seed inputs for image parser fuzzing

🛡️ Security

  • Built with GCC_TREAT_WARNINGS_AS_ERRORS=YES
  • Clang static analysis passed
  • All checksums in build-metadata.txt