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.
「AnyCPU」用に構築された3番目のDLLがあります。(特定の理由で)x86用に再構築する必要があります。既存のソースコードにアクセスできませんが、Reflectorを介して、自分で逆コンパイルして再コンパイルすることができます。
リフレクターパスを使用せずにこれを行う別の方法はありますか
これに使用できますcorflags。具体的には/32BIT+オプション。該当する場合は、強力な名前付きアセンブリに関する注意事項に注意してください。
corflags
/32BIT+