Just a short post for those few who do Dalvik bytecode analysis: dedexer has now full annotation support! For example it now decompiles "throws" and inner class annotation, along with custom annotations. Go for 1.5 release to get it.
2 comments:
Anonymous
said...
Beautiful!
Really enjoying - and actually using in action - the dedexer.
This blog is a personal diary about my adventures with the Google Android platform. I write it in the hope that others may find my experiences useful but please, beware. The blog is created as I gain experience about the platform myself so errors, omissions, etc. may be found in the entries.
2 comments:
Beautiful!
Really enjoying - and actually using in action - the dedexer.
Java(-like) guessing would be really helpful
"Java(-like) guessing would be really helpful"
That's far ahead. :-)
The next step is proper handling of invoke-quick instruction. It is not easy, will take some time.
Post a Comment