ExAndroidNativeEmu
ExAndroidNativeEmu copied to clipboard
An improved version of AndroidNativeEmu,Allow running android elf on PC
- bug的复现 运行 [example_uzm.zip](https://github.com/maiyao1988/ExAndroidNativeEmu/files/8275806/example_uzm.zip) 中的 `example_uzm_test.py` 脚本 报错如下 ``` File "D:\workspace\programming\python\remote\ExAndroidNativeEmu\androidemu\java\jni_env.py", line 932, in call_object_method_v return self.__call_xxx_method(mu, env, obj_idx, method_id, args, 1) File "D:\workspace\programming\python\remote\ExAndroidNativeEmu\androidemu\java\jni_env.py", line 907, in __call_xxx_method constructor_args =...
Thanks for your good work, i found that the exception wound be caught when the hook_func error in hooker.py .However the emulator restart and repeat the error always but can...
When I write the code I have, I get the following error on macbook i put it in '/proc/cpuinfo' folder but it can't see it where is the right place?...
有JNI_OnLoad,载入so 会有WARNING:androidemu.native.symbol_hooks:dladdr has memory leak, dli_fname can not free!!!提示 无法调用load方法   样本和执行文件已放在样本 [样本.zip](https://github.com/maiyao1988/ExAndroidNativeEmu/files/13800628/default.zip) 麻烦帮忙看下。
怎么多线程跑啊
测试example_douyin8.py 用for i in range(2000)把从175行开始全包起来,即从下面这行代码开始 emulator = Emulator(vfs_root=posixpath.join(posixpath.dirname(__file__), "vfs")) 当运行1024次左右就会报错,报错信息如下 > Traceback (most recent call last): File "D:\study\money_order\ExAndroidNativeEmu-master\example_douyin8.py", line 190, in libdvm = emulator.load_library("vfs/system/lib/libdvm.so") File "D:\study\money_order\ExAndroidNativeEmu-master\androidemu\emulator.py", line 248, in load_library...
一直在androidemu.utils.memory_helpers.write_utf8进行写入,最终会溢出,不知怎么才能清除呢
ERROR:root:Unable to find symbol 'JNI_OnLoad' in module 'tests/bin/libprotect.so'.