-
加载某音的metasec_ml.so时,
通过设置
```
emulator.getBackend().registerEmuCountHook(10000);
emulator.getSyscallHandler().setVerbose(true);
emulator.getSyscallHandler().setEnableThreadDispatcher(true);
```
…
-
是不是unidbg版本太老的问题,看了一下,是2017的版本?
-
访问apk文件,无论在rootdir还是重定向都报错。网上查了说是文件格式问题,但该apk能直接安装到手机上,格式应该没问题。
运行的so是64位的,该apk下只有arm64-v8a的lib,我换其他版本运行32位的so是正常的
java.lang.IllegalStateException: java.io.IOException: Negative seek offset
at com…
-
调用某so的函数后,返回null结果,错误列表中提示 java.lang.AbstractMethodError: com.github.unidbg.linux.file.PipedWriteFileIO
在issues中找到 #442 同样的错误,这个应该如何解决。。
目前使用的0.9.5版本
java.lang.AbstractMethodError: com.github.unidb…
-
java.lang.UnsupportedOperationException: javax/crypto/Cipher->init(ILjava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;)V
at com.github.unidbg.linux.android.dvm.AbstractJni.callVoidMethod(…
-
这是源码:
`package com.demo.dy;
import com.github.unidbg.AndroidEmulator;
import com.github.unidbg.Module;
import com.github.unidbg.linux.android.AndroidEmulatorBuilder;
import com.github.unidbg.li…
-
```
var arrayOne = Java.array('Ljava.lang.Object;', [Java.use('java.lang.Integer').$new(0)]);
var arrayTwo = Java.array('Ljava.lang.Object;', [Java.use('java.lang.Integer').$new(1), "2", arrayOne]);…
-
[main] WARN com.github.unidbg.linux.ARM64SyscallHandler - handleInterrupt intno=2, NR=-130432, svcNumber=0x11f, PC=unidbg@0xfffe0284, LR=RX@0x40541cec[libpoxy.so]0x41cec, syscall=null
com.github.unid…
-
[15:17:55 967] WARN [com.github.unidbg.linux.ARM32SyscallHandler] (ARM32SyscallHandler:436) - handleInterrupt intno=2, NR=1076174848, svcNumber=0x113, PC=unidbg@0xfffe01c4, syscall=null
com.github.u…
ghost updated
3 years ago
-
异常信息
```
[18:17:17 760] INFO [com.github.unidbg.linux.ARM32SyscallHandler] (ARM32SyscallHandler:1923) - openat dirfd=-100, pathname=/proc/3180/cmdline, oflags=0x20000, mode=0
[18:17:18 027] WARN …