decompiling Questions
2
Solved
I try to learn how to decompile Android program(APK) and found this site
Decompilers online . It´s working grate for java code but when there are Kotlin files code the decompiler produces java code...
Moisten asked 11/3, 2019 at 7:10
5
Solved
let us assume that there is a big, commercial project (a.k.a Project), which uses Python under the hood to manage plugins for configuring new control surfaces which can be attached and used by Proj...
Knowles asked 17/6, 2011 at 18:57
11
Is it possible to get some information out of the .pyc file that is generated from a .py file?
Expellant asked 13/3, 2011 at 3:43
6
Solved
I'm looking for a program to batch decompile Java classes. I found JAD, but it didn't support some new features of Java, and the benefit of this program is that it can execute from command line and...
Brindle asked 6/9, 2009 at 0:53
5
I need to decompile a small application written in .NET and convert it to C++. I don't have Windows installed and I know there're a number of .NET decompilers for Windows. Since I have only Mac and...
Hindustan asked 11/12, 2014 at 0:38
10
Solved
I wrote a C# application for a client a couple of years ago, but I no longer have the source code. All I have is the EXE that I deployed on the client's PC. Is there a way I can generate C# source ...
Stellastellar asked 7/10, 2008 at 18:27
4
How can I get a list of all the dynamic libraries that is required by an elf binary in linux using C++?
Once I've managed to extract the information (filename?) from the binary I can find the act...
Windowpane asked 24/3, 2014 at 14:50
5
Solved
I am really interested in assembly language and I want to learn about how exe files work how dlls run etc... and I have an idea of writing an application to decompile an exe to assembly code since ...
Graaf asked 30/12, 2010 at 19:56
2
I have
installed Visual Studio Community 2019, version 16.3.3 (including "ASP.NET and Web development" and ".NET Core cross-platform development")
and have checked "Enable...
Orison asked 10/10, 2019 at 10:23
3
Solved
i was trying to inspect an .apk file for a project, so i decided to decompile it using APKtool using:
apktool d name.apk
I find what i wanted, changed it (i modified just a bunch of .json file and...
Bayard asked 24/2, 2021 at 16:24
6
Solved
I downloaded APK file from Google Play, and want to know if the develop of the application have used React Native library. What's a quick and stable way to do that? (Would be even better if it's so...
Maegan asked 1/6, 2017 at 8:25
4
I opened a jar file in jd-gui but when I try to save the all resources it stops working. I don't know where to look for the logs of jd-gui.
How can I save all the decompiled source files?
Levinson asked 22/6, 2011 at 14:42
4
Solved
Bridge methods are used in java to handle covariance in derived methods, and to change visibility on derived methods.
However, both of these cases are for instance methods (as you can't derive sta...
Pluvious asked 11/1, 2018 at 8:41
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 using Intellij Idea 14 working with big java project where a lot of code is compiled and w/o sources.
As far as I know Idea can't make a search in compiled code (as eclipse does), but it can d...
Bendicty asked 18/9, 2015 at 7:58
1
Solved
I need to automate .Net decompilation to C# using dnSpy. I downloaded it from https://github.com/dnSpy/dnSpy/releases/tag/v6.1.8 (x64 version on Win10 x64 computer) and unziped.
But when I try to r...
Gratulant asked 11/7, 2022 at 11:48
11
IDEA has a great built-in feature - decompiler. It works great.I can copy source code, but I cannot find option to extract all decompiled java classes to java files.
This project has a lot of java ...
Cavity asked 8/2, 2015 at 0:4
29
Solved
The hard drive on my laptop just crashed and I lost all the source code for an app that I have been working on for the past two months.
All I have is the APK file that is stored in my email from wh...
Hodgepodge asked 29/8, 2010 at 3:40
3
Solved
dotPeek is a free .NET decompiler. While being a standalone tool, it is also part of ReSharper: If you tell ReSharper to navigate to the definition of a class which is located in a .dll file, it wi...
Silvester asked 15/2, 2017 at 13:47
2
Solved
I have a problem with decompiling .net assembly. When I open the assembly in dotPeek there is class called frmMain with few hundred variables declared like this:
[SpecialName]
private static int \...
Tailpiece asked 3/11, 2016 at 15:48
1
Solved
Is there a way to see decompiled C# code in VS Code?
Whenever I go to the decompiled implementation, I see only interfaces of methods, but not the implementation. I heard that some people claim tha...
Radiotelegraph asked 28/1, 2022 at 12:35
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
6
Solved
I am tring to decompile an APK with AKP-Studio (it uses Apktool 2.0.0-Beta9) but on every APK I get this error:
May 05, 2015 5:38:30 PM brut.androlib.ApkDecoder decode
INFO: Using Apktool 2.0.0-B...
Messick asked 5/5, 2015 at 13:18
3
Solved
I tried using Dotpeek and ILSpy.Net to decompile (my own code), they failed.
Do I need special obfuscation on distributed binaries of .Net Core 3 self-contained single executable ?
<Project...
Karinakarine asked 2/2, 2020 at 13:41
2
I'm watching a video lesson, where the author talking about async/await under the hood. He shows prepared and decompiled code. I want to do the same from scratch. I mean, decompile some C# compiled...
Johanna asked 7/9, 2020 at 19:15
1 Next >
© 2022 - 2025 — McMap. All rights reserved.