Commit e2d6affb by mmorenog

Update ELF_Linux_Torte.yar

parent 108535bb
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
*/ */
private rule is_elf private rule is__elf
{ {
meta: meta:
author = "@mmorenog,@yararules" author = "@mmorenog,@yararules"
...@@ -41,7 +41,7 @@ rule ELF_Linux_Torte ...@@ -41,7 +41,7 @@ rule ELF_Linux_Torte
$s11 = "_ZSt20__throw_out_of_rangePKc@@GLIBCXX_3.4" $s11 = "_ZSt20__throw_out_of_rangePKc@@GLIBCXX_3.4"
condition: condition:
is_elf and all of ($s*) is__elf and all of ($s*)
} }
......
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