romainguy / kotlin-explorer

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

Support Jump Indicators on OAT View #26

Closed alonalbert closed 2 months ago

alonalbert commented 2 months ago

Notes:

alonalbert commented 2 months ago

Yeah, we should have something like:

sealed CodetextViewContent {
    class CodeContent(classes: List<CodeClass>): CodetextViewContent
    class ErrorContent(error: String) : CodetextViewContent
}
alonalbert commented 2 months ago

Can you share an example of a OAT jump that needs to be computed?

I'm not sure I understand.