manul icon indicating copy to clipboard operation
manul copied to clipboard

Manul is a coverage-guided parallel fuzzer for open-source and blackbox binaries on Windows, Linux and MacOS

Results 31 manul issues
Sort by recently updated
recently updated
newest added

Hello. It's me again. I have another suggestion So I was fuzzing pdfcrack. For pdf zero day, and I must say I'm impressed manul actually found unique crashes faster than...

enhancement

Hi, I'm trying to run tests which are included in repo. I've edited config: ``` # Choose DBI framework to provide coverage back to Manul ("dynamorio" or "pin"). Example dbi...

Hello. It's me again. So after letting pdfcrack fuzz. I wanted to analyze the crashes. However as it turns out. They weren't even crashes. When I looked pdfcrack gives an...

Hello. Me again. I wanted to know if their could be anything like read from stdin for the afl? As in the -f option in afl. This would help for...

This error appears when trying to fuzz stdin on a program (not arguments, just stdin). However manul forces the @@ which is for arguments. Error : Traceback (most recent call...

bug

This appears to be a program issue. I haven't dug into but I will. I was trying to fuzz with radamsa then this happens. AttributeError: 'ModuleNotFoundError' object has no attribute...

bug

This error appears when trying to use radamsa Probably an easy fix but still wanted to report it. Traceback (most recent call last): File "./manul.py", line 557, in init_mutators self.user_mutators[module_name]...

bug

Set mutator weights in manul.config to: mutator_weights=afl:7,radamsa:3 And get this error during fuzzing. [WARNING] Fuzzer 1 failed to generate new input from in/test due to some problem with radamsa. Error...

Add simple and intermediate level of example. Written tutorial would be helpful

Continuation from #28. Config file below for reference. ``` # Manul - configuration file # ------------------------------------- # Maksim Shudrak # # Copyright 2019 Salesforce.com, inc. All rights reserved. # #...