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 );
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////////
|