mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 04:13:22 +08:00
14 lines
391 B
C++
14 lines
391 B
C++
#pragma once
|
|
|
|
//#include <string>
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
//boost::python::object
|
|
//findSymbolForAddress( ULONG64 addr );
|
|
//
|
|
//ULONG64
|
|
//findAddressForSymbol( const std::string &moduleName, const std::string &symbolName );
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////////
|