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.
C コードを読み取り、オブジェクト ファイル (.o) に変換する JIT を作成しました。オブジェクトファイルには「main(int argc, char **argv)」関数が格納されています。私の質問は、このオブジェクトをメモリにロードして、そこに格納されているメイン関数を実行するにはどうすればよいですか?
注:SOで多くの同様の質問を見てきましたが、答えが見つからなかったので、この質問を重複した質問としてマークしないでください