A decompiler performs, as far as possible, the reverse operation to that of a compiler.
0
votes
1answer
9 views
Is there any tool for decompiling raw binary files to C code for the Motorola 68000 processor series?
I have the ROM dump (.bin files) targeted for the MC68008 processor. Need to convert them into a high level source code. I have already found tools for disassmbling them into assembly code. The next ...
1
vote
0answers
20 views
Is decompiled __thiscall expression a pointer to a function?
I am doing static analysis on a Win32 .dll using IDA Pro 6.3 and am using the Hex-Rays decompiler in tandem with the IDA disassembler. I'd like to understand what this line does.
v4 = (*(int ...
-1
votes
1answer
162 views
Runtime.exec not working after the latest Java Update? [closed]
Here's my problem: I'm working on a program which decompiles an APK file. It was working. After the previous Java Update my application is giving me an exception. You can download the eclipse project ...
0
votes
1answer
107 views
java decompilers and jd-gui? [closed]
I want to decompile .class files on ubuntu 12.04 and have downloaded jd-gui to try to do it. I extracted the tar.gz file then tried to run the executable but nothing happened. I tried running the ...
-8
votes
1answer
92 views
How to make a Java decompiler? [closed]
As a project at some point in time, I would like to make my own Java decompiler to convert bytecodes back to plain text.
I did Google for some APIs that would let me do that but I could not find ...
1
vote
0answers
247 views
Is there an ARM decompiler that is inexpensive, mature, and produces high-quality results? [closed]
I am looking for a decompiler (convert binary/asm to C/pseudo code).
I know about IDAPro decompiler, but it's really expensive.
Also, I know about Hopper, but it's ARM decompiler isn't ready yet for ...
1
vote
2answers
45 views
limitations of .net decompilers
So my employer has this old .NET / C# program that needs to be rewritten and for which the source code has been lost. It was developed by an ex employee but they haven't been here in years. Maybe it ...
0
votes
1answer
78 views
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 got some non-understandable code! Please take a look:
internal class ProxyFarm
{
...
0
votes
0answers
15 views
Need help decompiling unknown application
I'm trying to rebuild a really old application. The program folder has about 74 files. I have no information about how it was built. And the application can't run on Windows 7 or XP. I am trying to ...
3
votes
4answers
147 views
If all the bytecode which compiled from java sources can be decompiled to java sources?
I see some java decompilers can decompile bytecode to readable java sources, I wonder if all the bytecode which comes from java (not other JVM language) can be decompiled to java sources again?
...
1
vote
2answers
47 views
Using strict access to class members and modular code make it harder to reverse engineer APK
Does using private methods and private fields make it harder for someone to reverse engineer code with the common decompilers floating around.
Like the ones mentioned here
Decompile .smali files on ...
4
votes
1answer
107 views
Why does java decompiler does not save annotations [closed]
Why a decompiled java files does not have any annotations in it?
0
votes
0answers
390 views
How to decompile and recompile using jars in eclipse?
I'm new to Eclipse, and I can't figure out how to edit and recompile Java files.
I have a little game not made by me. I decompiled some .jar files and I found interesting stuff.
I made a working ...
-2
votes
1answer
54 views
How to make class files undisassemblable [duplicate]
Say that I write a JAVA program and I create the JAR file. How can I make it so that if someone extracts the class files from the JAR, he cannot disassemble it? If you use DJ JAVA Decompiler for ...
2
votes
6answers
150 views
Decompiled DLL - Clues to help tell whether it was C# or VB.NET?
When using something like DotPeek to decompile a DLL, how do I tell whether it was originally coded in VB.Net or C#?
I gather there's no easy way to tell, but that there may be tell-tale signs (ie. ...
-2
votes
1answer
72 views
java - What is a good decompiler? [closed]
I have downloaded about four different java decompilers (cavaj,jad,dj,fernflower) but none of them work or they are outdated. Also, when code is compiled and decompiled, do comments stay? Thanks.
...
-8
votes
2answers
78 views
java decompiler for Java1.4 [closed]
I have a project written in Java 1.4. I am looking for a decompiler which will decompile the class files with Java version 1.4.
Please suggest me some reliable decompilers.
-2
votes
1answer
78 views
Source code recovery [closed]
thanks to a bad breakdown of my previous computer, including a HD failure, I have lost my source codes.
1 app I was working on in particular for android got lost and it would be a lot of help If ...
-1
votes
2answers
192 views
Undecompilable Python
It is possible to decompile .pyc files: Decompile Python 2.7 .pyc
My question is if it is possible to compile Python to be undecompilable. I am going to release C++ application with Python embedded ...
4
votes
1answer
7k views
Android - How to decode and decompile any APK file?
I'm working for ads. My customers give me some APK files of their Apps. My work is insert ads banners into them. After close ads banners, these apps will run.
My question is : How to decode and ...
0
votes
1answer
56 views
Decompile .swf, but no code is shown! help please
Spent two weeks creating a flash presentation hundreds of photos and the file became corrupted when Nero 7 crashed :( and my pc restarted. A quick seach told me of some decompilers (showmycode.com) ...
2
votes
1answer
145 views
Java 6 / 7 Decompiling Command Line
I'm aware that part of this has been asked before however my search continues empty handed. Currently I'm using JD-Gui to decompile jar files and have switched to fernflower but it seems to have ...
0
votes
0answers
58 views
C++ dissasembler? [duplicate]
Let me just say that I am now backing up EVERYTHING.
I accidentally typed this line, g++ -o a3p1q1.cc a3p1q1.cc
And I now have a binary instead of my source. Does anyone know of a good dissembler ...
2
votes
2answers
233 views
Decompile Java Application packed with launch4j
I have a Java application that was converted to an .exe with launch4j. For several reasons I need to get access to the class files of the application.
The first thing I tried was unpacking the exe ...
0
votes
2answers
164 views
Unpacking android apk without changing the last modified date of files
I have published an android app in last year. Latest version of the apk is 3.2 (last modified date is 26th May 2012) whereas I have the source code only for 2.8 version (last modified on 15 May 2012). ...
1
vote
1answer
120 views
Is a Bytecode viewer or a decompiler best for understanding JVM language code [closed]
I'm puzzled by some performance of Clojure and Scala on the JVM, and I'm wondering what the best way to understand the cryptic functional code. Should I learn to grok the bytecode, or use a profiler ...
3
votes
2answers
144 views
Decompiled Java class producing different output
Out of curiosity I just decompiled below code using DJ Java Decompiler as well using CAVAJ Java Decompiler
( Java version is 1.7 )
here is the normal source code :
byte a = 10;
a = (byte) ...
-1
votes
2answers
521 views
How to Convert .class files to . java files
I have jar file, when i was extract this i got multiple .class files. I need to convert all .class files to .java files.
Now, Im using "cavaj" decompiler. But it's converting only one file at a ...
3
votes
4answers
1k views
How to change already compiled .class file without decompile?
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 ...
0
votes
1answer
337 views
Is it possible to decompile NSIS scripts?
After extracting an NSIS installer file (setup.exe), I got a file:
script.bin
It is NSIS script file. Is there any tool or method around which can decompile it fully or partially? I'm learning ...
1
vote
0answers
33 views
Linux Decompile .so Files [duplicate]
Possible Duplicate:
Is there any way to decompile Linux .so?
Is there any way we can decompile an .so file ?
I already have the dissemble but how i can re-compile it?
2
votes
2answers
113 views
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 in the application. Think of edit an assembly for an example: Test.dll then add a code line and ...
-1
votes
1answer
196 views
“Decompile” a file into raw binary code
I want to decompile files into (/read them as) raw binary code. I haven´t found anything about that. Is it even possible? It must be in order for the computer to run it, but some OS may not allow to ...
2
votes
1answer
122 views
ILSpy “Failed to resolve assembly” in AstBuilder
I want to decompile a method in my assembly, which references e.g. 'Microsoft.SharePoint.dll', but I have no SharePoint installed on the machine.
If I use the following code I get an ...
1
vote
0answers
109 views
Decompiler python et al
For python3 so far there isnt a stable working decompiler. The closest thing is unpyc3 which is buggy at best. I want to create a decompiler which can work for python but how would I go about it? ...
0
votes
1answer
80 views
Byte operations decompile
So I get suck of thoose "flags" and byte operations so here is the assembly code:
loc_4097F5:
.text:004097F5 cmp [esi+1Bh], dl
.text:004097F8 jnz short loc_409812
...
1
vote
0answers
92 views
UnsatisfiedLinkError in JD-Eclipse plugin using Eclipse Indigo
When trying to decompile a class in Eclipse Indigo using version 0.1.3 of JD-Eclipse, I get an UnsatisfiedLinkError. I use JDK 7 (64bit) in combination with the Eclipse Indigo 64 bit version.
...
1
vote
2answers
716 views
Decompile java class file
Is it possible to decompile a java .class file within another program ?
I'm aware of tools like CAVAJ and DJ Java Decompiler.
Why ? : I'm modifying a class file within the program and dumping it into ...
0
votes
0answers
125 views
java code to decompile a class file to source code
there are a lot of java decomilers available but i need java program which converts the class to source code in order to rewrite it using javasssist. i have gone through many examples of javassist. ...
12
votes
4answers
3k views
JD-Eclipse failed to install on my Eclipse 3.7
I tryied to install JD-Eclipse, I love the JD standalone tools but I need to debug something on Eclipse and I was hoping this would help me decompile some code of which I'dont have the source.
But the ...
0
votes
1answer
109 views
Obtaining a .jar from a .exe
What I'm currently dealing with is a Windows .exe that contains an executable .jar. I've tried running it through various .exe and .jar decompilers to no avail. My question is, how would I go about ...
1
vote
0answers
184 views
Java Decompiler produced error code [closed]
I've used Java Decompiler to decompile the source (I asked the original owners, and they said it was fine), and all went well. I then began the long journey of fixing all the mistakes that the ...
1
vote
1answer
488 views
Trying to decompile a java .class file with javap.exe
I have some .class files that I want to decompile. So this is what I do:
javap -c "C:\users\Richard\workspace\pruebas\bin\ClassName" and all the time I have the same error ERROR:Could not find ...
0
votes
0answers
63 views
Does a java decompiler recreate form data? [closed]
Does jd java decompliler recreate form data?
If so where is the .form file?
Trying to recreate a project from jar file and cant seem to find form.
I used this freeware. In my project I have .java ...
0
votes
0answers
90 views
Editing .class files [duplicate]
Possible Duplicate:
java bytecode editor?
I am looking for a way to directly edit a .class file that was packed in a .jar. I have extracted the .jar file, and have a series of .class files ...
3
votes
1answer
1k views
jad does not always work for classes?
I have set Jad for eclipse. I am able to decompile the java source code so I assume that the configuration is setup properly.
The problem is that some jars I include seem not to be decompiled. I.e. ...
1
vote
1answer
141 views
Strange issue when compiling, then decompiling Select Case
I'm seeing some strange behaviour when making a change to the following VB.net code. This is the original sourcecode:
Private Function ValidateSelectedId(ByVal purposeId As String) As Boolean
Dim ...
-4
votes
1answer
461 views
Edit and recompile Jar file [closed]
I'm trying to modify a JNPL app. to store in a local txt file some values that are being displayed in the app. interface. I'm able to get the .Jar files and decompile them using the Java Decompiler, ...
0
votes
0answers
293 views
LZMA Compression To Protect .swf Files?
I'm a bit new to SWF protection and while googling I found that Sothink SWF Decompiler is used for easy decompilation and can even phrase the .fla file so I got the latest version and found out that ...
0
votes
1answer
57 views
Replace property method with property
I have a decompiler that generates a project, but the source includes the actual property method
.get_Property()
.set_Property(obj)
.get_Item(0)
instead of
.Property
.Property = obj
[0]
It also ...







