From b6706e2030a5ff4ea9b4e8a2ca2ba393f40b55fa Mon Sep 17 00:00:00 2001 From: Zeex Date: Sat, 30 May 2020 20:17:19 +0600 Subject: Export subhook_disasm() --- subhook_x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subhook_x86.c') diff --git a/subhook_x86.c b/subhook_x86.c index 7c36b82..95c1f24 100644 --- a/subhook_x86.c +++ b/subhook_x86.c @@ -88,7 +88,7 @@ struct subhook_jmp64 { extern subhook_disasm_handler_t subhook_disasm_handler; -static int subhook_disasm(void *src, int *reloc_op_offset) { +SUBHOOK_EXPORT int SUBHOOK_API subhook_disasm(void *src, int *reloc_op_offset) { enum flags { MODRM = 1, PLUS_R = 1 << 1, -- cgit v1.1