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.
我使用 Dotfuscator 保护我的应用程序免受逆向工程我加密了 dll 文件并保存了它们,我的问题是在那之后该怎么办?如何使用新的 dll 插入旧的,因为当我复制和过去时,然后我发布网站它得到旧的 dll 而不是新的?
您是否通过 Visual Studio 发布您的网站?如果是这样,那么混淆的 DLL 似乎被绕过了。您是否在发布之前使用经过混淆的 DLL 覆盖原始 DLL?作为最后的手段,使用 FTP 发布您的站点,因为您可以确定您正在上传哪些版本的 DLL。