Crash when hook method in some devices(Android 5.1.1)
wonder2014 opened this issue · 2 comments
wonder2014 commented
Hi , I got a crash when I Hook some normal method on some devices(Android 5.1.1). but it doesn't reappear on other devices(android 5.1.1).
when exec getQuickCompiledCodeSize,it return -1090470451 and this cause crash. anyone know the reason?
maybe this method exec by Interpreter?
mar-v-in commented
Is the problematic device armv6/7 (32 bit) or armv8 (64 bit)?
wonder2014 commented
yes ,it is appear on device arm7(32 bit)