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.

Java Decompiler

Can you recommend a Java decompiler for Eclipse? My other questions is what restrictions is there for using a decompiled …

java eclipse licensing decompiling
Decompile APK and import in android studio

I Decompile apk with online tool "http://www.decompileandroid.com/" and with "APK studio". Decompiling is okay, with all .java …

android android-studio apk decompiling
How to extract C source code from .so file?

I am working on previously developed software and source code is compiled as linux shared libraries (.so) and source code …

c linux extract decompiling shared-libraries
Batch decompiling of Java files with JD-GUI

I'm looking for a program to batch decompile Java classes. I found JAD, but it didn't support some new features …

java decompiling
APKtools (APK Studio) Could not decode arsc file

I am tring to decompile an APK with AKP-Studio (it uses Apktool 2.0.0-Beta9) but on every APK I get this …

android apk decompiling apktool
Best tool(s) for decompiling Lua bytecode?

I am really having trouble finding a good working Lua bytecode decompiler. I'm trying to decompile some scripting files I …

scripting lua bytecode decompiling
.NET decompiler for Mac or Linux

I need to decompile a small application written in .NET and convert it to C++. I don't have Windows installed …

c# .net linux macos decompiling
How can I protect MySQL username and password from decompiling?

Java .class files can be decompiled fairly easily. How can I protect my database if I have to use the …

java mysql security reverse-engineering decompiling
How to prevent decompilation of any C# application

We are planning to develop a client server application using C# and MySQL. We plan to sell the product on …

c# licensing obfuscation decompiling piracy-prevention
how to decompile an .exe file which is not a .net module

I am trying to decompile a file called App.exe. When I am trying to decompile this file using reflector …

delphi reverse-engineering decompiling decompiler