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.
親プロセスがWOW64リダイレクトを無効にしているかどうかをどのようにテストしますか?
WOW64ファイルシステムリダイレクションを参照している場合、親プロセスがWOW64FSリダイレクションを無効にしているかどうかをテストできるとは思えません。
これを言う理由は、WOW64 FSリダイレクトがプロセスレベルではなく、スレッドレベルで無効になっているためです。また、子プロセスには、それを生成した親プロセスのスレッドの概念がありません。