{"id":13540269,"url":"https://github.com/desowin/usbpcap","last_synced_at":"2025-04-02T07:30:46.747Z","repository":{"id":7092136,"uuid":"8383178","full_name":"desowin/usbpcap","owner":"desowin","description":"USB packet capture for Windows","archived":false,"fork":false,"pushed_at":"2025-02-09T16:32:47.000Z","size":1884,"stargazers_count":949,"open_issues_count":61,"forks_count":173,"subscribers_count":74,"default_branch":"master","last_synced_at":"2025-02-09T17:31:42.277Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://desowin.org/usbpcap","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/desowin.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":["desowin"]}},"created_at":"2013-02-23T22:47:48.000Z","updated_at":"2025-02-09T16:32:51.000Z","dependencies_parsed_at":"2024-01-03T04:02:37.593Z","dependency_job_id":null,"html_url":"https://github.com/desowin/usbpcap","commit_stats":{"total_commits":183,"total_committers":5,"mean_commits":36.6,"dds":"0.021857923497267784","last_synced_commit":"1a8893cf4b704a9812a82440ef2e476e194cdd65"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desowin%2Fusbpcap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desowin%2Fusbpcap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desowin%2Fusbpcap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desowin%2Fusbpcap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/desowin","download_url":"https://codeload.github.com/desowin/usbpcap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246774220,"owners_count":20831495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T09:01:44.325Z","updated_at":"2025-04-02T07:30:43.214Z","avatar_url":"https://github.com/desowin.png","language":"C","funding_links":["https://github.com/sponsors/desowin"],"categories":["Tools","\u003ca id=\"79499aeece9a2a9f64af6f61ee18cbea\"\u003e\u003c/a\u003e浏览嗅探\u0026\u0026流量拦截\u0026\u0026流量分析\u0026\u0026中间人","C","others","\u003ca id=\"7bf0f5839fb2827fdc1b93ae6ac7f53d\"\u003e\u003c/a\u003e工具","4.3 [↑](#-content) Execution logging and tracing"],"sub_categories":["Execution logging and tracing","\u003ca id=\"99398a5a8aaf99228829dadff48fb6a7\"\u003e\u003c/a\u003e未分类-Network","\u003ca id=\"d7485f829bd85cd784ff582cbddc8624\"\u003e\u003c/a\u003e捕获\u0026\u0026Capture","4.2 [↑](#-content) Hex editors"],"readme":"USBPcap - USB Packet capture for Windows\n\nEnd-user installer is available at: http://desowin.org/usbpcap\nFollowing informations are intended for developers and power users only.\n\nDirectory overview:\n  USBPcapCMD - sample user space application\n  USBPcapDriver - filter driver used to capture data\n\nBuild instructions:\n  Download and install Windows Driver Kit 7.1.0 from Microsoft\n    http://www.microsoft.com/en-us/download/details.aspx?id=11800\n\n  Adjust driver_build_win7_64bit.bat (first line of that file):\n    * To change to checked build: replace 'fre' with 'chk'\n    * To build for x86: replace 'x64' with 'x86'\n    * To build for Windows XP: replace 'WIN7' with 'WXP'\n\n  Windows 8 Build instructions:\n  In order to compile for Windows 8, you need to have Visual Studio 2013\n  Community and install Windows Driver Kit 8.1 Update.\n  To create solution file use the following command from Visual Studio 2013\n  Command Prompt (while being chdired into usbpcap sources directory):\n  \u003e Nmake2MsBuild dirs\n\n  This will create solution dirs.sln. You can build the driver from the\n  Visual Studio 2013 Command Prompt:\n  \u003e MSBuild dirs.sln /p:Configuration=\"Win8 Debug\"\n\nInstallation:\n  TESTSIGNING must be enabled in order to install this driver on 64 bit\n  Windows. To do so, issue following command (as administrator):\n    Bcdedit.exe -set TESTSIGNING ON\n  and reboot.\n\n  Right click on the USBPcap.inf file and select Install.\n\n  After installing, reboot.\n\nUsage:\n  Currently there is no capture engine dll.\n  You can use the USBPcapCMD.exe to select the filter instance (there is one\n  instance per root hub) and specify the output pcap file name.\n\nLicensing:\n  USBPcapDriver is licensed under GPLv2 license.\n  USBPcapCMD is licensed under BSD 2-Clause license.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesowin%2Fusbpcap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdesowin%2Fusbpcap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesowin%2Fusbpcap/lists"}