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 を注入して、名前付きパイプから送信されたコマンドで外部プロセスを制御したいと考えています。
関数を呼び出す方法を見つけましたが、迂回路を使用しています。迂回せずに関数を呼び出す方法は?
ありがとう、M