I do not know what languag开发者_JAVA技巧e a program was written in, but I\'d like to find a decompiler that can decompile its source code and find it out what language it was written in.
Well, I guess subject s开发者_运维知识库ays it all :) The ideal solution would find all jars within a certain folder (they might be in sub-folders), and write all the sources found into a single \"sr
How do I diff two binary files? I have two versions of a program, version 1 and version 2. I\'ve made a small number of changes between the two version, but unfortunately haven\'t been backing up reg
I\'m trying to decompile a dl开发者_高级运维l with the tool called Reflector, but it shows only the definitions, not the complete code. What is the reason? How can I decompile it completely?
when I decompiled a dll file with Reflector, I saw that the method I need is implemented as below. What does it mean? Is that possible to see the source code behind it?
I have a quite old Windows application (1998) which is no longer maintained by the author and I don\'t have its source code. This application in one of its windows has a dropdown list widget where the
As SWFs are notoriously easy to decompile, If I am distribution SWF with secure keys inside or some valuable peace of code, how should I secure it?
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 i a
I lost my source code, I have vb6 exe, I decompile exe, then I get decompile codes like below given. Now I want to convert this codes into vb6 source code or readable format.
guys, I used a decompiler jd-gui today and found something quite weird to me. Let\'s say I have a jar file, lib.jar, I decompiled it. It came out that there were some class files named like A.class,