2010-07-26 18:55:12 +08:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2011-08-19 23:27:05 +08:00
|
|
|
void
|
2011-03-02 21:56:22 +08:00
|
|
|
dbgLoadDump( const std::wstring &dumpName );
|
|
|
|
|
2011-08-19 23:27:05 +08:00
|
|
|
void
|
2011-03-02 21:56:22 +08:00
|
|
|
startProcess( const std::wstring &processName );
|
2010-07-26 18:55:12 +08:00
|
|
|
|
2011-08-19 23:27:05 +08:00
|
|
|
void
|
|
|
|
attachProcess( ULONG processId );
|
|
|
|
|
2011-08-22 14:50:38 +08:00
|
|
|
void
|
|
|
|
attachKernel( const std::wstring param );
|
|
|
|
|
2010-07-26 18:55:12 +08:00
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|