Generate bindings

This commit is contained in:
lazymio 2022-04-26 00:46:04 +02:00
parent 4e22744679
commit cdae57fb3d
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
6 changed files with 6 additions and 0 deletions

View File

@ -139,6 +139,7 @@ module Common =
let UC_CTL_CPU_MODEL = 7
let UC_CTL_TB_REQUEST_CACHE = 8
let UC_CTL_TB_REMOVE_CACHE = 9
let UC_CTL_TB_FLUSH = 10
let UC_PROT_NONE = 0
let UC_PROT_READ = 1

View File

@ -134,6 +134,7 @@ const (
CTL_CPU_MODEL = 7
CTL_TB_REQUEST_CACHE = 8
CTL_TB_REMOVE_CACHE = 9
CTL_TB_FLUSH = 10
PROT_NONE = 0
PROT_READ = 1

View File

@ -136,6 +136,7 @@ public interface UnicornConst {
public static final int UC_CTL_CPU_MODEL = 7;
public static final int UC_CTL_TB_REQUEST_CACHE = 8;
public static final int UC_CTL_TB_REMOVE_CACHE = 9;
public static final int UC_CTL_TB_FLUSH = 10;
public static final int UC_PROT_NONE = 0;
public static final int UC_PROT_READ = 1;

View File

@ -137,6 +137,7 @@ const UC_API_MAJOR = 2;
UC_CTL_CPU_MODEL = 7;
UC_CTL_TB_REQUEST_CACHE = 8;
UC_CTL_TB_REMOVE_CACHE = 9;
UC_CTL_TB_FLUSH = 10;
UC_PROT_NONE = 0;
UC_PROT_READ = 1;

View File

@ -132,6 +132,7 @@ UC_CTL_UC_EXITS = 6
UC_CTL_CPU_MODEL = 7
UC_CTL_TB_REQUEST_CACHE = 8
UC_CTL_TB_REMOVE_CACHE = 9
UC_CTL_TB_FLUSH = 10
UC_PROT_NONE = 0
UC_PROT_READ = 1

View File

@ -134,6 +134,7 @@ module UnicornEngine
UC_CTL_CPU_MODEL = 7
UC_CTL_TB_REQUEST_CACHE = 8
UC_CTL_TB_REMOVE_CACHE = 9
UC_CTL_TB_FLUSH = 10
UC_PROT_NONE = 0
UC_PROT_READ = 1