Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix for issue #848 - additionally show smali code of all inner classes (recursively) #849

Merged
merged 1 commit into from
Feb 10, 2020

Conversation

jpstotz
Copy link
Collaborator

@jpstotz jpstotz commented Feb 10, 2020

With this PR request the smali code generation is changed to consider no only inner classes but also all inner classes of inner classes down to an unlimited recursion level.

Therefore applying this PR fixes #848.

@skylot skylot merged commit bd0d248 into skylot:master Feb 10, 2020
@jpstotz jpstotz deleted the smali_innercls branch February 11, 2020 19:15
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

smali code does not include inner classes of inner classes
2 participants