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.
我有一个为“任何 CPU”构建的第三个 DLL。它需要(出于特定原因)为 x86 重建。我无法访问现有的源代码,但可以通过 Reflector 自己反编译并重新编译它。
是否有另一种方法可以在不采用反射器路径的情况下做到这一点
你可以用corflags这个。具体/32BIT+选项。如果适用,请注意有关强命名程序集的注意事项。
corflags
/32BIT+