Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

atx 建议增加apkparse接口,方便用户去读取apk包相关信息 #47

Closed
FlygoWolf opened this issue Jul 19, 2016 · 2 comments
Closed

Comments

@FlygoWolf
Copy link

What steps will reproduce the problem?

What is the expected output?

What do you see instead?

Do you have any log or screenshots?

@codeskyblue
Copy link
Member

Well, 接口的话,我考虑下,但是感觉用不到呀

@codeskyblue
Copy link
Member

建议这种方法

安装

pip install atx-androguard

使用

from androguard.core.bytecodes import apk

a = apk.APK('you-apk-name.apk')
print a.get_pacage()
print a.get_main_activity()

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants