2021年1月4日

摘要: // 你必须定义一个 `main()` 函数入口。 #include <stdio.h> #include <unistd.h> #include <sys/types.h> #include <stdlib.h> #include <stdbool.h> #include <string.h> # 阅读全文
posted @ 2021-01-04 07:38 lydstory 阅读(153) 评论(0) 推荐(0)
摘要: cgminer 比特币挖矿 libusb 使用开源 阅读全文
posted @ 2021-01-04 06:41 lydstory 阅读(166) 评论(0) 推荐(0)
摘要: DriverStudio 2.7.0 阅读全文
posted @ 2021-01-04 06:03 lydstory 阅读(108) 评论(0) 推荐(0)
摘要: KDrive :驱动框架 wdm KTrace KRegistryKey : 驱动操作注册表 HKLM\SYSTEM\CurrentControlSet\Services\USBSoftLock\Parameters\ 阅读全文
posted @ 2021-01-04 05:55 lydstory 阅读(132) 评论(0) 推荐(0)
摘要: KPnpDevice wdm驱动编程 KUsbPipe //Create an URB to do actual Bulk read from the pipe 阅读全文
posted @ 2021-01-04 05:28 lydstory 阅读(110) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; #include <unistd.h> #include <sys/types.h> #include <sys/socket.h> #include <netdb.h> #include <stdio.h> #inc 阅读全文
posted @ 2021-01-04 00:12 lydstory 阅读(135) 评论(0) 推荐(0)
摘要: typedef struct pollfd FDLIST; 阅读全文
posted @ 2021-01-04 00:07 lydstory 阅读(561) 评论(0) 推荐(0)

导航