摘要:
1 linux下的usb抓包方法 1、配置内核使能usb monitor: make menuconfig Device Drivers --> USB Support --> USB Monitor --> Select * not M2、build kernel sudo insmod /lib 阅读全文
摘要:
USB devices are anywhere nowadays, even many embedded devices replace the traditional serial devices with usb devices. However, I experienced that USB 阅读全文
摘要:
转载自网友董淳光的文章。 前序: 这里要注明,我是一个跨平台专注者,并不喜欢只用 windows 平台。我以前的工作就是为 unix 平台写代码。下面我所写的东西,虽然没有验证,但是我已尽量不使用任何 windows 的东西,只使用标准 C 或标准C++。但是,我没有尝试过在别的系统、别的编译器下编 阅读全文