- Python Digital Forensics Cookbook
- Preston Miller Chapin Bryce
- 126字
- 2021-07-08 10:33:57
Getting started
All libraries used in this script are present in Python’s standard library. The os library, once again, can be used here to gather file metadata. One of the most helpful methods for gathering file metadata is the os.stat() function. It's important to note that the stat() call only provides information available with the current operating system and the filesystem of the mounted volume. Most forensic suites allow an examiner to mount a forensic image as a volume on a system and generally preserve the file attributes available to the stat call. In Chapter 8, Working with Forensic Evidence Containers Recipes, we will demonstrate how to open forensic acquisitions to directly extract file information.
To learn more about the os library, visit https://docs.python.org/3/library/os.html.
推薦閱讀
- Java程序設計與開發
- Visual Basic .NET程序設計(第3版)
- Access 數據庫應用教程
- Mastering QGIS
- Flask Web開發入門、進階與實戰
- Instant Typeahead.js
- 營銷數據科學:用R和Python進行預測分析的建模技術
- SQL語言從入門到精通
- NativeScript for Angular Mobile Development
- Koa開發:入門、進階與實戰
- Building a Recommendation Engine with Scala
- Android程序設計基礎
- Python Data Analysis Cookbook
- Instant Nancy Web Development
- Learning jQuery(Fourth Edition)