mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2026-09-01 10:04:43 +03:00
first commit
Version 3.x.x
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
#ifndef DISASM_H
|
||||
#define DISASM_H
|
||||
|
||||
#include <string>
|
||||
|
||||
#define GEN_INSN_OKAY 0
|
||||
#define GEN_INSN_IOERROR 1
|
||||
#define GEN_INSN_ERROR 2
|
||||
|
||||
int GenerateInstructions(const std::string & out_filename, bool x64);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user