// REFERENCE
WebAssembly signature
Signature (hex): 00 61 73 6D (.asm)
A WebAssembly module (.wasm) starts with 00 61 73 6D (\0asm). It runs near-native code in the browser; it's been abused for cryptojacking.
Related tools
Work with this in:
Related
exe
EXE/DLL (PE) signature elf
ELF (Linux) signature macho
Mach-O (macOS) signature class
Java .class signature dex
DEX (Android) signature lnk
LNK shortcut signature
EXE/DLL (PE) signature elf
ELF (Linux) signature macho
Mach-O (macOS) signature class
Java .class signature dex
DEX (Android) signature lnk
LNK shortcut signature
Signatures verifiable with CyberEscudo's magic-bytes identifier. Educational content.