64位下的线程注入
我想请问一下,32位的dll是不是没有可能注入到win 7 64bit的的进程中?我把一个dll(在xp 32位下写的一个dll)用CreateRemoteThread注入到win7 64位下,直接弹出错误。
[解决办法]
是的。
创建一个64位的包装。
[解决办法]
是的!不能同时使用的!
[解决办法]
If the specified process is a 64-bit process and the caller is a 32-bit process, this function fails and the last error code is ERROR_PARTIAL_COPY (299).