distiller icon indicating copy to clipboard operation
distiller copied to clipboard

A distributed corpus distillation tool for windows applications.

Results 4 distiller issues
Sort by recently updated
recently updated
newest added

Hi @pyoor Reduction is failing with **50,000+** files. It says killed, this is because python uses a lot of memory and host gets **OOM**. Edit: Seems that we are leaking...

Adding `module-finder.py`. This script is useful to find out all the modules that get loaded for a set of seeds. This can be used to black list uninteresting modules like...

In order version I used to do like: ```py def go(self): try: print "[ +D+ ] - Start seed inserter." self.bs.use('seeds') i = 0 for root, dirs, files in os.walk(self.seed_dir):...

Hi @pyoor As we have the code coverage information in database, it would be great to import this information in IDA and color the basic blocks that were executed. Thanks.