BitsParser icon indicating copy to clipboard operation
BitsParser copied to clipboard

Results 8 BitsParser issues
Sort by recently updated
recently updated
newest added

Firstly, great tool, thank you for all your efforts. When using Python 3.10.5 and running BitsParser.py, I noticed the output file growing in size in the filesystem, but then returning...

When using python 3.9 or higher \BitsParser.py:554: SyntaxWarning: "is not" with a literal. Did you mean "!="? if type(v) is not 'Dict': Traceback (most recent call last):

The current json output is not formatted to allow for easy processing of BitsParser output in additional tools. There is a small change that can make the output easier to...

Thank you very much for sharing BitsParser! I tried to convert the JSON output to CSV without success. I think the JSON objects should be comma separated in an array:...

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...

add BitParser compiled file in exe

Great job. Haven't you considered compiling the python source code in an EXE? It would be nice for the blue teams to have the EXE in the repository

If a directory is passed with -i and --caveall, the -o option will overwrite the output file again and again. Therefore, all results except for the last one will be...