Ivan Fratric

Results 256 comments of Ivan Fratric

AFAIK, winafl_cmin doesn't currently work with TinyInst. If you would like to do corpus minimization with TinyInst, then I suggest using [Jackalope](https://github.com/googleprojectzero/Jackalope) with the `-dry_run` flag, where the out/samples directory...

litecov binary will write `coverage_file` when either - process exits. Since that never happens for continuously running process, it never gets written. - target_method exits. So, in your case, that...

An alternative to `-target_method` is via method offset inside the module, with `-target_offset`. Not sure if that works better for you. Are you saying you are getting the `Error reading...

The minimized corpus is going to be in out\samples If any of the samples from input cause crashes, they will be stored in out\crashes The dry run pipeline is the...

Can you show me the output you get from Jackalope? Note that some of the flags for WinAFL and Jackalope are slightly different. Another common cause of unreproducable crashes is...

Right, so the issue appears to be that all of your input files result in a crash. One issue I see in your command line is using -nargs 1 in...