android-inline-hook icon indicating copy to clipboard operation
android-inline-hook copied to clipboard

thumb16 IT指令存在问题

Open i0rn opened this issue 1 year ago • 0 comments

ShadowHook Version

1

Android OS Version

1

Android ABIs

armeabi-v7a

Device Manufacturers and Models

code

Describe the Bug

sh_t16_parse_it中 it->firstcond = (uint8_t)(inst >> 4u); uint8_t firstcond_0 = it->firstcond & 1u;

memset(it, 0, sizeof(sh_t16_it_t)); it->insts_cnt = sh_t16_get_it_insts_count(inst);

it->firstcond永远为0

i0rn avatar Oct 10 '24 07:10 i0rn