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 do I detect if the app uses React Native, given APK file?

I downloaded APK file from Google Play, and want to know if the develop of the application have used React …

android react-native apk react-native-android decompiling
Recompile decompiled Java (JD / JAD) source that contains goto instructions

(Related question: Java compilers or JVM languages that support goto?) I have decompiled a jar (Legally, for debugging purposes) and …

java decompiling goto recompile jad
How to debug a Java application without access to the source code?

I need to debug a Java application I have no source code for. It is running locally on a Jetty …

java debugging decompiling
Conversion of class file to Java files

I have one War files (a Java application) consist of 64 class file along with image/CSS/JS files. I have …

java reverse-engineering war decompiling .class-file
Extract/Decompile source files from exe

There is a client specific solution that we cannot find the source code for, but we do have the .exe …

c# visual-studio-2010 decompiling reflector .net-reflector
Simple hiding/obfuscation of strings in APK?

Sometimes you need to store a password in the app itself, such as a username/password for communicating with your …

android obfuscation decompiling deobfuscation
Objective C decompiler

What's the best way to decompile Objective-C applications and libraries? I know about Apple's own otool but was wondering if …

objective-c decompiling disassembly decompiler
Use dotPeek from within Visual Studio without ReSharper

dotPeek is a free .NET decompiler. While being a standalone tool, it is also part of ReSharper: If you tell …

.net visual-studio resharper decompiling dotpeek
IDEA 14. Decompile my own classes(from output directory)

I want to look at the code generated from my own sources but it seems that IDEA doesn't decompile them …

java intellij-idea decompiling