Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

有方法到入口的调用链路的查询范例么? #39

Closed
fangyuanrui opened this issue Mar 8, 2024 · 4 comments
Closed

有方法到入口的调用链路的查询范例么? #39

fangyuanrui opened this issue Mar 8, 2024 · 4 comments
Assignees

Comments

@fangyuanrui
Copy link

有方法到入口的调用链路的查询范例么?
看了解析的数据结构有点懵

@fangyuanrui
Copy link
Author

还有控制流程图的获取范例有吗

@zhouang777 zhouang777 assigned zhouang777 and yolalana and unassigned zhouang777 Apr 15, 2024
@zhouang777
Copy link
Collaborator

有的,我们整理下示例。

@ValKmjolnir ValKmjolnir self-assigned this Apr 30, 2024
@ValKmjolnir
Copy link
Collaborator

调用链路可以参考这个脚本 CallChain.gdl

pub fn specified_callable_signature(name: string) -> bool {
    // give specified callables' signatures here
    [
        {"com.alipay.demo.Main.test:void()"},
        {"xxx"},
        {"xxx"}
    ]
}

在上面这个方法里填上你需要搜索的接口签名,这个地方我给了一个样例签名。

@zhouang777
Copy link
Collaborator

CFG 问题在另一个issue中追踪 #48

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

No branches or pull requests

4 participants