Add ARM BE8 support (#1369)

Co-authored-by: w4kfu <gw4kfu@gmail.com>
This commit is contained in:
w4kfu-synacktiv
2021-03-31 15:22:35 +02:00
committed by GitHub
parent 4440310f14
commit 21ec6e8f83
10 changed files with 16 additions and 2 deletions

View File

@ -114,6 +114,9 @@ typedef enum uc_mode {
UC_MODE_ARM946 = 1 << 8, // ARM946 CPU type
UC_MODE_ARM1176 = 1 << 9, // ARM1176 CPU type
// ARM BE8
UC_MODE_ARMBE8 = 1 << 10, // Big-endian data and Little-endian code
// mips
UC_MODE_MICRO = 1 << 4, // MicroMips mode (currently unsupported)
UC_MODE_MIPS3 = 1 << 5, // Mips III ISA (currently unsupported)