「CFR :: Class File Reader」

CFR,Java反编译器。使用Java语言开发。

安装程序

直接下载JAR文件
Homepage: http://www.benf.org/other/cfr
122 Download: http://www.benf.org/other/cfr/cfr_0_122.jar

目前暂未开源,无法使用源码编译

可执行程序文件

cfr-0.122.jar
主程序文件。用于反编译。

cfr wrapper

#!/bin/bash

script_path="$0"
script_realpath=$(test -L $script_path && readlink $script_path || echo $script_path)
dirname=$(dirname $script_realpath)
java -jar "$dirname/cfr.jar" $@

参考文献

Homepage: http://www.benf.org/other/cfr/