Latest News
Showing posts with label shop. Show all posts
Showing posts with label shop. Show all posts
Checking file types
Posted by genesisdatabase
on
Saturday, 22 January 2011
, under
filext,
filext.com,
Forensic and Data Recovery,
hex,
hexworkshop,
magic,
number,
Security,
shop,
work,
workshop
|
comments (0)
If you are a forensic investigator, you would need to know how to study files byte by byte understanding their signatures. You need to check their header or magic number. For example, executables magic number would be the ASCII value "MZ" or hexadecimal value "5A4D". By using hex editors such as Hex Workshop, you are capable of reading files in their bytes. If you doubt a file of it's actual extension you can always use Hex Workshop and check with Filext.com, an online website that helps you see what magic number files have! Search the file extension in Filext.com and look at its magic number and compare with the one you saw in Hex Workshop.