Files
MemProcFS-plugins/vmm/devicepcileechdll.h
2018-11-18 19:50:41 +01:00

17 lines
370 B
C

// devicepcileechdll.h : definitions related to PCILeech DLL memory acquisition device.
//
// (c) Ulf Frisk, 2018
// Author: Ulf Frisk, pcileech@frizk.net
//
#ifndef __DEVICEPCILEECHDLL_H__
#define __DEVICEPCILEECHDLL_H__
#include "vmm.h"
/*
* Open a "connection" to the PCILeech DLL.
* -- result
*/
BOOL DevicePCILeechDll_Open();
#endif /* __DEVICEPCILEECHDLL_H__ */