能力值:
( LV2,RANK:15 )
|
-
-
2 楼
围观大佬
|
能力值:
( LV4,RANK:50 )
|
-
-
3 楼
大佬,逆向的事情就拜托了。
|
能力值:
( LV2,RANK:10 )
|
-
-
4 楼
围观大佬
|
能力值:
( LV3,RANK:30 )
|
-
-
5 楼
楼主帮看看什么原因,我也是刚刚克隆下跑例子的log /samples/example.py 2019-09-29 12:09:24,012 DEBUG androidemu.internal.modules | Loading module 'example_binaries/libc.so'. 2019-09-29 12:09:24,014 DEBUG androidemu.internal.memory | => Mapping memory page 0xcbbcb000 - 0xcbc57000, size 0x0008c000, prot 5 2019-09-29 12:09:24,015 DEBUG androidemu.internal.memory | => Mapping memory page 0xcbc58000 - 0xcbc66000, size 0x0000e000, prot 3 2019-09-29 12:09:24,020 ERROR androidemu.internal.modules | => Undefined external symbol: dlerror 2019-09-29 12:09:24,020 ERROR androidemu.internal.modules | => Undefined external symbol: dlclose 2019-09-29 12:09:24,020 ERROR androidemu.internal.modules | => Undefined external symbol: android_get_application_target_sdk_version 2019-09-29 12:09:24,020 ERROR androidemu.internal.modules | => Undefined external symbol: dl_unwind_find_exidx 2019-09-29 12:09:24,560 ERROR androidemu.internal.modules | => Undefined external symbol: dlerror 2019-09-29 12:09:24,560 ERROR androidemu.internal.modules | => Undefined external symbol: dlclose 2019-09-29 12:09:24,563 ERROR androidemu.internal.modules | => Undefined external symbol: android_get_application_target_sdk_version 2019-09-29 12:09:24,563 ERROR androidemu.internal.modules | => Undefined external symbol: dl_unwind_find_exidx Traceback (most recent call last): File "/Users/kwing/PycharmProjects/AndroidNativeEmuwu/samples/example.py", line 20, in <module> emulator.load_library("example_binaries/libc.so") File "/Users/kwing/PycharmProjects/AndroidNativeEmuwu/androidemu/emulator.py", line 120, in load_library self.call_native(fun_ptr) File "/Users/kwing/PycharmProjects/AndroidNativeEmuwu/androidemu/emulator.py", line 147, in call_native self.mu.emu_start(addr, stop_pos - 1) 2019-09-29 12:09:24,834 DEBUG androidemu.emulator | Calling Init for: example_binaries/libc.so File "/Users/kwing/Library/Python/3.7/lib/python/site-packages/unicorn/unicorn.py", line 288, in emu_start raise UcError(status)
|
能力值:
( LV4,RANK:50 )
|
-
-
6 楼
大佬666
|
能力值:
(RANK:648 )
|
-
-
7 楼
大佬666!点赞、收藏、留言,一波三连走起
|
能力值:
( LV13,RANK:437 )
|
-
-
8 楼
666
|
能力值:
(RANK:15 )
|
-
-
9 楼
|
能力值:
(RANK:200 )
|
-
-
10 楼
漂亮,结合例子展示了unicron的强大
|
能力值:
( LV3,RANK:30 )
|
-
-
11 楼
学习学习!
|
能力值:
( LV7,RANK:100 )
|
-
-
12 楼
膜
|
能力值:
( LV5,RANK:60 )
|
-
-
13 楼
感谢分享
|
能力值:
( LV2,RANK:10 )
|
-
-
14 楼
学习
|
能力值:
( LV5,RANK:60 )
|
-
-
15 楼
|
能力值:
( LV5,RANK:70 )
|
-
-
16 楼
大佬,自动化逆向机器人就拜托了
|
能力值:
( LV2,RANK:10 )
|
-
-
17 楼
gtict
楼主帮看看什么原因,我也是刚刚克隆下跑例子的log
/samples/example.py
2019-09-29 12:09:24,012 DEBUG androidemu.in ...
项目中的少了这里 emulator.load_library("example_binaries/libc.so")改为emulator.load_library("example_binaries/libc.so", do_init=False),他的例子有说明的了
|
能力值:
( LV5,RANK:70 )
|
-
-
18 楼
androidemu.emulator这个库pip安装不了, Not Found for url: https://pypi.org/simple/androidemu/,有搞好的同学吗
|
能力值:
( LV2,RANK:10 )
|
-
-
19 楼
看不懂系列
|
能力值:
( LV2,RANK:10 )
|
-
-
20 楼
我记得android studio自带的profile就可以啊,楼主这个是基于什么原理啊
|
能力值:
( LV3,RANK:30 )
|
-
-
21 楼
天边之云
项目中的少了这里
emulator.load_library("example_binaries/libc.so")改为emulator.load_library("e ...
可以运行了,,谢啦,,现在还有原因androidemu.internal.modules | => Undefined external symbol: dlerror 怎么这一类的函数找不到
|
能力值:
( LV2,RANK:10 )
|
-
-
22 楼
我卡在回调这里了
|
能力值:
( LV2,RANK:10 )
|
-
-
23 楼
keystone就是个坑,直接用官方的二进制安装软件比较好
|
能力值:
( LV1,RANK:0 )
|
-
-
24 楼
学习
|
能力值:
( LV2,RANK:10 )
|
-
-
25 楼
Unable to find symbol 'JNI_OnLoad' in module
|