Releases: xsscx/xnuimagefuzzer
Releases · xsscx/xnuimagefuzzer
v1.0.1
XNU Image Fuzzer v1.0.0
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