Projects tagged ‘decompiler’


[10 total ]
1

Cecil.FlowAnalysis

 
Primary Language: C# Licensed as: MIT License

A flow analysis engine based on Mono.Cecil

Metrics updated 31 Aug 08

1

IronBabel

 
Primary Language: Python Licensed as: Common Development and Distribution License

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.

Metrics updated 05 Oct 08

1

PostSharp

 
Licensed as: GNU General Public License 3.0,GNU Lesser General Public License 3

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 attributes that really add new behaviors to your code.

1

CHM decompiler

 
Primary Language: C

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

Metrics updated 03 Oct 08

0

ParseTree

 
Primary Language: Ruby Licensed as: MIT License

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.

Metrics updated 06 Oct 08

0

de-mips

 
Licensed as: GNU Lesser General Public License 2.1

A simple MIPS decompiler written as student project during a semester of Computer Organization and Assembly Language. It is meant to give the students experience in version control, C#, and assembly language.

0

code-deco

 
Licensed as: New BSD License

decompiler with effort an opportunity building def/use links. written in ruby

0

Jdec: Java Decompiler

 

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 Exception Table details Localvariable information ... [More] Basic editor support in UI Syntax Highlighting Decompiler Filter support Basic support for the developer like: Compiling Java Program jdec @ sf.net [Less]

0

JODE

   
Primary Language: Java Licensed as: GNU General Public License 2.0

JODE is a java package containing a decompiler and an optimizer for Java. The decompiler reads in class files and produces something similar to the original java file. Of course this can't be perfect: There is no way to produce the comments or the ... [More] names of local variables (except when compiled with debuging) and there are often more ways to write the same thing. However, JODE does its job quite well, so you should give it a try. [Less]

Metrics updated about 22 hours ago

0

flash-decompiler

 
Licensed as: GNU Lesser General Public License 2.1

Ludicast is starting here a project for decompiling flash documents. We have 4 milestones: The generation of ASDocs based on filtered categories. The decompilation of SWFs previous to Flash 9. The decompilation of Flash 9 SWFs. This will include ... [More] a parser for the abc intermediate bytecode language. An obfuscator based on the previous steps. Basically, since every swf in the wild is decompilable (Adobe: this means Buzzword & Photoshop Express), and Intellectual Property is the lifeblood of most startups, we are doing this project to help the Flash community, not hurt it. One key aspect of this project is that it is written as a Flex/AIR project, making it easy for those who benefit from it to contribute. We feel that the sooner we have a working decompiler released, the sooner we will be able to provide a working obfuscator. Plus a working decompiler will alert developers of the risks inherent in publishing their SWFs prematurely. This will allow them to better gameplan their release schedule. Any questions, feel free to email Nate Kidwell. Some obvious projects we are drawing inspiration and sources from are: swfassist, tamarin, hurlant's decompiler. If anybody knows of any other relevant projects, let us know. Feel free to use this decompiler in any of your projects. If you want to contribute, there are three key ways: Pick a tag in the tags directory and start coding. Each tag describes a bit of flash functionality, such as actionscript, font infomation, embedded images and so forth. Something probably matches with your skillset Instrument the embedded webkit webbrowser to have a swfcatcher-like interface making it easier to capture swfs with a single click. This would require a bit of javascript magic. Research other projects such as swfassist for code that can be used. [Less]