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 または .lib ファイルの独自のウイルス シグネチャを作成するにはどうすればよいですか? 特定のバイトをファイルに読み込んでから、それらを別のファイルに保存し、これをウイルススキャナーに手動で追加しました。これは機能しますか?ありがとう
ファイルの署名を作成するにはさまざまな方法がありますが、最も単純で簡単な方法の 1 つは、SHA1 などのハッシュ関数を使用してファイル全体に対して実行することです。