cuckoosandbox / community

Repository of modules and signatures contributed by the community
324 stars 175 forks source link

Use re2 for exploit_zteF460-F660.py ? #409

Closed jcppkkk closed 6 years ago

jcppkkk commented 6 years ago

Can this signature also try to use re2? i have few samples stuck at searching this pattern https://github.com/cuckoosandbox/community/blob/000e0e456ff16b4fbdc9f5a67f713885e56cba0b/modules/signatures/cross/exploit_zteF460-F660.py#L5

doomedraven commented 6 years ago

do pr for

try:
    import re2 as re
except ImportError:
    import re

is what i do in many cases, so that is transparent for many users

jbremer commented 6 years ago

In this particular case, I'll just remove the signature altogether. Thanks for feedback.

jbremer commented 6 years ago

Thanks, closing.