Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Android Forensics

You're reading from  Learning Android Forensics

Product type Book
Published in Apr 2015
Publisher
ISBN-13 9781782174578
Pages 322 pages
Edition 1st Edition
Languages
Concepts

Table of Contents (15) Chapters

Learning Android Forensics
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1. Introducing Android Forensics 2. Setting Up an Android Forensic Environment 3. Understanding Data Storage on Android Devices 4. Extracting Data Logically from Android Devices 5. Extracting Data Physically from Android Devices 6. Recovering Deleted Data from an Android Device 7. Forensic Analysis of Android Applications 8. Android Forensic Tools Overview Index

Extracting data physically with nanddump


In all of the preceding examples, the partitions were all Multimedia Card (MMC) blocks, which is typically seen in newer devices. Older devices, however, are far more likely to consist of Memory Technology Device (MTD) blocks. We have seen cases in the past where the dd command was unable to properly image an MTD block, although more often than not, it works fine. If dd fails, there is a widely distributed utility called MTD-Utils used to read and write from MTD blocks; the nanddump command is a part of MTD-Utils, and can be used similarly to dd in order to read from an MTD block. In those cases where dd failed, nanddump was always successful.

Versions of nanddump compiled for Android can be found in many places online; we used the one found at https://github.com/jakev/android-binaries/blob/master/nanddump.

The process to put nanddump on the device is the same as the one used previously for netcat:

adb push nanddump /dev/Examiner_Folder/nanddump
chmod...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}