codeql/java/kotlin-explorer
Tamas Vajk e9b249855b Add gitignore to kotlin-explorer 2022-05-10 18:46:02 +01:00
..
src/main/kotlin Kotlin: Add explorer 2022-05-10 18:45:59 +01:00
.gitignore Add gitignore to kotlin-explorer 2022-05-10 18:46:02 +01:00
README Kotlin: Add explorer 2022-05-10 18:45:59 +01:00
build.gradle Kotlin: Add explorer 2022-05-10 18:45:59 +01:00
gradle.properties Kotlin: Add explorer 2022-05-10 18:45:59 +01:00
settings.gradle Kotlin: Add explorer 2022-05-10 18:45:59 +01:00

README

This shows what is encoded in the kotlin.Metadata section shown in the
output of `javap -v SomeKotlinClass`.

It is not currently able to extract the information from .class files
itself; the values are hard coded in src/main/kotlin/Explorer.kt

Run `gradle run` in this directory to run it.