- Learning Python for Forensics
- Preston Miller Chapin Bryce
- 126字
- 2021-07-02 16:41:12
Setup API
The setupapi.dev.log
file is a Windows log file that tracks device connections for a variety of devices including USB devices. Since USB device information plays an important role in many investigations, our script will help identify the earliest installation time of a USB device on a machine. This log is system-wide, not user-specific, and therefore provides only the installation time of a USB device's first connection to the system. In addition to logging this timestamp, the log contains the vendor ID (VID), product ID (PID), and serial number of the device. With this information, we can paint a better picture of removable storage activity. On Windows XP this file is located at C:\Windows\setupapi.log
. On Windows 7 and higher, this file is found at C:\Windows\inf\setupapi.dev.log
.
- Spring 5.0 By Example
- PyTorch自動(dòng)駕駛視覺感知算法實(shí)戰(zhàn)
- 零基礎(chǔ)學(xué)Scratch少兒編程:小學(xué)課本中的Scratch創(chuàng)意編程
- 編寫高質(zhì)量代碼:改善Python程序的91個(gè)建議
- Servlet/JSP深入詳解
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優(yōu)化計(jì)算
- 基于Swift語言的iOS App 商業(yè)實(shí)戰(zhàn)教程
- 精通Python自然語言處理
- Elasticsearch for Hadoop
- 量化金融R語言高級(jí)教程
- Mastering Apache Storm
- Ext JS 4 Plugin and Extension Development
- Angular Design Patterns
- Mastering Concurrency in Python
- C#程序設(shè)計(jì)基礎(chǔ)與實(shí)踐