Files
x64hook/misc.h

6 lines
107 B
C

#ifndef MISC_H
#define MISC_H
void disassemble_func(void* func, size_t numberOfInstr);
#endif MISC_H