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.
有人能帮帮我吗。
我想获取与外部进程的文件句柄对应的文件名。
目前我设法只在 Win32bit 而不是 Win64bit 上做到这一点。
在 Windows 64bit 中是否需要代码签名?
谢谢 !
您必须将应用程序编译为 AnyCPU(不是 x86),因为在 x64 操作系统上,只有 x64 进程可以访问其他 x64 进程。