Top "Decompiling" questions

Decompilers analyze binary code outputting source code in a higher level language such as C. The output is generally not any easier to analyze than the original assembler due to loss of information during compilation.

How to decompile an android app from the google play store

I want to decompile one android app that is available on google play store. Can anybody suggest to me an …

android decompiling apktool
Decompiling Adobe AIR applications

Are there tools for decompiling Adobe AIR applications? I want to check how do they work on the apps I …

air decompiling
How to read .class file?

I need to read the contents of .class file of java in my java program or is there any method …

java decompiling
Software like DotPeek to decompile and edit DLL's?

Sorry for this newbie question, but after 3 hours of banging my head on a wall I just got DotPeek and …

.net decompiling dotpeek
How to protect compiled Java classes?

I know, many similar questions has been asked here. I am not asking if I can protect my compiled Java …

java decompiling source-code-protection
The quest for the Excel custom function tooltip

This question has been asked before, but each time the accepted answer is simply a resignation to provide function descriptions …

c# excel .net-4.0 office-interop decompiling
JADClipse not working with Eclipse 3.6

Does Jadclipse work on Eclipse 3.6? I have installed Jadclipse 3.3.0 on my Eclipse 3.6 by copying the jar into the plugins directory …

java decompiling eclipse-3.6 jad jadclipse
How to Protect an Exe File from Decompilation

What are the methods for protecting an Exe file from Reverse Engineering.Many Packers are available to pack an exe …

exe executable reverse-engineering decompiling source-code-protection
Hex Decompilers for PIC

I've faced to a problem with a PIC Micro controller. I have a micro-controller programmed by me long time ago …

embedded hardware microcontroller decompiling mikroc
Reflector for Java?

Is there a Java equivalent to .NET Reflector? Edit: more specifically, decompiling is what I'm after.

java .net decompiling