Projects tagged ‘decompiler’


[32 total ]

25 Users
   

ASM is a Java bytecode manipulation framework. It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e. ... [More] , just before they are loaded into the Java Virtual Machine. ASM offers similar functionalities as BCEL or SERP, but is much smaller (33KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is of the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). Indeed ASM was designed to be used in a dynamic way* and was therefore designed and implemented to be as small and as fast as possible. [Less]
Created over 3 years ago.

3 Users

PostSharp Core is a platform for post-compilation enhancement of .NET assemblies. PostSharp Laos is an Aspect-Oriented Programming (AOP) famework the .NET. Using PostSharp Laos, you can design custom ... [More] attributes that really add new behaviors to your code. [Less]
Created over 3 years ago.

3 Users
 

ParseTree is a C extension (using RubyInline) that extracts the parse tree for an entire class or a specific method and returns it as a s-expression (aka sexp) using ruby's arrays, strings, symbols, and integers.
Created about 1 year ago.

2 Users

A flow analysis engine based on Mono.Cecil
Created over 2 years ago.

1 Users
 

The following are main features of jdec: Decompilation of class file/jar file Disassembling of java class file providing detailed info about bytecode generated by javac Constant Pool information ... [More] Exception Table details Localvariable information Basic editor support in UI Syntax Highlighting Decompiler Filter support Basic support for the developer like: Compiling Java Program jdec @ sf.net [Less]
Created over 3 years ago.

1 Users

chmdeco is a program that converts the internal files of CHM files back into the hhp, hhc, hhk etc used to compile the documentation.
Created over 3 years ago.

1 Users

Java Developers Toolbox contains various java tools and utilities I have created over the years to aid in variety of development tasks. Java WebstartStable Trunk Why should I use the Java ... [More] Toolbox?If you've run into any of the following situations, you may find the Java Toolbox useful. You've got a gazillion jar files and you need to find which jar contains a single class file (or duplicates) You want to decompile class files from 3rd party jar files Your project uses a gazillion jar files and you want to easily visualize the jar dependencies in a graph You just downloaded an opensource project (java, c++, c) and you want some quick stats on how large the code base is and the ratio of comments to code to whitespace All sorts of text formatting goodies - java, xml, sql, quoting, line numbers, etc You want to spy on socket communications between your web browser and a http server Tons more... Screenshot [Less]
Created about 1 year ago.

1 Users

IronBabel is a universal emulation platform; that is, IronBabel is intended to run anywhere and run anything. To achieve this, IronBabel is implemented using .NET technology, primarily Nemerle.
Created about 1 year ago.

0 Users

Sourceless Java Decompiler plug-in for Netbeans (6.5 +)
Created 4 months ago.

0 Users

A decompiler for generating groovy source code from class files.
Created about 1 year ago.