zhkl0228 / unidbg

Allows you to emulate an Android native library, and an experimental iOS emulation
Apache License 2.0
3.79k stars 959 forks source link

补了环境还是报错 WARN [com.github.unidbg.linux.ARM64SyscallHandler] (ARM64SyscallHandler:405) - handleInterrupt intno=2, NR=0, svcNumber=0x107, PC=unidbg@0xfffe0104 java.lang.UnsupportedOperationException at com.github.unidbg.linux.android.dvm.DalvikVM64$8.handle(DalvikVM64.java:168) #627

Closed phpwzy closed 4 months ago

phpwzy commented 4 months ago

1716793057942

M-091 commented 4 months ago

具体tracecode追踪一下哪一行指令出现异常响应。handleInterrupt intno=2, NR=0 => 应该是io_setup函数调度异常