We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is quite strange to see python script for parsing windows system file that can only be run on Linux. lol.
bits_parser/scripts/bits_parser
Line 72 in 717337c
should be really opt-in depending on OS version to have
'con:' if args['--out'] == 'stdout' else args['--out']
instead of:
'/dev/stdout' if args['--out'] == 'stdout' else args['--out']
Also, I think, the README should have a notice that bits_parser is not fully compatible with Windows 10 at the moment. It cannot extract the strings.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is quite strange to see python script for parsing windows system file that can only be run on Linux. lol.
bits_parser/scripts/bits_parser
Line 72 in 717337c
should be really opt-in depending on OS version to have
instead of:
Also, I think, the README should have a notice that bits_parser is not fully compatible with Windows 10 at the moment.
It cannot extract the strings.
The text was updated successfully, but these errors were encountered: