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(例如在 Visual Studio 中调试 dll 项目时)?
在我看来,当我将DLL放入 OD 时,我唯一的选择就是通过 启动它LOADDLL.EXE,这就是全部吗?
LOADDLL.EXE
您不能单独运行 DLL,它必须由某个进程加载。OllyDbg 仅为此目的提供 Loaddll.exe,或者您可以调试任何应该加载它的应用程序并在新模块上启用中断。