support for ARM32 instruction hooking?
What do you mean by saying ARM32 instruction hooking?
for example
hook_add(unicorn.UC_HOOK_INSN, self._hook_instruction, None, 1, 0, unicorn.arm_const.UC_ARM_INS_MSR)
this is supported, no?
nope, it doesnt work, as the variable unicorn.arm_const.UC_ARM_INS* doesnt exist. i assume this is because support hasnt been added for arm32 hooks yet.
although, it is supported for ARM64 where the constants unicorn.arm64_const.UC_ARM64_INS* exists
Hello, I confirm that this is not supported and it would interest me as well !
Hello ! Any news about this ? Is it planned to be supported ?
Yeah, but it might be a bit delayed. It is supposed to be supported.