romainguy / kotlin-explorer

Desktop tool to quickly explore disassembled Kotlin code.
Apache License 2.0
732 stars 20 forks source link

Add Line Numbers to Dex Dump #19

Closed alonalbert closed 2 months ago

alonalbert commented 2 months ago

I rewrote the DexDump parsing into a dedicated class.

I changed the implementation to be (IMO) less brittle and more readable.

romainguy commented 2 months ago

Thanks for the updates! One last issue, there are still 2 empty lines between methods in the dump instead of 1.