在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Despector/Despector开源软件地址(OpenSource Url):https://github.com/Despector/Despector开源编程语言(OpenSource Language):Java 100.0%开源软件介绍(OpenSource Introduction):DespectorA java / kotlin decompilation tool and AST library. The main goal of this library was to construct a complete Abstract Source Tree (AST) for a java class file including nodes for all instructions. It is built of top of ASM which has AST elements for methods but stops there and provides a simple opcode list. While not as useful for modifying source and reconstruction a java class file this fill AST is very useful for decompiling and for code analysis where you would like to search for patterns on a statement rather than an opcode level. For support and discussion see our Development/Support Chat on irc.esper.net in the #decompiler channel. KotlinAt this time the kotlin support is quite new and all features are not set supported and bugs in the output are to be expected. Usage as a Decompiler
IssuesThis decompiler is still under heavy development and issues will happen. If you encounter any incorrect output please open an issue in the Issue Tracker. At a minimum include the expected and encountered output. A compiled class demonstrating the issue would also be extemely helpful. Feature RequestsFeature requests are always welcome and can be made in the Issue Tracker with as much information as possible. Configuration fileHere is a sample configuration file. It is optional but allows you to control decompilation settings such as formatting. If you would like more settings open a feature request in the Issue Tracker. The configuration file uses the HOCON configuration format.
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论