Package rekall :: Package plugins :: Package windows :: Package malware
[frames] | no frames]

Source Code for Package rekall.plugins.windows.malware

 1  # Rekall Memory Forensics 
 2  # 
 3  # Copyright 2013 Google Inc. All Rights Reserved. 
 4  # 
 5  # This program is free software; you can redistribute it and/or modify 
 6  # it under the terms of the GNU General Public License as published by 
 7  # the Free Software Foundation; either version 2 of the License, or (at 
 8  # your option) any later version. 
 9  # 
10  # This program is distributed in the hope that it will be useful, but 
11  # WITHOUT ANY WARRANTY; without even the implied warranty of 
12  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
13  # General Public License for more details. 
14  # 
15  # You should have received a copy of the GNU General Public License 
16  # along with this program; if not, write to the Free Software 
17  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
18  # 
19   
20  """The following modules were written and contributed by Michael Hale 
21  (michael.hale@gmail.com).""" 
22   
23  # pylint: disable=unused-import 
24  from rekall.plugins.windows.malware import apihooks 
25  from rekall.plugins.windows.malware import callbacks 
26  from rekall.plugins.windows.malware import cmdhistory 
27  from rekall.plugins.windows.malware import devicetree 
28   
29  from rekall.plugins.windows.malware import malfind 
30  from rekall.plugins.windows.malware import psxview 
31  from rekall.plugins.windows.malware import sigscan 
32  from rekall.plugins.windows.malware import svcscan 
33  from rekall.plugins.windows.malware import timers 
34   
35  from rekall.plugins.windows.malware import yarascan 
36  from rekall.plugins.windows.malware import impscan 
37