decompiling
After Decompilation My Java File contain Byte Code
I have decompiled jar file using JD GUI Java decompiler . Only one file contain not actual java code it contain byte code ....how to get rid of this?[详细]
2023-03-28 12:01 分类:问答Could I hide the encryption key of a c# exe securely (in a way that can't be decompiled in any known way), as in C/C++?
I love c# for programming applications (I consider myself intermediate with c#, and a bit less with C/C++, but am only learning, nothing real yet in the arena), and I used to like it until i discovere[详细]
2023-03-28 03:11 分类:问答Java 7 String switch decompiled: unexpected instruction
I have decompiled a very simple class that uses the new Java 7 String Switch feature. The class: public class StringSwitch {[详细]
2023-03-25 08:38 分类:问答Why are decompiled java programs not always directly compilable and what are the parts that are not?
So I am trying to make slight valid legal changes to a compiled java program. I am decompiling it using JD-GUI for Mac. For the most part the decompiled code is error free but there are some strange t[详细]
2023-03-25 06:25 分类:问答How does c# decompiler work
i am interested in decompilers like ILSpy or .Net Reflector and etc. Can anybody tell me how this decompiler convert exe or dll files written in c# to its origina开发者_JS百科l source code?There are[详细]
2023-03-24 23:59 分类:问答Find out the class name of an apk
I am developing a开发者_JAVA百科n app that should be able to launch another app installed on the phone. Currently, I am successful with launching facebook as the ActivityPackage and ActivityClass is k[详细]
2023-03-24 08:27 分类:问答.NET Reflector error in generating code
I used Reflector 6.8 to disassemble a binary. It shows the Class tree view. Even the declaration of methods of the classes , but \"Expand Methods\" errors ou开发者_StackOverflowt with some error like[详细]
2023-03-23 23:49 分类:问答Fernflower Java decompiler help
As the author has forgotten to add a detailed usage listing (or I can\'t find it), I wonder if anyone knows anything about the command-line options accepted by the FernFlower decompiler application.[详细]
2023-03-22 12:15 分类:问答Java decompiled code meaning
i recently decompiled a bit of Java code, but parts are in a syntax I don\'t understand. I\'ve searched for this but many threads I see say that code similar to this is compiler dependant. On java syn[详细]
2023-03-21 03:53 分类:问答Is their a free .NET Decompiler that integrates with the Visual Studio Debugger [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-20 23:11 分类:问答