December 2018
Beginner to intermediate
328 pages
8h 29m
English
Verification that an image file is identical to the device is a critical step in traditional digital forensics. It can be a little trickier, if not impossible, on Android devices. The image that has been created can be hashed using whatever tool the examiner typically uses. Verifying the memory on the device can be done through the ADB shell by using the following command, where the path given is the block or partition that was imaged:
md5sum /dev/block/mmcblk0
However, the md5sum command is not included on all Android devices. If it is not included, an examiner may be able to find a version that's been compiled for their device online, and push it to the device in a tmpfs partition, as shown previously, with ...
Read now
Unlock full access