2020-09-30 16:53:55 +02:00

20 lines
233 B
C

#ifndef _DISASM_H_
#define _DISASM_H_
//
// Constant declarations
//
//
// Structure definitions
//
//
// Function definitions
//
extern
DWORD
GetInstructionLengthFromAddress(PVOID paddr);
#endif //_DISASM_H_