发新话题
打印

java字节码反编译软件

java字节码反编译软件

reJ
The reJ project aims to allow improved visibility into Java class files, whether they were created compiling from Java sources, another language or by any other kind of tool. Basically anything that will run in a Java Virtual Machine.
reJ is a library and a graphical tool for inspection (viewing, searching and comparing) and manipulation (modification, obfuscation, refactoring of methods, fields, attributes and code) of classfiles for the Java platform.
http://rejava.sourceforge.net/



rejava


附件:

[ 本帖最后由 黄富强 于 2008-4-27 19:57 编辑 ]

TOP

javap。。。
最近在作一个mini jvm不知道会不会有用,,,反正收了。。。谢!

TOP

java编译后的可执行文件 可以通过一种软件进行反编译 但那个软件叫什么我忘记了...
开源:人之所需,时之所趋,共进之模式!
http://mathbox.lupaworld.com

TOP

jar(zip)----class----java
xjad这类TOOLS很多for LINUX & Non-linux

[ 本帖最后由 黄富强 于 2008-4-28 11:17 编辑 ]

TOP

上大学时,有一位老师教我们怎样去破解密码,感觉真是太爽了,太牛了,但是,我也忘记了他用的是什么软件,好像跟汇编有关的

TOP

反汇编软件
.....
开源:人之所需,时之所趋,共进之模式!
http://mathbox.lupaworld.com

TOP

引用:
原帖由 mathbox 于 2008-4-28 09:26 发表
java编译后的可执行文件 可以通过一种软件进行反编译 但那个软件叫什么我忘记了...
小颖 反编译工具  

五年前就在用了
全力支持LUPA

TOP

我经常使用的是yingjad  这个软件不错 推荐大家试试

TOP

FrontEnd 也很不错阿

TOP

发新话题