Generate bindings
This commit is contained in:
parent
4e22744679
commit
cdae57fb3d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user