From the course: Cybersecurity Foundations: Computer Forensics
Unlock the full course today
Join today to access over 25,200 courses taught by industry experts.
Understanding hexadecimal numbers
From the course: Cybersecurity Foundations: Computer Forensics
Understanding hexadecimal numbers
- [Instructor] The knowledge of hexadecimal numbers is essential in the toolbox of a digital forensics investigator. One of the motivations for using hexadecimal numbers is that it's often necessary to investigate data at a binary level. We use binary numbers to represent everything on a computer device. Binary numbers rely on only two symbols, 0 and 1. Machine code is a string or strings consisting of 0s and 1s. It's the only language your computer speaks. Criminals frequently hide or fabricate their data at the machine code level. Therefore, as a digital forensics investigator, you should also be able to examine your evidence in its native format, that is combination of 0s and 1s. The challenge associated with reading machine code is that there are simply too many digits to deal with. A more compact way to represent binary numbers makes human inspection much easier. The way you represent your data in machine code is…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
Tools and knowledge requirements2m 8s
-
(Locked)
Hardware2m 44s
-
(Locked)
Software2m 27s
-
(Locked)
Understanding hexadecimal numbers4m 12s
-
(Locked)
Using a hex editor3m 19s
-
(Locked)
Understanding offset1m 56s
-
(Locked)
Forensics OS distributions3m 52s
-
(Locked)
Challenge: Hex editor40s
-
(Locked)
Solution: Hex editor1m 10s
-
(Locked)
-
-
-
-
-