inital commit. currently all winapi

This commit is contained in:
2016-04-03 17:04:20 +02:00
commit 3b681758f4
76 changed files with 13747 additions and 0 deletions

6
misc.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef MISC_H
#define MISC_H
void disassemble_func(void* func, size_t numberOfInstr);
#endif MISC_H