[Forensics-changes] [yara] 135/368: Add docs for convenience functions.

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:30:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.5.0
in repository yara.

commit f5c5d904165f992588cf325852ccd5555ebe6732
Author: Wesley Shields <wxs at atarininja.org>
Date:   Thu Jan 7 21:30:36 2016 -0500

    Add docs for convenience functions.
---
 docs/modules/pe.rst | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/docs/modules/pe.rst b/docs/modules/pe.rst
index 41ead70..f5c2d47 100644
--- a/docs/modules/pe.rst
+++ b/docs/modules/pe.rst
@@ -529,3 +529,27 @@ Reference
   *addr*. *addr* can be an offset into the file or a memory address.
 
   *Example: pe.section_index(pe.entry_point)*
+
+.. c:function:: is_dll()
+
+    .. versionadded:: 3.5.0
+
+    Function returning true if the PE is a DLL.
+
+    *Example: pe.is_dll()*
+
+.. c:function:: is_32bit()
+
+    .. versionadded:: 3.5.0
+
+    Function returning true if the PE is 32bits.
+
+    *Example: pe.is_32bit()*
+
+.. c:function:: is_64bit()
+
+    .. versionadded:: 3.5.0
+
+    Function returning true if the PE is 64bits.
+
+    *Example: pe.is_64bit()*

-- 
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