USBDDOS
USBDDOS copied to clipboard
how do you get logging from a debug build of usbddos.exe?
i've compiled a debug build of usbddos.exe with the most up to date commits and it is logging info to the screen, but it's not writing anything locally. it appears to be locking up whenever i have my usb hub connected and i want to discover why. i've tried the following syntax with no results:
usbddos /hid usbddos /hid > usbddos.log usbddos /hid > usbddos.log 2>&1 usbddos /hid 2> usbddos.log
either nothing is written or the file is created with no contents. i'm at a loss with the dos command interpreter. how do i get something useful out of this debug build so i can post it here for assistance?