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.
我有一个必须部署的大型 64 位项目。在最终的可执行文件上使用依赖walker,我发现它链接到cuda dll ( cudart64_50_35.dll),但它不应该。所以我想找出引发这种链接的库或代码。你知道这样做的工具吗?
cudart64_50_35.dll
您可以使用IDA(付费)或OllyDbg(免费)。
不要忘记加载符号。