[Forensics-changes] [yara] 03/192: fixup dll_characteristics integer declaration
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:31:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.6.0
in repository yara.
commit b19e5d2dbeb6cccab8d6f89311ff38d40f4040a0
Author: camp <tcamp at bit9.com>
Date: Wed Feb 3 11:04:32 2016 -0500
fixup dll_characteristics integer declaration
---
libyara/modules/pe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libyara/modules/pe.c b/libyara/modules/pe.c
index 8555ed7..81d5833 100644
--- a/libyara/modules/pe.c
+++ b/libyara/modules/pe.c
@@ -2130,7 +2130,7 @@ begin_declarations;
declare_integer("subsystem");
- declare_integer("dllcharacteristics");
+ declare_integer("dll_characteristics");
begin_struct_array("sections");
declare_string("name");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git
More information about the forensics-changes
mailing list