mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
refactor WASM signature
This commit is contained in:
parent
fbb0e2e103
commit
2eb0c73f98
1 changed files with 2 additions and 1 deletions
|
|
@ -1,10 +1,11 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: BJNFNE <bjnfne@web.de>
|
||||
|
||||
// https://en.wikipedia.org/wiki/WebAssembly
|
||||
meta("format", "WebAssembly (.WASM)");
|
||||
|
||||
function detect() {
|
||||
if (Binary.compare("00 61 73 6d")) {
|
||||
if (Binary.compare("00'asm'010000000")) {
|
||||
bDetected = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue