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

导出 反编译结果的 AST #11

Open
magiclf-dec opened this issue Aug 31, 2024 · 0 comments
Open

导出 反编译结果的 AST #11

magiclf-dec opened this issue Aug 31, 2024 · 0 comments

Comments

@magiclf-dec
Copy link
Contributor

目前 jadx 内部好像是使用 Region 来表示 AST 结构

Image

可以根据 addMethodCode --> addInstructions 看看怎么处理方法指令.

像 IDA PRO 和 JEB 都支持通过插件访问、修改 AST 的方式,而且如果能够导出 AST ,可以很方便的对接其他工具,进行下一步分析。

@magiclf-dec magiclf-dec moved this to Todo in 项目计划 Aug 31, 2024
@magiclf-dec magiclf-dec changed the title 生成反编译结果的 AST 导出 反编译结果的 AST Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant