在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):borisf/classyshark-bytecode-viewer开源软件地址(OpenSource Url):https://github.com/borisf/classyshark-bytecode-viewer开源编程语言(OpenSource Language):Kotlin 91.6%开源软件介绍(OpenSource Introduction):Classyshark Bytecode ViewerDownload & RunTo run, grab the latest JAR
and run WhyInstantaneously understand and assess any Kotlin code. HowThe most accurate and measurable way is to look at Kotlin generated executable (.class) files, the same files that both JVM and Android DX tool see. WhatFrom every kotlin-compiler generated class file you will see 3 tabs:
The (mind) flow will be as follows:
Here is the tricky part, instead of doing source to source translation from Kotlin to Java, it is better (faster and accurate) to decompile Kotlin generated class file right into Java. To support the above the we use the following 2 libraries:
This is not an official Google product. License
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论