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

最新版反编译bug #103

Open
bhwxha opened this issue Jul 7, 2022 · 13 comments
Open

最新版反编译bug #103

bhwxha opened this issue Jul 7, 2022 · 13 comments
Labels

Comments

@bhwxha
Copy link

bhwxha commented Jul 7, 2022

链接:https://drive.google.com/file/d/1_LvHtYY4MnBa3zBZ-WbXJ6gsQi7SeysM/view?usp=sharing

方法:com.qq.e.comm.plugin.a.d.a(JSONObject jSONObject, c cVar)

image

只对p1.c()进行getBytes

但实际上是对前面所有字符串进行getBytes
image

@charles2gan
Copy link
Owner

谢谢,已经加入修复列表。

@charles2gan charles2gan added the bug label Jul 8, 2022
@bhwxha
Copy link
Author

bhwxha commented Jul 14, 2022

@charles2gan 新的2个bug

链接:https://drive.google.com/file/d/13OflkLZUEUXDYqxwujTVCwqEuLy2IRZW/view?usp=sharing

方法:a.a.a.a$c.run()

image

image

方法:a.a.a.a.a(byte[] content)

image

image

@charles2gan
Copy link
Owner

ok, 感谢反馈!

@charles2gan
Copy link
Owner

你提供的链接:https://drive.google.com/file/d/1_LvHtYY4MnBa3zBZ-WbXJ6gsQi7SeysM/view?usp=sharing 里没有方法:com.qq.e.comm.plugin.a.d.a(JSONObject jSONObject, c cVar)。
你确认一下是否传错了文件。

@bhwxha
Copy link
Author

bhwxha commented Jul 20, 2022

@charles2gan 我把链接文件又下载下来看了一下,没错,有这个方法
你再检查一下,看看能否找到?

image

@charles2gan
Copy link
Owner

重新下了你的APK,有了

@bhwxha
Copy link
Author

bhwxha commented Jul 29, 2022

@charles2gan 新的bug:
链接:https://drive.google.com/file/d/1wBXoLXEbEHpTmLhojIm9EuptBTV1nDJZ/view?usp=sharing
方法:com.kanxue.cipher7test.MainActivity$1.onClick(android.view.View) : void

image
image

GDA是优秀的反编译器,但最近的伪代码bug有些多,无奈,能否检查优化这块的代码?

@charles2gan
Copy link
Owner

收到,回头我看看,下个版本修复。

@bhwxha
Copy link
Author

bhwxha commented Sep 4, 2022

@charles2gan 新的bug:
链接:https://drive.google.com/file/d/10Pp4i9sHThylR5JNSpK6MRPXNLBa-VKb/view?usp=sharing
方法:com.meituan.android.common.datacollection.DataProcessor.collectData(android.content.Context) : byte[]

image

image

@charles2gan
Copy link
Owner

感谢反馈,已经加入修复列表。

@bhwxha
Copy link
Author

bhwxha commented Jan 17, 2023

@charles2gan GDA4.04 bug:

链接:https://drive.google.com/file/d/1uLQ83wUG9V4LZrihEZ3jVVznefuDZeYZ/view?usp=share_link
方法:formatFa.comic.FAppProtect.onCreate

根据smali,应该是和-1进行比较,此外,代码块里面的数字也许用10进制,会比较清晰?用this.id而不是i.id,会比较清晰?

image

image

@bhwxha
Copy link
Author

bhwxha commented Mar 1, 2023

@charles2gan gda 4.04 bug
app:https://drive.google.com/file/d/1w3ZTTSDu54qrSfao7KfDlmffId3MKTWO/view?usp=share_link

method:com.meituan.android.common.mtguard.wtscore.plugin.sign.core.a.a(android.content.Context, java.net.URI, boolean, byte[], java.lang.String, java.lang.String, java.util.Map, java.lang.String, java.util.Map) : java.net.URI

v9应该是个类实例,但是gda的伪代码缺失了它的初始化

jeb
image

gda
image

@bhwxha
Copy link
Author

bhwxha commented Mar 1, 2023

@charles2gan gda 4.04 bug
app:https://drive.google.com/file/d/1w3ZTTSDu54qrSfao7KfDlmffId3MKTWO/view?usp=share_link
method:com.meituan.android.common.mtguard.wtscore.plugin.sign.core.d.a(java.util.List, java.lang.String) : void

gda
gda bug 美团 58e965873808a49c10301dfd631cb04e

jadx
image

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

No branches or pull requests

2 participants