How to use YARA rules in my C/C++ project? #2063
Unanswered
MuhabEssam
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I download the libyara folder that include c and h. I try to include yara.h in my project but this error found
yara.h not found
I solve this by copying the header files to my include folder in Mingw and when i try to build again it gives
error yr_intilialzie() undefined reference
Beta Was this translation helpful? Give feedback.
All reactions