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.
我使用反射器来检索 C# DLL 的源代码。但是,我有一个受 Eazfuscator.NET 保护的 DLL。反射器无法从此 DLL 中检索代码。
如何从此 DLL 中检索代码?
感谢您的帮助。