Search
lxdream.org :: lxdream/src/x86dasm/x86dasm.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/x86dasm/x86dasm.h
changeset 429:e581b90c3fb3
prev376:8c7587af5a5d
next476:75eb00fc191d
author nkeynes
date Sun Oct 28 07:23:46 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix CDI with multiple tracks/session
Fix file being closed too early
file annotate diff log raw
1.1 --- a/src/x86dasm/x86dasm.h Wed Sep 12 09:16:47 2007 +0000
1.2 +++ b/src/x86dasm/x86dasm.h Sun Oct 28 07:23:46 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: x86dasm.h,v 1.3 2007-09-12 09:16:47 nkeynes Exp $
1.6 + * $Id: x86dasm.h,v 1.4 2007-10-08 11:48:10 nkeynes Exp $
1.7 *
1.8 * Wrapper around i386-dis to supply the same behaviour as the other
1.9 * disassembly functions.
1.10 @@ -28,5 +28,5 @@
1.11
1.12 void x86_disasm_block( FILE *out, void *block, uint32_t len );
1.13 void x86_set_symtab( x86_symbol *symtab, int num_symbols );
1.14 -void x86_disasm_init(char *buf, uint32_t vma, int buflen);
1.15 +void x86_disasm_init(unsigned char *buf, uint32_t vma, int buflen);
1.16 uint32_t x86_disasm_instruction( uint32_t pc, char *buf, int len, char *opcode );
.