Update the aarch32 disassembler

This fixes some critical bugs in thumb2 disassembly.  This change adds some
macaw-level tests to ensure that thumb2 is working properly.
This commit is contained in:
Tristan Ravitch 2021-11-05 18:26:22 -07:00
parent 2c85dce18e
commit c6eae87724
5 changed files with 9 additions and 1 deletions

2
deps/dismantle vendored

@ -1 +1 @@
Subproject commit 7b11e83ab72ae65912e8583a9eae67b6f27fc595
Subproject commit 4573f4654c2adc8b91fcd02b03f81769b7128f46

Binary file not shown.

View File

@ -0,0 +1,4 @@
R { funcs = [ (0x179, [(0x179, 16)])
]
, ignoreBlocks = []
}

Binary file not shown.

View File

@ -0,0 +1,4 @@
R { funcs = [ (0x10099, [(0x10099, 16)])
]
, ignoreBlocks = []
}