tonykarg

Results 1 issues of tonykarg

Instead of passing bytes-like object (`file_data`) to bits_parser's (https://github.com/ANSSI-FR/bits_parser) method `bits/bits.py->load_file(cls, fp)` which expects str-like object (simple file path) , simply pass `file_path` argument of `BitsParser.process_file` method. Here it is...