charles2gan / GDA-android-reversing-Tool

the fastest and most powerful android decompiler(native tool working without Java VM) for the APK, DEX, ODEX, OAT, JAR, AAR, and CLASS file. which supports malicious behavior detection, privacy leaking detection, vulnerability detection, path solving, packer identification, variable tracking, deobfuscation, python&java scripts, device memory extraction, data decryption, and encryption, etc.
https://twitter.com/charles_gan1
Apache License 2.0
4.21k stars 526 forks source link

interface反编译错误 #142

Closed RandLily closed 1 year ago

RandLily commented 1 year ago

JADX正常 image GDA反编译错误,但smali看起来是有的 image smali image

charles2gan commented 1 year ago

谢谢反馈,提供下样本方便我快速定位问题,dex/apk皆可

charles2gan commented 1 year ago

你问题和这个问题可能是同一个问题。 https://github.com/charles2gan/GDA-android-reversing-Tool/issues/93

RandLily commented 1 year ago

classes3.zip 自己写了一个,debug编译出来就能复现,看起来确实是default处理时的问题

charles2gan commented 1 year ago

classes3.zip 自己写了一个,debug编译出来就能复现,看起来确实是default处理时的问题

感谢,此问题已修复,请关注下个版本。