Notifications
Clear all

Forensics Ram

2 Posts
2 Users
0 Reactions
1,533 Views
(@zunash)
New Member
Joined: 2 years ago
Posts: 2
Topic starter  

I utilized the Magnet Forensics RAM capture tool to obtain a memory image and opted to divide the image into segments.

Now, I aim to import the segmented image into different tools for analysis. However, these tools only accept a single file rather than a set of segmented files.

Is there a method to consolidate these segments into a unified memory image file?


   
Quote
AmNe5iA
(@amne5ia)
Estimable Member
Joined: 9 years ago
Posts: 175
 

Use copy command?

Get help using:

e:\>copy /?

You should be able to copy all segments to one file by using something similar to the following:

e:\>copy RAM.image.part1 + RAM.image.part2 + RAM.image.part3 RAM.image.unified

   
ReplyQuote
Share: