decompiling
Techniques to prevent/slow decompiling [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Best Java obfus开发者_运维问答cator ?[详细]
2023-03-18 20:20 分类:问答Is it possible to divine what events a SWF might call?
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.[详细]
2023-03-16 06:02 分类:问答jd-gui stops working when I try to save all resources
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.[详细]
2023-03-14 21:09 分类:问答dex2jar jd-gui decompilaton issue
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-[详细]
2023-03-14 12:47 分类:问答Can all applications be decompiled? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: What types of executables can be decompiled?[详细]
2023-03-13 15:59 分类:问答Dealing with labels in decompiled code
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[详细]
2023-03-13 10:27 分类:问答Identify C++ class members from asm listing
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[详细]
2023-03-11 22:54 分类:问答Where are aspx.cs and aspx.designer.cs
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[详细]
2023-03-11 05:39 分类:问答Get C#-style type reference from CLR-style type full name
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.?[详细]
2023-03-10 18:05 分类:问答Decompiling java class files and comparing with svn
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[详细]
2023-03-10 10:24 分类:问答