- Windows Forensics Cookbook
- Oleg Skulkin Scar de Courcier
- 172字
- 2021-07-02 20:57:41
Getting ready
The Volatility Framework is an open source toolkit, so it's cross-platform, which means that you can use any operating system family you want - Windows, Linux, or mac OS. Of course, you can build these tools from source, but there are also so-called standalone executables for all the operating systems mentioned. As this cookbook is about forensic examination of Windows OS and the memory dump, what we are going to analyze is collected from Windows 10, and we are going to use the Windows Standalone Executable.
At the time of writing, the most recent version of Volatility is 2.6. With this version, support for Windows 10 (including 14393.447) improved, also support for Windows Server 2016, mac OS Sierra 10.12, and Linux with KASLR kernels was added.
To download the collection of tools, go to the Volatility Framework website and use the Releases tab to choose the most recent version, in our case 2.6. Now, all you need is to unzip volatility_2.6_win64_standalone.zip which you've just downloaded, and you are ready to go.
- TensorFlow Lite移動端深度學習
- 深入淺出WPF
- Learn Swift by Building Applications
- Drupal 8 Configuration Management
- UML 基礎與 Rose 建模案例(第3版)
- Teaching with Google Classroom
- Java實戰(第2版)
- Mastering React
- Advanced Express Web Application Development
- Rust游戲開發實戰
- Python全棧開發:基礎入門
- SaaS攻略:入門、實戰與進階
- 計算思維與Python編程
- 輕松學Scratch 3.0 少兒編程(全彩)
- Spring MVC Blueprints