Notifications
Clear all
Topic starter
03/01/2024 8:59 am
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?
10/01/2024 8:55 am
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