Friday, August 7, 2009

Dedexer annotation support

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.

Java(-like) guessing would be really helpful

Gabor Paller said...

"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.