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

fileinfo does not print raw rich header bytes #288

Closed
metthal opened this issue Apr 30, 2018 · 1 comment
Closed

fileinfo does not print raw rich header bytes #288

metthal opened this issue Apr 30, 2018 · 1 comment

Comments

@metthal
Copy link
Member

metthal commented Apr 30, 2018

Fileinfo does not print raw rich header bytes which can be used in another tools like YARA. fileformat already contains these bytes, they are just not propagated to fileinfo. Presenting these raw bytes would
be sufficient just for JSON output. It wouldn't be readable in plain text output.

Expected output:

    ...
    "richHeader" :
    {
        ...
        "rawBytes": "DanS\\x00..."
     }
     ...
@metthal
Copy link
Member Author

metthal commented May 11, 2018

Added in commit 7b6377e.

@metthal metthal closed this as completed May 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant