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.

Alternative to dex2jar and jd-GUI?

it seems that either dex2jar and/or jd-GUI gives bad de-obfuscation even for the simplest code of if-else condition (…

java android decompiling dex2jar
how to decompile .jasper files into .jrxml files

I lost all my .jrxml files, but I have .jasper files. Can I decompile .jasper files to .jrxml files? If …

jasper-reports decompiling
Decompile ELF on Windows

I want to decompile file ELF 64-bit LSB executable with IDA on Windows, Its possible? If no, How can I …

elf decompiling ida
How to protect a Jar file from being decompiled?

I'm developing an application using java but I'm not going to release the code. The problem is, I tested one …

java jar protection decompiling
Uncompyle6 convert pyc to py file python 3 (Whole directory)

I have 200 pyc files I need to convert in a folder. I am aware of converting pyc to py files …

python python-3.x decompiling pyc
Confuser .NET Obfuscator. Is it safe?

I'm currently developing an application where it's rather crucial to keep the user from decompiling the code. Now, I'm aware …

c# .net obfuscation decompiling
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
How hard is it (really) to decompile assembly code?

I'm trying to find hard facts that will help my management understand how hard/easy it is to reverse-engineer compiled …

c assembly x86 reverse-engineering decompiling
null or empty lambda as default value

which solution is better? use nullable lambda or pass empty lambda as default parameter? would kotlin optimize somehow empty lambda ? …

lambda kotlin decompiling jvm-bytecode
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