Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在我的应用程序中使用的 dll。此 dll 连接到一台远程服务器并发布并获取一些数据。当我在我的应用程序中运行这个 dll 时,如何找到这个远程服务器的 IP 地址?C++编写的dll。有可能找到吗?我正在使用Win7。问候,
您可以使用 netstat 检查端点:netstat -an -p tcp
netstat -an -p tcp
它带有 Windows。