Commit 876f3a32 authored by swift_gan's avatar swift_gan Committed by swift_gan

[NativeHook]tweak decoder

parent c98a07b9
...@@ -50,12 +50,12 @@ void Arm32Decoder::decode(void *codeStart, Addr codeLen, InstVisitor &visitor, b ...@@ -50,12 +50,12 @@ void Arm32Decoder::decode(void *codeStart, Addr codeLen, InstVisitor &visitor, b
CASE_T16(BX_BLX) CASE_T16(BX_BLX)
CASE_T16(CBZ_CBNZ) CASE_T16(CBZ_CBNZ)
CASE_T16(LDR_LIT) CASE_T16(LDR_LIT)
CASE_T16(ADD_IMM_RDN)
CASE_T16(ADR) CASE_T16(ADR)
CASE_T16(ADD_REG_RDN) CASE_T16(ADD_REG_RDN)
if (!onlyPcRelInst) { if (!onlyPcRelInst) {
CASE_T16(ADD_REG) CASE_T16(ADD_REG)
CASE_T16(CMP_REG) CASE_T16(CMP_REG)
CASE_T16(ADD_IMM_RDN)
CASE_T16(CMP_REG_EXT) CASE_T16(CMP_REG_EXT)
CASE_T16(MOV_REG) CASE_T16(MOV_REG)
CASE_T16(POP) CASE_T16(POP)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment