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

4.0.6搜索不到代码 #140

Closed
dream0407 opened this issue Jul 7, 2023 · 8 comments
Closed

4.0.6搜索不到代码 #140

dream0407 opened this issue Jul 7, 2023 · 8 comments

Comments

@dream0407
Copy link

代码里明明有,但是GDA Searching却搜索不到,之前的版本可以搜索到

@aaronkingdom
Copy link

同样问题, 搜索字符串异常, 打开代码查看有很多, 却搜索不到

@lies2020
Copy link

4.08同样,比如这个APP:
https://www.wandoujia.com/apps/5773183
我想搜索哪里引用了0x7f080047,却怎样都搜不到,实际上这个数字存在于:
com.wifi99.android.locationcheater.databinding.ContentMainBinding.bind(View)

@SeeFlowerX
Copy link

GDA应该是没有做这部分资源的解析,这种用MT管理器操作方便点

@charles2gan
Copy link
Owner

4.08同样,比如这个APP: https://www.wandoujia.com/apps/5773183 我想搜索哪里引用了0x7f080047,却怎样都搜不到,实际上这个数字存在于: com.wifi99.android.locationcheater.databinding.ContentMainBinding.bind(View)

GDA目前的全局搜索无法对整型数字进行,也不支持一次性地将所有类/方法反编译后作为字符串数据进行匹配。

@lies2020
Copy link

4.08同样,比如这个APP: https://www.wandoujia.com/apps/5773183 我想搜索哪里引用了0x7f080047,却怎样都搜不到,实际上这个数字存在于: com.wifi99.android.locationcheater.databinding.ContentMainBinding.bind(View)

GDA目前的全局搜索无法对整型数字进行,也不支持一次性地将所有类/方法反编译后作为字符串数据进行匹配。

个人认为反编译器搜索功能还是挺重要的,有助于快速定位代码,也希望GDA今后这方面能更完善强大,支持各类数据全局反编译搜索,同时支持资源的搜索

@charles2gan
Copy link
Owner

个人认为反编译器搜索功能还是挺重要的,有助于快速定位代码,也希望GDA今后这方面能更完善强大,支持各类数据全局反编译搜索,同时支持资源的搜索

感谢建议,后续考虑将你的建议纳入开发计划。

@Securee
Copy link

Securee commented Aug 8, 2023

搜索功能的确可以进一步增强,比如提供正则表达式的搜索。当然jadx-gui使用之后它的正则表达式的搜索也不是很准确。

@charles2gan
Copy link
Owner

搜索功能的确可以进一步增强,比如提供正则表达式的搜索。当然jadx-gui使用之后它的正则表达式的搜索也不是很准确。

GDA支持正则搜索,见:4.4节:https://github.com/charles2gan/GDA-android-reversing-Tool/wiki

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

No branches or pull requests

6 participants