import Unicorn2

This commit is contained in:
Nguyen Anh Quynh
2021-10-03 22:14:44 +08:00
parent 772558119a
commit aaaea14214
837 changed files with 368717 additions and 200912 deletions

View File

@@ -59,7 +59,8 @@ Public Enum uc_arch
UC_ARCH_PPC = 5 ' PowerPC architecture (currently unsupported)
UC_ARCH_SPARC = 6 ' Sparc architecture
UC_ARCH_M68K = 7 ' M68K architecture
UC_ARCH_MAX = 8
UC_ARCH_RISCV = 8 ' RISCV architecture
UC_ARCH_MAX = 9
End Enum
Public Enum uc_prot
@@ -130,6 +131,8 @@ Public Enum uc_mode 'from /bindings/dotnet/common.fs
' UC_MODE_SPARC32 = 4 '32-bit mode
' UC_MODE_SPARC64 = 8 '64-bit mode
' UC_MODE_V9 = 16 'SparcV9 mode (currently unsupported)
' UC_MODE_RISCV32 = 4 '32-bit mode
' UC_MODE_RISCV64 = 8 '64-bit mode
End Enum
Public Enum uc_hook_type 'from /bindings/dotnet/common.fs