# DFF -- An Open Source Digital Forensics Framework
# Copyright (C) 2009-2011 ArxSys
# This program is free software, distributed under the terms of
# the GNU General Public License Version 2. See the LICENSE file
# at the top of the source tree.
#  
# See http://www.digital-forensic.org for more information about this
# project. Please do not directly contact any of the maintainers of
# DFF for assistance; the project provides a web site, mailing lists
# and IRC channels for your use.
# 
# Author(s):
#  Frederic Baguelin <fba@digital-forensic.org>

set(volatility_forensics_win32_files
  crash_addrspace.py
  datetime.py 
  handles.py
  info.py
  meta_info.py
  network.py
  scan2.py
  tasks.py
  xpress.py
  crashdump.py
  executable.py
  hiber_addrspace.py
  __init__.py
  modules.py
  registry.py 
  scan.py
  vad.py
)

install_file(volatility_forensics_win32 ${volatility_forensics_win32_files})
