mirror of
https://github.com/ufrisk/MemProcFS-plugins.git
synced 2026-05-09 23:32:05 +08:00
17 lines
370 B
C
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__ */
|