如何在必须以非管理员身份安装的 Windows 应用程序中捕获数据包?

发布于 2024-09-09 01:32:57 字数 285 浏览 11 评论 0原文

是否可以编写一个可以在 PC 上捕获数据包的 Windows 应用程序,以便该应用程序可以以非管理员身份安装/运行?如果是,那么该方法是什么,例如使用哪种语言、使用哪个 API/库等(例如,它会与 Windows Sockets 2 (Winsock) 库一起使用吗?)

我已经查看了网络监视器 API,但是这里的问题是需要安装 NM,这需要“管理员”访问权限(以获取驱动程序)。

请注意,我所追求的是捕获/监视数据包,以汇总发送到一组特定 IP 的特定类型 [例如 HTTP] 的所有数据包的帧大小。

谢谢

Is it possible to write a Windows app that can capture packets on the PC such that this application can be installed/run as non-admin? If yes, what would be the approach, e.g. which language, which API/Library to use etc (e.g. would it be with the Windows Sockets 2 (Winsock) library?)

I've looked at Network Monitor API's however the issue here is that NM needs to be installed, and this requires "admin" access (to get the driver in place).

Note what I'm after is to capture/monitor packets to sum frame sizes for all packets of a particular type [e.g. HTTP] going out to a specific set of IPs.

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烂柯人 2024-09-16 01:32:57

不确定这是否有帮助,但您可以使用与当前登录用户不同的权限运行任何应用程序。请参阅“运行方式”工具。

Not sure this helps, but you can run any application with different privileges than that of the currently logged in user. See "Run as" tools.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文