Skip to content

Commit 34ff6ee

Browse files
committed
Changes to documentation
1 parent 2f91fa2 commit 34ff6ee

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/sources/api/plaso.parsers.sqlite_plugins.rst

+8
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ plaso.parsers.sqlite\_plugins.android\_tango module
3636
:undoc-members:
3737
:show-inheritance:
3838

39+
plaso.parsers.sqlite\_plugins.android\_turbo module
40+
---------------------------------------------------
41+
42+
.. automodule:: plaso.parsers.sqlite_plugins.android_turbo
43+
:members:
44+
:undoc-members:
45+
:show-inheritance:
46+
3947
plaso.parsers.sqlite\_plugins.android\_twitter module
4048
-----------------------------------------------------
4149

plaso/parsers/pe.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""A parser for Portable Executable (PE) files.
33

44
Also see:
5-
https://www.mandiant.com/resources/blog/tracking-malware-import-hashing
5+
https://cloud.google.com/blog/topics/threat-intelligence/tracking-malware-import-hashing/
66
"""
77

88
import os

0 commit comments

Comments
 (0)