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

@ -29,6 +29,7 @@ const (
MODE_ARM926 = 128
MODE_ARM946 = 256
MODE_ARM1176 = 512
MODE_ARMBE8 = 1024
MODE_MICRO = 16
MODE_MIPS3 = 32
MODE_MIPS32R6 = 64