-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
non-compiled yara signature files? #2
Comments
Hi, In the meantime, see the wiki page (if you have not read it already) - our non-msvc signatures are mostly for older compilers we use in regression tests and I don't think they would be very usefull in other scenarios. You can however generate your own signatures in YARA text format and do whatever you want with them. |
Thanks @PeterMatula! The wiki page was a good reference - thanks for pointing that out. I'll likely play with the utilities for generating our own signatures so that I have a good understanding of the process. |
I just uploaded package with YARA text rules for statically linked code: Few notes:
|
Hi all,
Thanks for doing the (extensive) hard work to collect and format type and function signature information! I'm impressed by both the quantity and quality of the support files here.
Over at https://github.com/fireeye/flare-floss, we're planning to add better detection of statically-linked routines. This will help improve performance as we can skip the emulation of library code. The support files you've published here look like a great start.
We're not yet decided to add a dependency on yara. Therefore, would you be willing to publish the non-compiled yara signature for statically-linked functions? Then, we would translate the signatures into a representation that our analysis engine supports (vivisect uses "vamp" signatures).
Thanks!
The text was updated successfully, but these errors were encountered: