[Forensics-changes] [yara] 191/192: Small changes in documentation
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:32:05 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 944afa1524931ed8d42477fea5c2dc7a501307cf
Author: Victor Manuel Alvarez <vmalvarez at vmalvarez-macbookpro.roam.corp.google.com>
Date: Mon May 22 10:44:11 2017 +0200
Small changes in documentation
---
docs/gettingstarted.rst | 3 ---
docs/modules/dotnet.rst | 14 +++++++-------
2 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst
index 510e5da..a048f9e 100644
--- a/docs/gettingstarted.rst
+++ b/docs/gettingstarted.rst
@@ -91,9 +91,6 @@ corresponding to the version of Python you're using.
`Download Windows binaries <https://www.dropbox.com/sh/umip8ndplytwzj1/AADdLRsrpJL1CM1vPVAxc5JZa?dl=0>`_
-If you want to build YARA yourself you can use the *Visual Studio 2010* or
-*Visual Studio 2015* projects found in the source tree under *./windows/vs2010*
-and *./windows/vs2015* respectively.
Installing on Mac OS X with Homebrew
------------------------------------
diff --git a/docs/modules/dotnet.rst b/docs/modules/dotnet.rst
index 6e63bc9..7436d8f 100644
--- a/docs/modules/dotnet.rst
+++ b/docs/modules/dotnet.rst
@@ -5,6 +5,8 @@
dotnet module
#############
+.. versionadded:: 3.6.0
+
The dotnet module allows you to create more fine-grained rules for .NET files by
using attributes and features of the .NET file format. Let's see some examples::
@@ -28,13 +30,11 @@ Reference
.. c:type:: version
- .. versionchanged:: 3.6.0
-
The version string contained in the metadata root.
*Example: dotnet.version == "v2.0.50727"*
-.. c:type:: module_name
+.. c:type:: module_name
The name of the module.
@@ -44,7 +44,7 @@ Reference
The number of streams in the file.
-.. c:type:: streams
+.. c:type:: streams
A zero-based array of stream objects, one for each stream contained in the
file. Individual streams can be accessed by using the [] operator. Each
@@ -54,11 +54,11 @@ Reference
Stream name.
- .. c:member:: offset
+ .. c:member:: offset
Stream offset.
- .. c:member:: size
+ .. c:member:: size
Stream size.
@@ -75,7 +75,7 @@ Reference
*Example: pe.guids[0].name == "99c08ffd-f378-a891-10ab-c02fe11be6ef"*
-.. c:type:: number_of_resources
+.. c:type:: number_of_resources
The number of resources in the .NET file. These are different from normal PE
resources.
--
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