Unverified Commit be0e0374 by jovimon Committed by GitHub

Move is__elf to MISC_Utils.yar

parent 0897926e
......@@ -19,15 +19,6 @@ private rule is__osx
or uint32(0) == 0xfeedfacf or uint32(0) == 0xcffaedfe
}
private rule is__elf {
meta:
author = "@mmorenog,@yararules"
strings:
$header = { 7F 45 4C 46 }
condition:
$header at 0
}
private rule priv01 {
meta:
date = "2018-02-11"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment