1

I read this file [1 Testing Android Apps T hrough Symbolic Execution]: http://mason.gmu.edu/~nesfaha2/Publications/JPF2012.pdf

They wrote:

We parse the app’s source code using MoDisco [19] and extract the app’s call graph model

I installed MoDisco but not sure what to do.

So my question is how can I to create this Call Graph Model? http://i.stack.imgur.com/KhBeR.png

4

2 回答 2

1

安装 MoDisco 后,您可以从包资源管理器上下文菜单中选择 Discovery -> Actions -> Display Method Calls。这将打开视图。但是,它看起来与您链接到的图像有点不同。

于 2013-12-17T10:34:24.943 回答
1

您可以使用 Modisco 的发现器插件生成 XMI​​ 文件,然后将其导入Neo4JOrientDB等图形数据库。这并不难,只需解析 XMI 并使用 codeRelation 和 ActionRelation 部分作为图形模型的边。

于 2015-03-04T14:18:50.553 回答