This commit is contained in:
2019-11-10 16:02:05 +01:00
parent 37db06f918
commit b279cfc84a
5 changed files with 64 additions and 27 deletions

4
misc.h
View File

@@ -2,5 +2,7 @@
#define MISC_H
void disassemble_func(void* func, size_t numberOfInstr);
bool set_rwx(void* addr, size_t size);
#endif MISC_H
void* alloc_rwx(size_t size);
#endif MISC_H