decompiling
why there is difference between original and compiled code
Here i am tried to compile the java file and i used java decompiler to check the compiled code.why char is converted int and some of the variable names also changed?[详细]
2023-02-18 03:33 分类:问答Any tools for comparing decompiled classes to source code?
For arguements sake, you\'ve got some compiled .class files, and some source .java files. You\'re not convinced that the class files were actually built from the same revision of those source files t[详细]
2023-02-17 20:12 分类:问答Is it possible to decompile a compiled .pyc file into a .py file?
Is it possible to get some information out of the .py开发者_运维技巧c file that is generated from a .py file?Tools to try[详细]
2023-02-16 17:09 分类:问答How to change methods in .class file without recompiling
I need to change existing compiled .class file. Actually I have even sources of it, but I cannot just change and recompile it because of many dependencies that I don\'t have.[详细]
2023-02-14 15:12 分类:问答Extract source code from .jar file
开发者_运维问答Is there a way to extract the source code from an executable .jar file (Java ME)? Use JD GUI. Open the application, drag and drop your JAR file into it.You can extract a jar file with t[详细]
2023-02-13 09:45 分类:问答Developing software for specific MIDI device
I own a Behringer BCR2000 and the device is awesome but the software for it is really horrible. It fails everytime I try to copy a Preset from my computer to the device which is pretty inconvenient to[详细]
2023-02-13 07:45 分类:问答Is there any way to force Java to recognize the unnamed package from a named package?
I开发者_Go百科n order to complete a project, I need to alter a class file in a named package. I cannot put it into the unnamed package; it is imported itself from other classes.[详细]
2023-02-12 20:03 分类:问答jar to .java conversion [duplicate]
This question already exists: Closed 11 years ago. Possible Duplicate: Where can I find a Java decompiler?[详细]
2023-02-12 16:49 分类:问答Possible to inject resource files into .net assembly?
There\'s a .net program for students that I\'ve been messing around with in Reflector and Reflexil, but it doesn\'t look like they can work with resource files. I want to replace the default backgroun[详细]
2023-02-09 16:49 分类:问答Can you retrieve source from a debug-compiled binary?
I was digging around and found an executable for something I wrote in Visual C++ 6.0 about 8 years ago. I never backed up the source code, but I think I always compiled everything in debug mode. I als[详细]
2023-02-07 07:57 分类:问答