Top "Decompiler" questions

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

Is there a java classfile / bytecode editor to edit instructions?

Is there a utility (or eclipse plugin) for editing java class files? I'd like to manipulate the bytecode of a …

java bytecode decompiler bytecode-manipulation .class-file
Eclipse "Enhanced Class Decompiler" plugin does not decompile when debugging

Problem description: Decompile works fine when viewing a class (i.e. Ctrl+Shift+T), but not when stepping into code …

java eclipse decompiler
Edit .NET assembly and recompile

I'm in a really bad situation. I lost my source code and my customer needs to change a little bit …

.net refactoring .net-assembly decompiler
Decompiler supporting Java 8?

I see that most of the Java decompilers support till Java 7. Are there any decompilers which support Java 8 - especially …

java java-8 decompiler
Fernflower and IntelliJ IDEA's java-decompiler

I'm trying to figure out how to use the Fernflower Java decompiler. I can find java-decompiler.jar at the following …

java intellij-idea decompiler
Understanding compiler-generated type in dotPeek decompiled code

Hei. I was reading Digi Traffic Accelerator's decompiled source (I think it is the best way to learn), until I …

c# decompiler dotpeek compiler-generated
Obfuscating C-based binaries to avoid decompilation

Is there some way to obfuscate C-based executables or libraries to prevent decompilation?

c obfuscation decompiler
Converting Kotlin to Java

Can anyone help me about converting Kotlin code in Android Studio to Java? I went through the below process: Tools &…

android-studio kotlin decompiler
IntelliJ shows decompiled .class file instead of source code

I am having issues with IntelliJ - it shows me a "decompiled" version of the class instead of its source …

intellij-idea settings decompiler
Java Decompiler for Eclipse kepler

I have tried both JadClipse and JD-Eclipse plugin but none seems to work every time I open a class file …

java eclipse decompiler