- 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
.
- C語(yǔ)言程序設(shè)計(jì)案例教程(第2版)
- Python程序設(shè)計(jì)(第3版)
- Vue.js入門(mén)與商城開(kāi)發(fā)實(shí)戰(zhàn)
- JavaScript 網(wǎng)頁(yè)編程從入門(mén)到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開(kāi)發(fā)視頻大講堂)
- Python神經(jīng)網(wǎng)絡(luò)項(xiàng)目實(shí)戰(zhàn)
- MongoDB權(quán)威指南(第3版)
- R數(shù)據(jù)科學(xué)實(shí)戰(zhàn):工具詳解與案例分析
- Unity Character Animation with Mecanim
- PHP+MySQL動(dòng)態(tài)網(wǎng)站開(kāi)發(fā)從入門(mén)到精通(視頻教學(xué)版)
- Visual C++開(kāi)發(fā)寶典
- Spring Boot從入門(mén)到實(shí)戰(zhàn)
- Learning Redux
- Hands-On Data Visualization with Bokeh
- 精通Spring MVC 4
- Visual FoxPro程序設(shè)計(jì)教程(第3版)