- Windows Forensics Cookbook
- Oleg Skulkin Scar de Courcier
- 168字
- 2021-07-02 20:57:43
There is more...
If you are planning to use Volatility for memory forensic analysis (and we highly recommend it, because it is the most powerful tool, with lots of plugins, and also it is free and open source), it's very important to choose the right profile. To do this, you will need to know the system type, operating system version, and build number. As you have already learned from the previous recipes, the imageinfo plugin can help you with this task if this information wasn't properly documented during the acquisition stage.
Table 2.1 contains information about profiles added to the most recent version of the Volatility Framework at the time of writing.

Also, it's important to note that on all x64 Windows 8/2012 (and later), the KDBG (which contains a list of the running processes and loaded kernel modules) is encrypted by default, so you should use the virtual address of KdCopyDataBlock. Both addresses can be collected with the kdbgscan Volatility plugin.
- Google Apps Script for Beginners
- ASP.NET Core Essentials
- 軟件測試工程師面試秘籍
- 匯編語言程序設計(第2版)
- Mastering Swift 2
- Integrating Facebook iOS SDK with Your Application
- Microsoft Azure Storage Essentials
- Unity 2018 Shaders and Effects Cookbook
- Node Cookbook(Second Edition)
- Java程序設計案例教程
- Julia 1.0 Programming Complete Reference Guide
- 零基礎入門學習C語言:帶你學C帶你飛
- 威脅建模:設計和交付更安全的軟件
- MongoDB進階與實戰:微服務整合、性能優化、架構管理
- JavaScript高級程序設計(第3版)