From dfceb48de60eabafdf7c23e19dd6ba9c0c086b4a Mon Sep 17 00:00:00 2001 From: lucky-vers Date: Sat, 11 Nov 2023 14:00:44 +0530 Subject: [PATCH] Change wording --- Phase 2/04 Forensics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Phase 2/04 Forensics.md b/Phase 2/04 Forensics.md index 9655f55..ac1ddca 100644 --- a/Phase 2/04 Forensics.md +++ b/Phase 2/04 Forensics.md @@ -63,7 +63,7 @@ The height of a bitmap file is given at offset 0x16. the height ``` -`3201` in this means a height of `0x0132` (306 in decimal). This is because the bitmap is a little-endian file format, with the least significant byte (LSB) stored first. So we change it to 1134 in hexdecimal, which turns out to be `0x46e`, or `6e04` in little-endian form. +`3201` in this means a height of `0x0132` (306 in decimal). This is because the bitmap is a little-endian file format, with the least significant byte (LSB) stored first. So we change it to 1134 in hexdecimal, which is `0x46e`, or `6e04` in little-endian form. ``` ~/Downloads $ xxd tunn3l_v1s10n.bmp | head -2