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.

Decompile an APK, modify it and then recompile it

I need to modify an existing APK, modify the sources and then recompile it. I can decompile it using dex2…

java android decompiling recompile
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
Is there a Visual Basic 6 decompiler?

I lost the source code from one project I did on the company I'm working for and haven't been able …

vb6 decompiling
How to decompile to java files intellij idea

IDEA has a great built-in feature - decompiler. It works great.I can copy source code, but I cannot find …

java intellij-idea java-8 decompiling
How can I protect my .NET assemblies from decompilation?

One if the first things I learned when I started with C# was the most important one. You can decompile …

c# .net decompiling reflector
Is it possible to decompile an Android .apk file?

Are the users able to convert the apk file of my application back to the actual code? If they do …

android obfuscation apk decompiling dex
Is there a program to decompile Delphi?

Someone just sent me a decompile of a program into C. It was a very good decompile, producing nice, mostly …

delphi reverse-engineering decompiling
How to lock compiled Java classes to prevent decompilation?

How do I lock compiled Java classes to prevent decompilation? I know this must be very well discussed topic on …

java jvm decompiling
How to decompile an exe or a dll to assembly

I am really interested in assembly language and I want to learn about how exe files work how dlls run …

dll assembly exe decompiling
Decompiling Objective-C libraries

I've just finished a library in Objective-C that I compiled as a Static Library for distribution. I'd wanted to know …

objective-c xcode decompiling cracking