- Windows Forensics Cookbook
- Oleg Skulkin Scar de Courcier
- 169字
- 2021-07-02 20:57:39
How to do it…
The steps for Windows memory acquisition using Belkasoft Ram Capturer are as follows:
- The first thing you must do is learn what kind of system you are dealing with x32 or x64. It's really easy to do right-click Computer and choose Properties. In our case, it's x64. So our choice is RamCapture64.exe.
- After starting, we will get information about the physical memory page size and its total size.
- Now select the output folder path make sure it's your flash drive and not the local system drive.
- After that just click Capture!

Figure 2.2. Memory acquisition with Belkasoft RAM Capturer
As a result, we get a file with .mem extension of the same size as the total physical memory. By default, you have the date of acquisition as the filename, but we highly recommend renaming it, and adding more information for identification purposes: operating system version, edition, computer name, and other information.
That's it! The image is ready for further analysis with memory forensics tools.
推薦閱讀
- 自然語言處理實戰(zhàn):預(yù)訓(xùn)練模型應(yīng)用及其產(chǎn)品化
- Raspberry Pi Networking Cookbook(Second Edition)
- 構(gòu)建移動網(wǎng)站與APP:HTML 5移動開發(fā)入門與實戰(zhàn)(跨平臺移動開發(fā)叢書)
- 算法基礎(chǔ):打開程序設(shè)計之門
- 深入淺出Spring Boot 2.x
- The Data Visualization Workshop
- Developing SSRS Reports for Dynamics AX
- 平面設(shè)計經(jīng)典案例教程:CorelDRAW X6
- 從0到1:HTML5 Canvas動畫開發(fā)
- Test-Driven iOS Development with Swift
- HTML5程序設(shè)計基礎(chǔ)教程
- 微信公眾平臺開發(fā)最佳實踐
- Eclipse開發(fā)(學(xué)習(xí)筆記)
- Learning GraphQL and Relay
- Java程序性能優(yōu)化實戰(zhàn)