This question already has answers here: Closed 11 years ago. Possible Duplicate: Best Java obfus开发者_运维问答cator ?
A bit of back story: I have a flash video player in SWF form, no FLA. It plays videos, as you might expect, by passing in a URL as a parameter. This works great.
I opened a jar file in jd-gui but when I try to save the all resources it stops working. I d开发者_JAVA百科on\'t know where to look for the logs of jd-gui.
I wanted to see the source code fo开发者_开发知识库r an apk file created which I did by using dex2jar to transform the dex file in to a .class file, and then use a jar decompiler (such as the free jd-
This question already has answers here: Closed 11 years ago. Possible Duplicate: What types of executables can be decompiled?
I\'m wishing to return to a project to which I have lost source to a time ago but have managed to get the compiled version from a user. I\'ve used a few decompilers to slowly piece together the code a
I\'m trying to disassemble and understand an old game\'s launcher (asm listing at http://pastebin.com/raw.php?i=6Z4Xu3Cg). It was built using Borland C++ 1995 and there are four classes with names and
I have inherented a web site from someone who is not available any more.In the deployed folder I have Config.aspx there (please see the code).But I can not find the codebehind file.The config page wor
Given a .NET type object found through reflection, is it possible to pretty print or decompile this type as a C# declaration, taking into account C# type aliases, etc.?
We have normal java files residing in the SVN. We have made some changes in those files , but it happens that , those files are lost (they are n开发者_运维知识库ot in SVN). But we have the class files