-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
smali code does not include inner classes of inner classes #848
Comments
This is not a search problem. The code of the inner class you are searching is just not included in the smali code. The reason is that the SdkHandler class has inner classes that have inner classes that have inner classes... And currently only the first level of inner classes is included in the smali dump. I will prepare a pull request that changes this behavior. |
@jpstotz thanks! I have merged PR. |
@skylot Right, the lambda classes are also displayed inline. But generating this class list seems to be a little tricky as the outer ´ClassNode´ is not accessible where the actual inlining happens in |
the lastest unstable jadx(v1.1.0-b1234-c24a3edb)
apk链接:https://drive.google.com/open?id=1Ij0MNPby7Jnd1vnvvjvWXE1MRmttdaXm
class name:
flutter.rhes.top.flutterpluginrdsdk9.SdkHandler
Search for
success
in javaSearch for
success
in smaliThe text was updated successfully, but these errors were encountered: