Skip to content

Commit

Permalink
Generate bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Apr 16, 2022
1 parent c379d1b commit 5a79d78
Show file tree
Hide file tree
Showing 54 changed files with 1,956 additions and 1,878 deletions.
1 change: 1 addition & 0 deletions bindings/dotnet/UnicornManaged/Const/Arm.fs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ module Arm =
let UC_CPU_ARM_PXA270C0 = 31
let UC_CPU_ARM_PXA270C5 = 32
let UC_CPU_ARM_MAX = 33
let UC_CPU_ARM_ENDING = 34

// ARM registers

Expand Down
9 changes: 5 additions & 4 deletions bindings/dotnet/UnicornManaged/Const/Arm64.fs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ module Arm64 =

// ARM64 CPU

let UC_CPU_AARCH64_A57 = 0
let UC_CPU_AARCH64_A53 = 1
let UC_CPU_AARCH64_A72 = 2
let UC_CPU_AARCH64_MAX = 3
let UC_CPU_ARM64_A57 = 0
let UC_CPU_ARM64_A53 = 1
let UC_CPU_ARM64_A72 = 2
let UC_CPU_ARM64_MAX = 3
let UC_CPU_ARM64_ENDING = 4

// ARM64 registers

Expand Down
1 change: 1 addition & 0 deletions bindings/dotnet/UnicornManaged/Const/M68k.fs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module M68k =
let UC_CPU_M68K_M5208 = 6
let UC_CPU_M68K_CFV4E = 7
let UC_CPU_M68K_ANY = 8
let UC_CPU_M68K_ENDING = 9

// M68K registers

Expand Down
2 changes: 2 additions & 0 deletions bindings/dotnet/UnicornManaged/Const/Mips.fs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module Mips =
let UC_CPU_MIPS32_P5600 = 13
let UC_CPU_MIPS32_MIPS32R6_GENERIC = 14
let UC_CPU_MIPS32_I7200 = 15
let UC_CPU_MIPS32_ENDING = 16

// MIPS64 CPUS

Expand All @@ -41,6 +42,7 @@ module Mips =
let UC_CPU_MIPS64_LOONGSON_2E = 10
let UC_CPU_MIPS64_LOONGSON_2F = 11
let UC_CPU_MIPS64_MIPS64DSPR2 = 12
let UC_CPU_MIPS64_ENDING = 13

// MIPS registers

Expand Down
Loading

0 comments on commit 5a79d78

Please sign in to comment.