Releases: AlexDenisov/Fuzzer
Releases · AlexDenisov/Fuzzer
Carthage Support
Carthage Support was added by @dodikk.
Cleanup "architecture"
What's new:
Mutator
andEngine
were merged into one class:FZRRunner
- mutations can be created using
FZRMutationFactory
- introduced three letter prefix
FZR
Unfortunately this version is incompatible with 0.2.0
.
Here is the code you can use now instead:
FZRRunner *runner = [FZRRunner runnerWithBuiltinMutationsForSample:sample];
[runner enumerateMutantsUsingBlock:^(NSDictionary *mutant) {
// do the job
}];
Initial Release
0.2.0 Release 0.2.0
0.1.0
Release 0.1.0