• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

borisf/classyshark-bytecode-viewer: Java/Kotlin compiled code viewer

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

borisf/classyshark-bytecode-viewer

开源软件地址(OpenSource Url):

https://github.com/borisf/classyshark-bytecode-viewer

开源编程语言(OpenSource Language):

Kotlin 91.6%

开源软件介绍(OpenSource Introduction):

Classyshark Bytecode Viewer

alt text

Download & Run

To run, grab the latest JAR and run java -jar classyshark-bytecode-viewer.jar. Optionally you can add a class file to open.

Why

Instantaneously understand and assess any Kotlin code.

How

The 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.

What

From every kotlin-compiler generated class file you will see 3 tabs:

  1. Equivalent Java code
  2. Equivalent Java bytecode
  3. Hex view

The (mind) flow will be as follows:

  1. From Kotlin code to Java code
  2. From Java code to Java bytecode (class format)
  3. From Java bytecode to hex view (raw binary format)

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:

  • Procyon- an open source Java decompiler.
  • ASM - the best Java bytecode reading library (used both by Kotlin and Android Studio).

This is not an official Google product.

License

Copyright 2017 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied. See the License for the specific language governing permissions and limitations under
the License.



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap