Skip to content

MCDynamicExchanger 1.0 beta-6 (Only for remapping, comparing and decompiling)

Pre-release
Pre-release
Compare
Choose a tag to compare
@Nickid2018 Nickid2018 released this 17 Dec 14:16
· 58 commits to master since this release

In this version, I added some functions to get the code.
这个版本中,我加入了一些得到代码的操作。

Change Log/更新日志

  • Add comparing system/加入文件比较系统

    Now you can use the program to get differences between two versions/
    现在你可以通过这个程序得知两个版本之间的差异

    Usage/用法:

    compare <old_version> <new_version>

  • Add decompiling system/增加反编译系统

    Now you can get the decompile code using this/
    你现在可以通过这个程序获得反编译源码

    Warning: Need jd-core library! jd-core download page

    Usage/用法:

    decompile [-D] [--output <output>] <file>
    -D: Details/详细输出   --output: Output file/输出文件

  • Changed ASM library from 6.0_beta to 9.0/ASM库更新版本