Join Segmented Memo...
 
Notifications
Clear all

Join Segmented Memory Images

4 Posts
2 Users
0 Reactions
976 Views
(@blindude24)
Active Member
Joined: 4 years ago
Posts: 4
Topic starter  

I acquired a memory image using Magnet Forensics RAM capture tool and selected the option to break the image into segments. 

I would like to import the image into other tools to analyze, however they accept only one file rather than the collection of segmented files.

Is there a way to join the segments into a single memory image file?


   
Quote
(@blindude24)
Active Member
Joined: 4 years ago
Posts: 4
Topic starter  

This was the solution to my issue to join the files together using the type command and appending the memory segments in order. The first > creates a new file but the others >> append the newly created file.

D:\Images>type image.001 >  image_all.img
D:\Images>type image.002 >> image_all.img
D:\Images>type image.002 >> image_all.img

   
ReplyQuote
Tic-Tac
(@tic-tac)
Eminent Member
Joined: 5 years ago
Posts: 26
 

If I remember correctly I think I have done this with regular segmented DD's and E01's - opened them with FTK imager and reacquired the images in a single file. Maybe FTK imager can help you out here. 


   
ReplyQuote
(@blindude24)
Active Member
Joined: 4 years ago
Posts: 4
Topic starter  

@tic-tac Thank you for your reply. Perhaps I am approaching this incorrectly but I'm not seeing a way to merge the segmented images with FTK Imager.

I see how I could add the separate evidence items and then add the unallocated space as a custom content image. Then I could create a single custom content image however that still leaves me with segmented files in a proprietary format


   
ReplyQuote
Share: