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.
有什么方法可以用 OllyDbg 调试 .COM 可执行文件?它似乎只接受EXE。
COM 文件是 16 位 DOS 程序,并且不能在 Windows 下本机运行(它们通过 MS-DOS 子系统运行,请参阅wikipedia),因此 ollydbg 既不能附加到它也不能调试它(作为 32 位Windows调试器)。