|
As the name suggests, this is a Java class file reader. Similar to the javap utility in JDK. The advantage of this over javap is the GUI interface and the facility for editing the class file. That means you can open a class file, edit strings, attributes and in theory anything, as long as you know what you're doing. Apart from that, this is a great tool to understand the class file structure. Unlike javap, ClassEditor does not attempt to reconstruct the source. It shows the class file in exactly the same format as it is in, but in a more understandable way. This utility has been developed using Microsoft WFC classes because they're faster than JFC on Windows.
Download
NOW
|
back next Pages:
12071 ,
12072 ,
12073 ,
12074 ,
12075 ,
12076 ,
12077 ,
12078 ,
12079 ,
12080 ,
12081 ,
12082 ,
12083 ,
12084 ,
12085
|
VVVVVV
|