Please enable JavaScript.
Coggle requires JavaScript to display documents.
DRONE DJI CASE STUDY - Coggle Diagram
DRONE DJI CASE STUDY
DD Image
7z (unzip file to get actual image)
Wget (download file from web)
Android_Logical.zip
microSD.001 ( to examine the SD Card for detsils)
md5sum ( to check the hash value of image)
1B01/DCIM/100MEDIA/
.
( check hash values of videos)
losetup (to mount the dd image into linux file system)
File System
tree ( to show the directories and sub-folders relationship)
dji.go.v4 ( records of flights based on sdcard of the drones)
Flight Record ( to get the starting and ending timestamp of the flights)
DJIFlightRecord ( records of the flights landing time)
stat (gives information about the file and filesystem)
.DAT ( to get the system detail as power on and power off timing)
cache ( details of the last updated time)
DJI_0001.MP4 ( to check the modification of the access date)
.THM ( to show the timestamp of the first file)
File ( to show the type of the file)
xxd ( to get the hidden hexa values as the name of the drone device)
IndexerVolumeGuid( to show the details of microsd card volume information)
inodes ( show the records based on timestamp and identifiers)
mp4 (show the end time of the video recording)
to get the timstamp in the UTC Format
CACHE_IMAGE (to get the exact location of the image file)
show the list of all Files
Tools
mediainfo (used to display media files information)
libimage-exiftool-perl (perl compatible tool to get information based on metadata files)
exiftool
lsblk (used to display details about block devices)
ewf-tools (library to support the disk image files and data for reading and writing)
ewfinfo
DF048.E01 (get the details of the disk image)
ewfverify (to verify the details and hash value)
ewfmount ( to mount the disk image in compress format)
ext_sd ( disk image after compression)
fls (show the details of all file available in it)
istat (details of the timestamp of the video recording stored in the file)
icat ( to get the contents with inode values)
file (verify the type and serial number of the disk image)
vlc ( open source cross-platform multimedia player )
DJI_0001.MP4 ( play the obtained through disk image)
md5sum ( verify the hash value of the video with disk file)