diff options
Diffstat (limited to 'include/disasm.h')
-rw-r--r-- | include/disasm.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/disasm.h b/include/disasm.h new file mode 100644 index 0000000..b9e31c4 --- /dev/null +++ b/include/disasm.h @@ -0,0 +1,9 @@ +#ifndef DISASM_H_INCLUDED +#define DISASM_H_INCLUDED + +#include "distorm/distorm.h" + + +_DecodeResult disasm(_OffsetType codeOffset, const unsigned char* code, int codeLen, _DecodeType dt, _DInst instructions[], unsigned int maxInstructions, unsigned int* usedInstructionsCount); + +#endif /* DISASM_H_INCLUDED */ |