Top "Decompiler" questions

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

What's a good tool to analyse assembly dependency in .NET application

I know there are many tools. I want to find out a good tool to show me what assembly is …

c# .net decompiler
decompile an app binary to get back to source code

Is there anyway to take a binary - even signed by yourself, and get back to the code? I'm trying …

iphone binary decompiler
How do I decompile Python 3.5 .pyc?

I have been searching around and haven't been able to find anything that can help me to decompile Python 3.5. Does …

python-3.x python-3.5 decompiler
Where can I find a Java decompiler?

Does anyone know of a free decompiler that can decompile an entire Jar file instead of a single class? I …

java decompiler
Eclipse Conditional Breakpoints Broken?

I am trying to set up a conditional breakpoint in decompiled code, but Eclipse keeps giving me the error: Conditional …

java eclipse debugging breakpoints decompiler
Integrate an Android app (.apk) into an existing Android project

Here's the use case: A friend and I are building an Android app and along with it want to integrate …

android apk decompiler coronasdk
How can I decompile a batch of .NET DLLs into a Visual Studio project

I just need to search for bits of text in my C# code. I already have .NET Reflector and the …

c# .net visual-studio decompiling decompiler
Flutter debug Apk decompile to get source code

I have lost the source code of my flutter application due to drive corruption, but I have my debug.apk …

flutter decompiler
IDA. how can i install decompiler?

I downloaded from official site(hex-rays) IDA, installed, everything works. I found needed for me function, pressed F5(hotkey for …

decompiling decompiler ida
Searching through *.class files in eclipse

Is it possible to search for terms (such as method names) in .class files (from Referenced Libraries) in eclipse (I …

eclipse search decompiler .class-file