[Forensics-changes] [yara] 61/407: Fix comment.
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:28:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.3.0
in repository yara.
commit a19faec1624589d6daaba3212691ddb357883784
Author: Wesley Shields <wxs at atarininja.org>
Date: Wed Sep 24 00:03:30 2014 -0400
Fix comment.
---
libyara/modules/pe.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libyara/modules/pe.c b/libyara/modules/pe.c
index dcb851a..ceaaf82 100644
--- a/libyara/modules/pe.c
+++ b/libyara/modules/pe.c
@@ -1731,7 +1731,8 @@ PIMAGE_NT_HEADERS32 pe_get_header(
}
-/* This is basically a straight copy/paste of pe_get_header(). :( */
+// Parse the rich signature.
+// http://www.ntcore.com/files/richsign.htm
PRICH_DATA pe_get_rich_signature(
uint8_t* buffer,
size_t buffer_length,
--
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