Skip to content
This repository was archived by the owner on Sep 23, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 264 Bytes

File metadata and controls

11 lines (8 loc) · 264 Bytes

YaraDec

yaradec is a simple yara-rules "decompiler"

Limitations

  • Regex are not extracted
  • FAST_EXP_REGEXP with wildcards or placeholders are not extracted
  • The "condition" is not reversed (Yet!)

Usage

python3 yaradec.py <compiled_yara_rules>