Skip to content

Releases: romainguy/kotlin-explorer

v1.4.4

18 Jun 17:41
Compare
Choose a tag to compare

What's Changed

  • Add release workflow by @Goooler in #60
  • Added ability to set custom R8 rules from the settings dialog
  • Added syntax highlighting for more registers in the arm64 disassembly

Full Changelog: v1.4.3...v1.4.4

v1.4.3

12 Jun 17:55
2ec3a87
Compare
Choose a tag to compare
  • Fixed a bug in function calls resolution

v1.4.2

07 Jun 20:09
Compare
Choose a tag to compare
  • Fix call references when they come from inlining
  • Branch counts now show the number of branches before and after the function return instruction

v1.4.1

07 Jun 03:56
Compare
Choose a tag to compare
  • Fix presentation mode. The fonts used for instruction addresses, instruction count, and branch count were not properly increased

v1.4.0

07 Jun 01:43
Compare
Choose a tag to compare
  • When clicking a dex or oat instruction, all occurrences of that instruction are highlighted
  • When clicking a register label in the oat disassembly, all occurrences of that register are highlighted
  • Enabled identifiers highlighting in the Kotlin source code panel
  • Performance improvements

v1.3.1

05 Jun 17:32
f714b0f
Compare
Choose a tag to compare
  • If the source Kotlin code used a package name, the compiled code was not properly purged from disk, leading to misleading disassemblies showing older code in certain situations

v1.3.0

04 Jun 00:39
Compare
Choose a tag to compare
  • Added File > Save to save the current source code
  • Added new setting to skip the decompilation/disassembly of hidden instruction sets. For instance, when the setting is disabled and the bytecode panel isn't showing, bytecode disassembly will be skipped. This helps speed up the process, especially when looking at a single ISA.

v.1.2.4

31 May 03:12
Compare
Choose a tag to compare
  • Float types were not decoded properly in the method signatures of the DEX disassembly

v1.2.3

29 May 03:11
Compare
Choose a tag to compare
  • Updated to Kotlin 2.0 and Compose Multiplatform 1.6.10

v1.2.2

17 May 23:41
Compare
Choose a tag to compare
  • Added app icon