decompiler Questions

5

Solved

I did try uncompyle6, decompyle3, and others, but none of them worked with Python 3.10. Is it even possible to do this right now?
Tion asked 26/2, 2022 at 17:43

18

Solved

How can one decompile Android DEX (VM bytecode) files into corresponding Java source code?
Pyorrhea asked 8/8, 2009 at 21:39

14

I am having issues with IntelliJ - it shows me a "decompiled" version of the class instead of its source code if I ctrl+click the class. This is what I see: I am trying to open regular JDK sour...
Mohl asked 29/3, 2018 at 13:56

7

I have a .dll I would like to decompile to make some improvements to the code. What are some tools out there that will allow me to do this? It's written in VB, I believe.
Ambidexter asked 4/3, 2011 at 17:50

1

Few days back my Hard Drive courrupted due to this I lost my whole project files. I have an .apk file of that project. but problem is that the .apk files contain 100% Kotlin language. I found one w...
Gellman asked 9/10, 2020 at 16:46

3

I'm looking to decompile a lot of assemblies into C#. I found several tools that do a visual decompile. However I was wondering if there is a tool that can do decompiling from the command line (sim...
Chauffeur asked 11/11, 2011 at 21:5

2

Actually I have lost my source code to my app and what I am left with is release apk. I come across some answers of extracting source code from debug apk. But I am afraid that I don't have debug ap...
Foucquet asked 3/3, 2021 at 8:53

14

Solved

Java Decompiler (JD) is generally recommended as a good, well, Java Decompiler. JD-Eclipse is the Eclipse plugin for JD. I had problems on several different machines to get the plugin running. Whe...
Trovillion asked 22/12, 2010 at 17:50

10

I want to change .class file's method. I installed JD Eclipse Decompiler and opened the .class file. I added some codes and save .class file. But, .class file is not changing. I don't know how to...
Chemmy asked 28/12, 2012 at 11:49

3

I was trying to convert apk to source code. When I entered below command ./d2j-dex2jar.sh classes.dex I got this exception: com.googlecode.d2j.DexException: not support version. at com.googlec...
Dichromaticism asked 2/4, 2018 at 7:19

1

IntelliJ incorporates Fernflower, a Java decompiler made by JetBrains. On its GitHub page you can read the following: Fernflower is the first actually working analytical decompiler for Java and...
Neolithic asked 10/6, 2020 at 8:19

13

I find the solution to decompile a file dex to jar from this link https://github.com/pxb1988/dex2jar but i don't understand how to use it.
Stiles asked 10/3, 2011 at 9:43

1

I just need to search for bits of text in my C# code. I already have .NET Reflector and the File Disassembler Add-In, but these just seem to decompile one DLL.
Ketone asked 20/4, 2012 at 8:58

2

So I have a jar file that contains scala as the source code and I have lost the original code. Is there a way to convert the class files in the jar to scala functions and classes instead of the jav...
Salesperson asked 2/3, 2016 at 2:38

1

Solved

We have a rather large third party product which contains a lot of C# DLLs and is updated every month or so. While the decompiler does only a 98% job where it can't get everything, it's good enough...
Aetna asked 25/3, 2020 at 20:13

3

Solved

I have been searching around and haven't been able to find anything that can help me to decompile Python 3.5. Does anyone know of one?
Contemptuous asked 1/3, 2016 at 23:26

4

Solved

I use Battlefield 4 just as an example, this can go for any game really. I've been wondering if something like this is possible: Since BF4 is running client-side, that means you have all the code ...
Gayomart asked 2/1, 2014 at 6:39

3

Assertions in java compile down to a private synthetic static boolean added to a test - the proposal is nicely documented here: JSR Assertion Proposal In it, we create final private static bool...
Atrice asked 31/5, 2013 at 9:28

4

Is there any way to get to .js files with code created with Appcelerator from compiled .apk? I lost a source coude of one of projects and now have only .apk files and would like not to rewrite the ...
Nikaniki asked 18/1, 2016 at 11:27

2

This question is driven by my curiosity alone, so I would like to receive a full answer, rather than simple "yes" or "no". Let's consider this piece of code: // Is stored in util files and used t...
Kevel asked 5/10, 2019 at 18:39

4

Can anyone help me about converting Kotlin code in Android Studio to Java? I went through the below process: Tools >> Kotlin>> Decompile Kotlin to Java But the "Kotlin to Java" option is disabl...
Lierne asked 17/6, 2018 at 10:12

1

Solved

I have lost the source code of my flutter application due to drive corruption, but I have my debug.apk in my android phone. How can I decompile the Flutter apk to get source code? I have tried deco...
Eucaine asked 7/12, 2018 at 9:17

6

Solved

I have an Access database application and I would like to know the proper way of decompiling and recompiling it.
Palermo asked 16/7, 2010 at 15:40

2

Solved

When I'm opening a specific class using ctrl + right click I should be redirected to a window with the java sources which contains all the lines and the appropriate comments. But instead I get a wi...
Wandy asked 16/7, 2016 at 15:39

2

Problem description: Decompile works fine when viewing a class (i.e. Ctrl+Shift+T), but not when stepping into code from the debugging perspective - instead the "Class File Viewer" is opened. Versi...
Mychael asked 23/1, 2018 at 7:52

© 2022 - 2024 — McMap. All rights reserved.