Skip to content
Snippets Groups Projects
Commit e2858cad authored by Tobin C. Harding's avatar Tobin C. Harding
Browse files

leaking_addresses: do not parse binary files


Currently script parses binary files.  Since we are scanning for
readable kernel addresses there is no need to parse binary files.  We
can use Perl to check if file is binary and skip parsing it if so.

Do not parse binary files.

Signed-off-by: default avatarTobin C. Harding <me@tobin.cc>
parent 1410fe4e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment