Skip to content

Instantly share code, notes, and snippets.

@R3MRUM
R3MRUM / yara_ida_search.py
Last active December 6, 2019 20:29 — forked from alexander-hanel/yara_ida_search.py
Minimum Yara Search for IDAPYTHON
import yara
import operator
import idautils
SEARCH_CASE = 4
SEARCH_REGEX = 8
SEARCH_NOBRK = 16
SEARCH_NOSHOW = 32
SEARCH_UNICODE = 64
SEARCH_IDENT = 128