- Python Digital Forensics Cookbook
- Preston Miller Chapin Bryce
- 39字
- 2021-07-08 10:33:58
How to do it…
We perform the following steps to forensically copy files on a Windows system:
- Gather source file and destination arguments.
- Use shutil to copy and preserve most file metadata.
- Manually set timestamp attributes with win32file.
推薦閱讀
- Implementing Modern DevOps
- Learning RxJava
- Django Design Patterns and Best Practices
- 零基礎(chǔ)Java學(xué)習(xí)筆記
- Node Cookbook(Second Edition)
- C++ Application Development with Code:Blocks
- 高效使用Greenplum:入門、進(jìn)階與數(shù)據(jù)中臺
- 深入理解Kafka:核心設(shè)計與實(shí)踐原理
- MongoDB Cookbook
- Android 5從入門到精通
- Mastering Node.js
- Python機(jī)器學(xué)習(xí)技術(shù):模型關(guān)系管理
- Python量化交易實(shí)戰(zhàn):使用vn.py構(gòu)建交易系統(tǒng)
- matplotlib Plotting Cookbook
- Android 3D游戲開發(fā)技術(shù)寶典:OpenGL ES 2.0