Skip to content
New issue

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

Windows Build #6

Open
dragokas opened this issue Jan 23, 2021 · 0 comments
Open

Windows Build #6

dragokas opened this issue Jan 23, 2021 · 0 comments

Comments

@dragokas
Copy link

It is quite strange to see python script for parsing windows system file that can only be run on Linux. lol.

'/dev/stdout' if args['--out'] == 'stdout' else args['--out']

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant