mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 11:43:23 +08:00
8 lines
246 B
C++
8 lines
246 B
C++
#pragma once
|
|
|
|
namespace pykd {
|
|
|
|
void disasmAssemblay( ULONG64 offset, const std::string &instruction, ULONG64 &nextOffset );
|
|
void disasmDisassembly( ULONG64 offset, std::string &instruction, ULONG64 &nextOffset );
|
|
|
|
} // end pykd namespace
|