Skip to content

Commit

Permalink
Update bits-info.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Sep 27, 2024
1 parent f5f5289 commit bf6c1c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/bits-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ check_bitness_of_file()
# ToO: Check special variants / hexdump -v -C -s "0x3C" -n "4" -- "${1:?}"
fi

echo '---'
dump_hex "${1:?}" '4' '0'
echo '---'

printf '%s\n' 'unknown-file-type'
return 2
}
Expand Down

0 comments on commit bf6c1c2

Please sign in to comment.