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.
暇なときに基本的なアンチウイルスを作りたいです。基本的に、EXE(windows)ファイルの基本的な構造について学びました。ファイルとPEヘッダーからASMコードを抽出するにはどうすればよいですか?
Cygwinをインストールし、 objdumpを使用して exe を asm に逆コンパイルできます。cygwin をインストールするときは、必ず binutils を選択してください。cygwin をインストールしたら、bash シェルから次を実行できます。
objdump -Slx yourpgm.exe