Extracting gallery,...
 
Notifications
Clear all

Extracting gallery, log files from dd image in Python

2 Posts
2 Users
0 Likes
408 Views
 Aiza
(@aiza)
Posts: 35
Eminent Member
Topic starter
 

Hello, I have a dd image of my mobile device with .img as extension. Now I want to write a code in Python which will be able to extract

all the .jpegs, .pngs
qall the .docx, .txt, .ppt
all the log files
all the app permissions

i am new to Python although I am good in programming, therefore need help for writing the scripts for these tasks. The image is of internal memory, let me know how I can extract the above mentioned information from a raw image taken by DD.

i have already searched and did not find the sufficient material, that is why asking it here.

 
Posted : 08/04/2019 5:56 am
(@athulin)
Posts: 1156
Noble Member
 

Hello, I have a dd image of my mobile device with .img as extension. Now I want to write a code in Python which will be able to extract

all the .jpegs, .pngs
qall the .docx, .txt, .ppt
all the log files
all the app permissions

That means you have to start with interpreting the file system. So identify the file system. If you really want to write to code yourself, you also have to find a trustworthy specification of that file system, and a number of weeks to write and debug the code.

Once you have identified the file system, ask again. Someone may be able to point you to a specification to use.

 
Posted : 08/04/2019 10:22 am
Share: