Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 245 Bytes

File metadata and controls

20 lines (17 loc) · 245 Bytes

Quick Start

Build

cargo build --release

Scan

polymorph suspicious.exe
polymorph --json malware.wasm

Exit Codes

  • 0: Clean
  • 1: Low (0-40)
  • 2: Medium (40-60)
  • 3: High (60-80)
  • 4: Critical (80+)
  • 5: Error