[Forensics-changes] [yara] 364/407: Fix copy/paste mistake in docs.
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:28:45 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 83f39b4d1f023f06f9d747cc99b432631a80e0f1
Author: Wesley Shields <wxs at atarininja.org>
Date: Fri Jan 30 15:52:58 2015 -0500
Fix copy/paste mistake in docs.
---
docs/modules/pe.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/modules/pe.rst b/docs/modules/pe.rst
index 9eb20ac..dcfad3d 100644
--- a/docs/modules/pe.rst
+++ b/docs/modules/pe.rst
@@ -283,7 +283,7 @@ Reference
All resources must have an type, id (name), and language specified. They
can be either an integer or string, but never both, for any given level.
- *Example: pe.sections[0].type == pe.RESOURCE_TYPE_RCDATA and pe.sections[0].name == "F\x00I\x00L\x00E\x00"*
+ *Example: pe.resources[0].type == pe.RESOURCE_TYPE_RCDATA and pe.resources[0].name_string == "F\x00I\x00L\x00E\x00"*
Resource types can be inspected using the following constants:
--
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