Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有一个添加了最多混淆(最大预设)的 confuserex 应用程序,我将如何对其进行去混淆?
混淆某些东西,去混淆它要容易几个数量级。这个问题很有可能有邪恶的意图。任何实际的帮助只会导致未来的混淆变得更加激进。对于 hte 混淆软件的性能、调试和可靠性而言,情况更糟。
关于我能想到的唯一理论上的方法,会有类似 Visual Studioes/.NET JiT 级别的代码优化。它们能够将constructst 换成完全不同、更快的constructst。对速度的优化。这将是对可读性的优化。但即使这样也无法恢复被某些占位符名称混淆的名称。但我不想再多想了。