-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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
| '/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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels