mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 11:43:23 +08:00
20 lines
414 B
C++
20 lines
414 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
void
|
|
dbgLoadDump( const std::wstring &dumpName );
|
|
|
|
void
|
|
startProcess( const std::wstring &processName );
|
|
|
|
void
|
|
attachProcess( ULONG processId );
|
|
|
|
void
|
|
attachKernel( const std::wstring param );
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|