AlexeySoshin / smali2java

Recreate Java code from Smali
486 stars 84 forks source link

Support transient keyword #16

Closed sandermvanvliet closed 4 years ago

sandermvanvliet commented 4 years ago

I think this resolves #14 but not sure given that I don't have the input for that.

However I saw similar errors popping up processing some smali files and found that the parser did not handle the volatile keyword.

AlexeySoshin commented 4 years ago

Thank you!