流量为Android分析 [英] Flow analysis for android

查看:149
本文介绍了流量为Android分析的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有Android应用程序的控制流图发生器。 (preferrably开源)我希望做一些流量分析上的应用程序。但是,我找不到任何这样的静态分析。

Is there a control flow graph generator for Android applications. (preferrably open source) I wish to do some flow analysis on applications. But I could not find any such static analyzer.

如果没有这样的软件,可以通过煤烟延长到做Android应用的静态分析。如何做到这一点有些指针(特别是处理多个入口点和异步调用的onPause,等的onDestroy同时使控制流图)将是非常有益的。

If there is no such software, can soot be extended to do the static analysis for Android app. Some pointers on how to do so (especially handling multiple entry points and asynchronous calls to onPause, onDestroy etc. while making Control Flow Graph) will be very helpful.

感谢

推荐答案

您可以使用的 Androguard 生成CFG。另一种方式是反编译的应用程序中使用apktool到smali和写我们自己的CFG生成器。

you can use Androguard to generate CFG. Other way is to decompile the app to smali using apktool and write our own CFG generator.

这篇关于流量为Android分析的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆