90613f5039
update to ITHVNR 3.5640.1 and translation
20 lines
235 B
C
20 lines
235 B
C
#pragma once
|
|
|
|
// unload.h
|
|
// 5/2/2014 jichi
|
|
|
|
#include "windbg/windbg.h"
|
|
#include <windows.h>
|
|
|
|
WINDBG_BEGIN_NAMESPACE
|
|
|
|
/**
|
|
* Unload current injected DLL.
|
|
* @return BOOL
|
|
*/
|
|
BOOL unloadCurrentModule();
|
|
|
|
WINDBG_END_NAMESPACE
|
|
|
|
// EOF
|