From 31c69b6ca1b91e7fd9fd8e14082fd2584c5f538c Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 24 May 2020 16:48:22 +0200 Subject: first public release Signed-off-by: Toni Uhlig --- include/disasm.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/disasm.h (limited to 'include/disasm.h') 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 */ -- cgit v1.2.3