Skip to content

Windows Build #6

@dragokas

Description

@dragokas

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions