From bf6c1c267d6fd28aa8fe8d1d96ec169d66a8c621 Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:17:19 +0200 Subject: [PATCH] Update bits-info.sh --- tools/bits-info.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/bits-info.sh b/tools/bits-info.sh index 14d502ee..57fd1a0e 100755 --- a/tools/bits-info.sh +++ b/tools/bits-info.sh @@ -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 }