以编程方式查找阻止端口创建的应用程序

发布于 2024-09-30 16:34:14 字数 244 浏览 5 评论 0原文

为了运行一些模拟器,我们安装了 Windows Services for Unix。 它使用 UDP 端口 1035,

在某些 PC 上,Unix 的 Windows 服务工作正常,但在其他 PC 上则失败。 经过一番分析,我发现这是由于某些安全应用程序造成的。

现在,该应用程序将安装在数百台 PC 中,其中大多数都带有各种安全应用程序。

我想编写一个工具来查找阻止 UDP 端口创建的应用程序。

是否可以?

To run some simulator we installed Windows Services for Unix.
This uses an UDP port 1035,

In some PC's this Windows service for Unix works fine, but in others it fails.
After some analysis I found that this is due to some Security application.

Now, this application will be installed in 100s of PCs and most of them with various security application.

I would like to write a tool that would find the application that blocks the UDP port creation.

Is it possible?

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

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

发布评论

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

评论(1

风筝在阴天搁浅。 2024-10-07 16:34:14

您不需要编写工具。 netstat 会告诉你。

You don't need to write a tool. netstat will tell you.

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