英文: How to hide an embedded resource file from being shown in dotPeek or any other decompiler 问题 我有一...
我可以使用”Go dlv exec ./go-server”来反编译所有的Go代码吗?
英文: Can I use Go dlv exec ./go-server to decompile all go code? 问题 假设一个go-server文件是在Windows系统上使用Linu...
Enhanced Class Decompiler is installed still I am unable to decompile .class to .java source?
英文: Enhanced Class Decompiler is installed still I am unable to decompile .class to .java source? 问题...
调用一个类名为 “if”。
英文: Calling a class “if” 问题 我正在尝试对一个经过混淆的Java程序进行反编译/重新编译。从反编译的源代码中看,混淆器似乎成功调用了一个名为if的类: public clas...
我如何判断为什么/如何两个类文件不同?
英文: How can I tell why/how two class files are different? 问题 我正在尝试重新创建一些旧的源代码。我有两个类,一个来自我的新源代码,一个来自丢...