As you all know, the ducky has the ability to swap its VID/PID number to avoid antivirus software. Unfortunately you need a hex editor to change the file which is used to specify the VID/PID. I have created an executable which reads from a text file of possible VID/PID numbers, and writes to the binary file vidpid.bin. The program is written in C++. Here is the code: /*Author: overwraith File: VID_PID_SWAPPER.cpp Purpose: to automatically change the vidpid.bin file on the USB rubber ducky usin