Top "Decompiler" questions

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

source code from APK

I have searching in search Engine regarding convert dex file to jar file but I got failure to find dex2…

java android apk decompiler dex
Is there a replacement for java.decompiler.free.fr?

Searching in this site for a way to replace my long-lost Java source code with something reverse engineered from my …

java decompiler
MIPS Decompiler

I'm looking for a decompiler capable of transforming MIPS machine code into C code. Any suggestions?

mips decompiler
Encrypting password in compiled C or C++ code

I know how to compile C and C++ Source files using GCC and CC in the terminal, however i would …

c++ c macos compiler-construction decompiler
dexexception: not support version

I was trying to convert apk to source code. When I entered below command ./d2j-dex2jar.sh classes.dex …

apk dex android-8.0-oreo decompiler
Decompiling obfuscated java bytecode

I work on a platform which runs Java apps. Those apps are often obfuscated, most of them using ProGuard, which …

java jvm bytecode proguard decompiler
Possible to view source code or decompile XLL Excel add in

Is it possible to view the source code of the XLL Excel add in without having the original source code? …

c# excel decompiler xll
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
How Can I Protect My C# Code From Being Decompiled?

Possible Duplicate: .Net Obfuscation Alternative for Obfuscation in the .NET world Just a few minutes ago, I read that there …

c# decompiler piracy-prevention
How re recreate project linkages from decompiled JAR using JD-GUI?

I have a legacy .JAR file. I am able to de-compile it with JD-GUI, but this gives me a set …

java decompiler jd-gui