Example Usage
// USB anti-detection settings // // Set USB IDs strings and numbers, to avoid possible detections. // Remember that you can cusotmize FAKE_DISK_BLOCK_NUM as well // for the same reason. Also DISK_LABEL in ramdisk.h can be changed. // // You can see here for inspiration: https://the-sz.com/products/usbid/ // // Example: // 0x0951 0x16D5 VENDORID_STR: Kingston PRODUCTID_STR: DataTraveler // #define USB_VENDORID 0x0951 #define USB_PRODUCTID 0x16D5 #define USB_DESCRIPTOR "DataTraveler" #define USB_MANUF "Kingston" #define USB_SERIAL "123456789A" #define USB_VENDORID_STR "Kingston" // Up to 8 chars #define USB_PRODUCTID_STR "DataTraveler" // Up to 16 chars #define USB_VERSION_STR "1.0" // Up to 4 chars
See also
toolkit
Free
The essential toolkit for reversing, malware analysis, and cracking…
TRACE-Forensic-Toolkit
Open Source
Digital forensic analysis tool that provides a user-friendly interface for investigating disk images…
horus
Open Source
An OSINT / digital forensics tool built in Python…
LockKnife
Open Source
LockKnife: The Ultimate Android Security Research Tool. A unified TUI workspace and headless CLI for…
digler
Open Source
Digler is a tool for forensic disk analysis and file recovery. It's designed to help you unearth los…
ITIL-4-Foundation-IT-Service-Management-Practice-Tests-Exams-Questions-Answers
Free
⛳️ PASS: ITIL 4 Foundation (IT Service Management) by learning based on our Questions & Answers (Q&A…