--- np2/i386c/ia32/cpu.h 2011/12/21 18:07:57 1.41 +++ np2/i386c/ia32/cpu.h 2012/01/08 11:32:16 1.42 @@ -774,6 +774,7 @@ typedef struct { } disasm_context_t; int disasm(UINT32 *eip, disasm_context_t *ctx); +char *cpu_disasm2str(UINT32 eip); #ifdef __cplusplus }