We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cbd3d2 commit d6b4afeCopy full SHA for d6b4afe
libyara/modules/pe.c
@@ -22,6 +22,7 @@ limitations under the License.
22
23
#include <yara/modules.h>
24
#include <yara/mem.h>
25
+#include <yara/strutils.h>
26
27
28
#define MODULE_NAME pe
libyara/parser.c
@@ -23,6 +23,7 @@ limitations under the License.
#include <yara/error.h>
#include <yara/exec.h>
#include <yara/object.h>
#include <yara/utils.h>
29
#include <yara/parser.h>
0 commit comments