Top "Decompiler" questions

A decompiler performs, as far as possible, the reverse operation to that of a compiler.

How do I "decompile" Java class files?

What program can I use to decompile a class file? Will I actually get Java code, or is it just …

java decompiler
How to decompile a whole Jar file?

Does anyone know of a free decompiler that can decompile an entire Jar file instead of a single class? I …

java jar decompiler
decompiling DEX into Java sourcecode

How can one decompile Android DEX (VM bytecode) files into corresponding Java sourcecode?

java android reverse-engineering decompiler dex
how to use DEXtoJar

I find the solution to decompile a file dex to jar from this link http://code.google.com/p/dex2…

decompiler
How to get Java Decompiler / JD / JD-Eclipse running in Eclipse Helios

Java Decompiler (JD) is generally recommended as a good, well, Java Decompiler. JD-Eclipse is the Eclipse plugin for JD. I …

java eclipse decompiler helios jd-eclipse
How to change already compiled .class file without decompile?

I want to change .class file's method. I installed JD Eclipse Decompiler and opened the .class file. I added some …

java ubuntu decompiling decompiler .class-file
Android - How to decode and decompile any APK file?

I'm working on ads: my customers gave me some APK files of their Apps. My work consists of inserting ad …

android decode decompiler apk
Decompile Python 2.7 .pyc

I've searched up and down, but can't find a de-compiler that will work for Python 2.7 .pyc. Does anybody know of …

python python-2.7 decompiler
How do I decompile a .dll file?

I have a .dll I would like to decompile to make some improvements to the code. What are some tools …

dll decompiler
How does one decompile and recompile a database application?

I have an Access database application and I would like to know the proper way of decompiling and recompiling it.

ms-access vba maintenance decompiler