以编程方式查找阻止端口创建的应用程序
为了运行一些模拟器,我们安装了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不需要编写工具。 netstat 会告诉你。
You don't need to write a tool. netstat will tell you.