Decompiler - CompWisdom
About us  |  Why use us?  |  Press  |  Contact us

 

Topic: Decompiler



  
 Decompiler - Wikipedia, the free encyclopedia
A decompiler is a computer program that translates executable programs (the output from a compiler) into an equivalent (relatively) high level language (source code).
Dis# -.NET decompiler which allows you to edit local variables and other names in the decompiled code and keep the changes in a project file.
It can be used for the recovery of lost source code, and is also useful in some cases for computer security, interoperability, error correction, and more (see "Why Decompilation").
http://en.wikipedia.org/wiki/Decompiler   (416 words)

  
 Decompilation of Binary Programs - dcc
Decompilation is a process that involves the use of tools to load the binary program into memory, parse or disassemble such a program, and decompile or analyze the program to generate a high-level language program.
The dcc decompiler was developed by Cristina Cifuentes while a PhD student at the Queensland University of Technology (QUT), Australia, 1991-4, under the supervision of Professor John Gough.
The universal decompiling machine is a language and machine independent module that analyzes the low-level intermediate code and transforms it into a high-level representation available in any high-level language, and analyzes the structure of the control flow graph(s) and transform them into graphs that make use of high-level control structures.
http://www.itee.uq.edu.au/~cristina/dcc.html   (1604 words)

  
 Decompiler FAQ
Any differences between the decompiled sources is the differences that need to be added or subtracted to/from the proposed source to make the proposed source file match the original source file.
Because so many developers are using so many different versions of DataFlex, it's inconvenient for developers to purchase multiple decompiler versions just to be able to be able to decompile all of the programs for their projects.
If a decompiler bug is discovered, recent projects will be redecompiled (at no charge) to see if any of the programs from those projects were affected by the bug.
http://www.decompile.com/dataflex/decompiler/decompiler_faq.htm   (1339 words)

  
 REC Decompiler Home Page
Decompiling optimized is more difficult because the decompiler must "de-optimize" the input file.
Decompilers, along with other tools like debuggers, binary editors, disassemblers etc. should only be used when the owner of a program has the legal right to reverse engineer the program.
The optimization page describes some of the techniques used by compilers to optimize machine level code.
http://www.backerstreet.com/rec/rec.htm   (904 words)

  
 DJ Java Decompiler
DJ Java Decompiler is able to decompile complex Java applets and binaries, producing accurate source code.
You can decompile or disassembler a CLASS files on your computer hard disk or on a network drive that you have a connection to (you must have a full access rights or just change the default output directory for.jad files).
DJ Java Decompiler 3.7.7.81 is a freeware software.
http://members.fortunecity.com/neshkov/dj.html   (1701 words)

  
 protect from decompiler
If the reward of decompiling an swf is millions of dolloars, I surely would like to take years to read it byte by byte.
If ASV can only decompile the script into byte codes, then it is useless to most thief.
While decompiler usually chop the chain of byte codes into meaningful pieces.
http://ericlin2.tripod.com/mis/protect.html   (2338 words)

  
 Boomerang Decompiler
However, a general decompiler does not attempt to reverse every action of the decompiler, rather it transforms the input program repeatedly until the result is high level source code.
A decompiler takes as input an executable file, and attempts to create a high level, compilable, possibly even maintainable source file that does the same thing.
This project is an attempt to develop a real decompiler for machine code programs through the open source community.
http://boomerang.sourceforge.net   (1811 words)

  
 Decompiler Technologies
As no binary decompiler can ever handle all programs, due to simple fundamental laws, we might not be able to recover your source back exactly the way it was.
If your program does not decompile to your satisfaction, we can improve the process so that your program comes out better at the rate of $30 an hour.
You might have lost your source code in a hard disk failure, or misplaced it, or an employee left and took the source code with them.
http://www.decompiler.org/decfaq.htm   (897 words)

  
 WDVL: Sothink SWF Decompiler MX 2002 Pro
Decompiler will also scan a users internet cache to pick out Flash movies.
Sothink SWF Decompiler MX 2002 Pro is a program that can make that learning curve a lot easier to follow.
That is because Decompiler can capture, parse, and decompile Flash movies that users see on the internet.
http://wdvl.internet.com/Reviews/Graphics/Sothink   (543 words)

  
 Dis# - .NET decompiler
The typical problem with decompilation is the absence of full source information in the executable file.
In some cases you have to view raw code (before high level decompilation algorithms processing).
You can edit the names and keep the changes in a project file.
http://www.netdecompiler.com   (415 words)

  
 Chm Decompiler - Batch convert CHM files/ebooks to html files easily. Try ChmDecompiler now.
Unregistered version of ChmDecompiler can only extract files of the source files one by one, if user uses 'extract all from.CHM', there will be some warning string at the end of the extracted file (that is to say, if the file is a.exe, it will not work properly).
Extract a/any files from a chm file or chm ebook.
Extract all source files from a Chm file or ebook, then you can edit and recompile those source files, that's all.
http://www.zipghost.com/chmdecompiler.html   (583 words)

  
 Integrate the Jad Decompiler Plug-in into Eclipse
Finally, download the Spring Framework (Spring 1.1.2 was the latest version at the time of this article) and unzip the download to your computer.
Additionally, you can also set the output directory for decompiled files as well (see Figure 1).
Add your JAD_HOME directory to your PATH environment variable.
http://www.devx.com/Java/Article/22657?trk=DXRSS_LATEST   (340 words)

  
 DisC - Decompiler for TurboC
The vision i had in the beginning was to write an intelligent (yes, i mean it) program which would analyze the flow of control of the input program, thereby understanding how it works, and to generate equivalent C code for this flow of control.
So when you do a decompilation of the executable, the output is will not contain any loops or if constructs, but simple "goto..."s.
From a user's perspective, you tell the software which executable (only.EXE file which run on DOS can be given!) to decompile and it would do the rest.
http://www.debugmode.com/dcompile/disc.htm   (1488 words)

  
 Decompiler Technologies - Homepage
We've been having problems even processing some source files due to the immense complexity of VB's generated assembly language, and if there are even 2 functions in your program that have errors in the decompilation process, then the rest of the code is also useless.
All If/Else blocks, loops, and structure of the program, external library calls, all VB functions, etc. With the rewrite, we're hoping for recompilability, which is why the rewrite is taking so long.
We have now figured out enough about the VB5 EXE file format to find all the information needed to decompile it.
http://www.decompiler.org   (722 words)

  
 Home Page of Jad - the fast Java decompiler
In those rare cases when Jad is unable to fully decompile constructs like labeled blocks with breaks or nested loops with inter-loop break/continue statements it generates the source with labels and goto statements which reflects program's control flow and displays the message "Couldn't fully decompile method ".
FrontEnd Plus is a graphical decompiler for Windows 9x/NT that uses the command-line version of Jad as its decompiling engine.
Q6: Jad fails to decompile my class file, it spits out a bunch of gotos and JVM instructions.
http://www.kpdus.com/jad.html   (2012 words)

  
 Decompile SWF-Sothink SWF Decompiler-SWF to FLA converter
By using the Font Shape vector information from the SWF, Sothink SWF Decompiler can convert all found letters to shapes and save them in Library so that the static text will be composed of many movie clips of shapes, which looks the same as the original movie.
With your program, we could complete a very important project, without the decompiler, the files would have been lost...
SWF Decompiler can view not only the swf files but also the stand-alone Flash movies which have been packaged to exe files.
http://www.sothink.com/flashdecompiler/features.htm   (615 words)

  
 Java Decompiler HOW-TO
This documents gives a list of decompilers which can reverse engineer the Java class files and generate the Java source code files.
Some vendors do not ship the source code for java class files, in which case you use the java decompiler to look at the source code.
Java de-compiler is very useful especially if you have *.class files and you do not have access to the source code.
http://www.faqs.org/docs/Linux-HOWTO/Java-Decompiler-HOWTO.html   (1272 words)

  
 Decompiler Round-Up, Regenerating Your Code @ .NET DEVELOPER'S JOURNAL
It had trouble decompiling some examples and it was a bit buggy, but it features enough options to toggle to always get an obfuscated release.
Jungle Creatures built-in obfuscator was a bit disappointing at first, mainly because it takes an assembly and decompiles it into obfuscated source code.
Trying to track down a bug in decompiled source code that you didn't write will end up costing you even more than Salamander with the obfuscator.
http://dotnet.sys-con.com/read/45917.htm   (2268 words)

  
 Mobilefish.com - A tutorial about Jad, a java decompiler. Installing Jad 1.5.8e. Includes examples.
Jad decompiles all.class files located in all subdirectories of "bin" and creates output files in subdirectories of "src" according to package names of classes.
It is free for non-commercial use, but since the version 1.5.6 it's no longer free for commercial use in other software products.
An overview of these options can be found in the table below.
http://www.mobilefish.com/developer/jad/jad.html   (402 words)

  
 REVEAL.ORG - First Online Java Class Decompiler and Obfuscator
The second direction for investigation is incremental on-demand decompilation in which (sub-)classes on certain level in the class hierarchy are only decompiled when they are required, thus may reduce some computation time.
Besides, due to the "black magic" of the various Java decompilation techniques available in the hackers' community for self-satisfaction, most people may think that reverse engineering in Java simply means a collection of the Java hackers' decompilation techniques.
Similar to many of these class decompilers, our IDE tool is based on the popular Mocha engine and the 1.1 extension (Jasmine).
http://www.jreveal.org/paper.html   (1973 words)

  
 uncc: C decompiler - Home Page
The uncc engine takes an assembly source file as input and, through a series of recognition algorithms and expression composition, it outputs a comparable C program out of it.
The structure of uncc is often extended/modified so that new features can be added or the existing ones can be adapted to new decompilation algorithms.
The next features to be implemented will be:
http://www1.autistici.org/uncc   (124 words)

  
 VQ CHM Decompiler
A 565 page chm file was decompiled in 34 seconds on a 1.80 GHz 512 MB Ram computer.
With one click, the VQ CHM Decompiler extracts the topics, contents file, index file, window definitions, compiler options, map and alias sections, and, above and beyond most decompilers, creates the HTML Help Project File.
You have the complete source to create the help file.
http://www.helpprofessor.com/vq_chm_decompiler.html   (226 words)

  
 NavExpress DJ Java Decompiler
NavExpress DJ Java Decompiler is a Windows 95/98/Me/NT/ 2000/XP decompiler and disassembler for Java that reconstructs the original source code from the compiled binary CLASS files (for example Java applets).
With NavExpress DJ Java Decompiler you can decompile java CLASS files and save it in text or other format.
Makes it easy to peek into Java classes and learn from the source.
http://dj.navexpress.com   (147 words)

  
 Open Directory - Computers: Programming: Languages: Java: Development Tools: Translators: Decompilers and Disassemblers
JADO (Java Decompiler And Obfuscator) - A decompiler for Java which is platform independent and has options to obfuscate the class file also.
JODE (Java Optimize and Decompile Environment) - Java decompiler with full source code.
SourceAgain - Java Decompiler for Win95/NT, Unix, web-based trial version from Ahpah Software.
http://dmoz.org/Computers/Programming/Languages/Java/Development_Tools/Translators/Decompilers_and_Disassemblers   (274 words)

  
 Jungle Creatures, Inc. - .NET Decompiler, Obfuscator Tools (C#, C++, VB.NET, IL, MSIL)
This enables you to round-trip your assemblies by opening the generated project file in VS2005 and recompiling the decompiled sources to a newly compiled version of your assembly.
Inline decompilation and support for saving your open assembly configuration in the class browser will be available soon.
The latest build of Decompiler.NET 1.3.1.13334 adds additional optimizations for variable assignment sequences that fix issues with opening Windows Forms compiled with VB.NET in the Windows Forms Designer.
http://www.junglecreatures.com   (1049 words)

  
 [No title]
When I wrote the original decompiler I didn't understand how tokens worked, and assumed 0x01000001 would always be System.Object.
The second option limits runtime expandability, but considering a decoded instruction stream isn't _all_ that useful without writing the metadata libraries for it (especially if you want to decompile it) that might not be a practical limitation.
I have a byte code format now for Java and MSIL (which I mainly wrote half a year ago while being bored out of my mind at a Chicago.NET User Group meeting...).
http://www.saurik.com/net/exemplar   (5377 words)

  
 REVIEW: Remotesoft Explorer, Decompiler, Obfuscator and Protector
Protector is extremely easy to use through a command-line utility that simply takes.exe or.dll files as input and transforms them into the new format.
Now having said this, it should be obvious that most developers would prefer a DECOMPILER, not a disassembler, since there is very little interest from high-level language developers in learning IL.
With this tool, you are assured that no one will be able to steal your source code.
http://www.eggheadcafe.com/articles/20021213.asp   (1096 words)

  
 MacUpdate: Gordon Flash Decompiler Reviews
So, *anybody* can decompile a swf file with a bit of knowledge and time (eg, the developer of Gordon).
As if I would have guessed that any of these stories about people losing their.fla files and decompiling the.swf to extract their code were true!
All we will ask you to do, is send the file not converted correctly to support@futurecandy.com.
http://www.macupdate.com/reviews.php?id=11541   (1978 words)

  
 Welcome to 9rays.net!
Decompiler that decompiles/disassembles.Net assemblies from MSIL (MS Intermediate Language) binary format to well-formed and optimized source code (6 languages: MSIL, C#, VB.NET, Delphi.Net J# and managed C++).
Whole assembly decompilation with resources and assembly information extraction is possible.
Spices.Decompiler can generate code for displaying in the Spices.Net syntaxhighlihted editor or output to files (with classes separation to namespaces or class names).
http://www.9rays.net/cgi-bin/components.cgi?act=2&cid=107   (276 words)

  
 Program Transformation Wiki / Decompiler Technologies
The company is willing to attempt decompilation of other computer languages as well.
The web page claims that arrays are handled correctly now, so it seems that they have at least some type analysis.
Decompilation of forms can be done with many programs such as VBRezq, but no other known program can currently decompile Visual Basic 6's natively compiled code.
http://www.program-transformation.org/Transform/DecompilerTechnologies   (251 words)

  
 VBForums - VB6- Semi VB Decompiler
Half way to my goal with my VB 1/2/3 binary form to text converter is almost complete, you can make these things a lot faster after the first time around.
The other thing I want to add is full support for VB 2/3 decompiling.
Been busy rewriting and adding new features all the time.
http://www.vbforums.com/showthread.php?t=303457   (484 words)

  
 nowrap.de - Flare
The main purpose of decompiler is to help you recover your own lost source code.
In decompiled text file all frames, events and classes are shown together.
However, there are other uses, like finding out how a component works, or trying to understand poorly documented interface.
http://www.nowrap.de/flare.html   (1021 words)

  
 Ahpah Software Inc. Products
Unlike previous attempts at decompilation technology, SourceAgain is able to correctly analyze and decompile even the most complex Java control flow, producing correct, re-compilable Java almost every time.
SourceAgain is the world's leading decompiler for Java class files.
SourceAgain PC Personal plus an integrated decompilation tool for most popular Java development environments
http://www.ahpah.com/product.html   (120 words)

  
 SWF to FLA Converter, SWF Decompiler, Flash SWF Extractor :: Decompile SWF
You can decompile Flash projector files in the same easy and fast way as common.SWF files.
Get the full-featured version of Flash Decompiler now and retrieve all data from SWF files at an instant whenever you need to!
We constantly provide software market with most wanted solutions, which contribute to the growth of businesses and individuals.
http://www.decompiler-swf.com   (995 words)

  
 Flash SWF Decompiler free download Decompile any Flash movie, convert it to FLA or save SWF resources - from sounds and ...
You can decompile Flash projector files in the same easy way as common SWF files.
Find all software similar on Flash SWF Decompiler 2.0
Decode ActionScripts and view them in different formats with a top-notch solution from Eltima.com.
http://3d2f.com/programs/32-783-flash-swf-decompiler-download.shtml   (2016 words)

  
 Mocha, the Java Decompiler
Homebrew Decompiler is a new Java decompiler under development.
JavaWorld published a review comparing Mocha to two other Java decompilers, DejaVu and WingDis.
Disassemblers and decompilers for other languages have been available for years, and have many legitimate uses.
http://www.brouhaha.com/~eric/software/mocha   (580 words)

  
 ABC-Dir: Decompiler
A decompiler for Java which is platform independent and has options to obfuscate the class file also.
Deploy.NET is a tool for packaging Windows Forms...
It decompiles small.exe files from the (i286, DOS) platform to C programs.
http://www.abc-directory.com/view/decompiler   (98 words)

  
 Excel Add-In decompiler
Since my program does not decompile add-ins but just make them viewable, I’ve now called it the Add-in “decompiler”.
Due to the possible misuse of this program, I have chosen not to distribute it free of charge but to sell it.
You must accept to use this program only on add-ins of which you are the legitimate owner of the source code.
http://www.straxx.com/excel/decompiler/xla_decompile.html   (472 words)

  
 Decompiler-VB.net - Your guide about VB Decompiler
It consist in modifying all information which could make comprehensible the code found by the decompilation, it amongst other things acts to modify the name of all the objects in the goal to disorganize the comprehension of the code, without deteriorating its execution.
VBReFormer is the most advanced publically available software in Visual Basic 5 & 6 decompilation technology.
So the code isn't directly decompilable after compression and the reverse-engeneering is not possible while it isn't unpacked.
http://www.decompiler-vb.net   (803 words)

  
 PDBC (Palm DataBase Compiler/Decompiler)
This is useful to check the correctness of the pdbc generated file and to analyze other PDB files.
pdbdec is a decompiler which converts any PDB or PRC file into a pdbc source file.
In addition to the pdbc tool there is also pdbdec.
http://www.obermuhlner.com/public/Projects/Palm/PDBC   (200 words)

  
 Action Script Viewer - SWF Flash decompiler and resource extractor for Adobe (formerly Macromedia) Flash movies (SWF ...
SWF files are Flash movie files, the animation / RIA / multimedia standard of the Internet today, created by Adobe (formerly Macromedia) Flash software (though now many 3rd party applications also have SWF export option) and its format is documented by Adobe (formerly Macromedia).
Since SWC files are in ZIP format, ASV can open SWF files in them too.
ASV is an advanced decompiler, a professional tool for the serious developer.
http://buraks.com/asv   (1929 words)

  
 Denis Bauer's Reflector.FileDisassembler
The Reflector.FileDisassembler is a little add-in for the new version of Lutz Roeder's.NET Reflector that you can use to dump the decompiler output to files of any Reflector supported language (C#, VB.NET, Delphi).
none (please tell me if you find any, except for decompiler problems)
This is extremely useful if you are searching for a specific line of code as you can use VS.NET's "Find in Files" or want to convert a class from one language to another.
http://www.denisbauer.com/NETTools/FileDisassembler.aspx   (251 words)

  
 Welcome to 9rays.net!
GUI environment allows working with assemblies, creating and managing projects conveniently.
Spices.Net provides obfuscation for assemblies created in Microsoft.Net Framework.
Spices.Decompiler offers decompilation features for 6 languages: IL(same functionality as Microsoft ILDASM utility), C#, C++, VB.Net, J#, Delphi.Net.
http://www.9rays.net/cgi-bin/components.cgi?act=1&cid=86   (656 words)

  
 Lutz Roeder's Programming.NET C# VB CLR WinFX
Resourcer is an editor for.resources binaries and.resX XML file formats used with the.NET platform.
It supports assembly and namespace views, type and member search, XML documentation, call and callee graphs, IL, Visual Basic, Delphi and C# decompiler, dependency trees, base type and derived type hierarchies and resource viewers.
http://www.aisto.com/roeder/dotnet   (504 words)

  
 Decompiler - OSNN Forum
Can anyone recommend a decompiling program for the.exe and the.dll files associated with it.
You need a decompiler that matches the source code compiler.
I need to decompile a program that is like 5 years old and takes up a tiny 6.75MB.
http://forum.osnn.net/showthread.php?t=2990   (602 words)

  
 HELPDC21.ZIP Windows 95 Help Decompiler
This archive contains 16/32 bit executable, source, zapres, splitmrb tools, and HLP file format documentation.
version 2.1 of Help Deco - Windows 3.x / '95 HLP help file decompiler
HELPDECO decompiles any Win 3.x/95 HLP/MVB file into all sources neccessary for an immediate recompile using appropriate help compiler HC30, HC31, HCRTF, etc. Freeware written by M. Winterhoff
http://www.componentone.com/d2hhelp/helpdeco.asp   (149 words)

  
 Gordon Flash Decompiler 1.6.2 – Mac OS X – VersionTracker
Gordon decompiles every ActionScript and accurately displays all movie elements of a published SWF file.
Gordon Flash Decompiler 1.6.2 – Mac OS X – VersionTracker
All I had was a remote, locked.swf file.
http://www.versiontracker.com/dyn/moreinfo/macosx/18774   (498 words)

  
 DJ Java Decompiler - ZDNet Downloads
In a moment, you will be redirected to the latest version of DJ Java Decompiler.
ZDNet > Downloads > Windows > Developer Tools > Java > Tools & Utilities > DJ Java Decompiler
DJ Java Decompiler 3.8.8.85 has been updated to DJ Java Decompiler 3.9.9.91.
http://downloads-zdnet.com.com/DJ-Java-Decompiler/3000-2417_2-10376531.html   (181 words)

  
 Jungle Creatures, Inc. - .NET Decompiler, Obfuscator Tools (C#, C++, VB.NET, IL, MSIL)
Jungle Creatures, Inc. -.NET Decompiler, Obfuscator Tools (C#, C++, VB.NET, IL, MSIL)
Each release of Decompiler.NET is produced by decompiling, obfuscating and recompiling itself without the need to manually edit any of the outputted code.
For one low price, you will receive a full standard version of the product with unlimited use by one user on one CPU that includes all current C# Decompilation, Obfuscation, and Optimization features.
http://www.junglecreatures.com/DesktopDefault.aspx?tabindex=2&tabid=3   (649 words)

  
 vb6 decompiler
Report about any problems and errors to webmaster@vbip.com
Forum - Visual Basic General Discussion - vb6 decompiler
When I try to download the decompiler, it said File Not Find!
http://www.vbip.com/forum/topic.asp?id=3148   (134 words)

Compwisdom
 About us   |  Why use us?   |  Press   |  Contact us

 Copyright © 2006 CompWisdom.com Usage implies agreement with terms.