Updated: Java Class Unpacker v0.7.1

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Lula
Junior Member
Junior Member
Posts: 5
Joined: 2009-11-27, 04:21 UTC
Contact:

Updated: Java Class Unpacker v0.7.1

Post by *Lula »

Version 0.6.0 released.

Changes:
- fixed: abstract classes and methods
- added constant pool
- implemented decompilation of tableswitch and lookupswitch
- file offsets and hexa bytes in code
- renamed file to JavaClassUnpacker.wcx

Download: I can't create links in the posts, please send me a message and I send you the link.

Cheers,

Lula

-----------------------------------------------------

I developed a new plugin for the amazing Total Commander. Using this plugin you can enter to class files as compressed files and see fields and methods as files.
Methods can be viewed using F3, the java bytecode is displayed as text.

I have no personal site, only a blog, so I uploaded to megaupload. I can not write a link in this forum yet, but you can ask me and I'll send you the plugin by mail.

Please feel free to send me bugs, comments or suggestions.

Enjoy! :D
Last edited by Lula on 2009-12-11, 02:45 UTC, edited 3 times in total.
Lula
User avatar
fenix_productions
Power Member
Power Member
Posts: 1979
Joined: 2005-08-07, 13:23 UTC
Location: Poland
Contact:

Post by *fenix_productions »

We'll test it later :)

In the meantime download link:
http://www.megaupload.com/?d=8BW30ZAD

2Lula
What about using SkyDrive instead of Megaupload?
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...

#128099
yeskky
Member
Member
Posts: 177
Joined: 2007-03-01, 05:32 UTC
Location: Jiang Su,China

Post by *yeskky »

I think a java class lister plugin would be more useful.
#222405 Single user licence
User avatar
nsp
Power Member
Power Member
Posts: 1917
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

yeskky wrote:I think a java class lister plugin would be more useful.
jad decompiler can do it for you !

See jad lister (totalcmd.pl)...
Lula
Junior Member
Junior Member
Posts: 5
Joined: 2009-11-27, 04:21 UTC
Contact:

Post by *Lula »

Hi all,

thanks for your replies. I will create an account in SkyDrive and upload all versions, it seems is easy to use. Thanks Fenix!

I agree about decompiling a class is more useful, but that depends on what do you need. I love to manipulate and analyze java bytecode and I can not check bytecode using a java decompiler, and javap.exe is very uncomfortable.

I hope some bytecode frikis can find this plugin useful.

Cheers,
Lula
Lula
Junior Member
Junior Member
Posts: 5
Joined: 2009-11-27, 04:21 UTC
Contact:

Java Class Unpacker v0.7.0 released

Post by *Lula »

Java Class Unpacker v0.7.0 released.
Plugin for Total Commander

Changes:
- fixed NEW opcode
- fixed error with classes containing many attribute types: SourceFile, ConstantValue, Exceptions, InnerClasses, Synthetic, LineNumberTable, LocalVariableTable, Deprecated,
- fixed native methods
+ added header.txt in class unpack containing class header info
- fixed locals and stack size in method unpack
- fixed integer, long, float and double in constant pool

Download: http://cid-511e6cc6d535b08d.skydrive.live.com/self.aspx/JavaClassUnpacker

Cheers,
Lula
Lula
Junior Member
Junior Member
Posts: 5
Joined: 2009-11-27, 04:21 UTC
Contact:

Java Class Unpacker v0.7.1 released.

Post by *Lula »

Java Class Unpacker v0.7.1 released.
Plugin for Total Commander

Changes:
* fixed LDC_W opcode
* fixed MULTIANEWARRAY opcode
* fixed GOTO_W opcode
* fixed NEWARRAY opcode
- refactoring
- implemented basic configuration
- fixed char type in constant pool

Download: http://cid-511e6cc6d535b08d.skydrive.live.com/self.aspx/JavaClassUnpacker

Cheers,
Lula
Post Reply