問題タブ [obfuscar]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
490 参照

fody-costura - Fody.Costura マージ ファイルの前に Obfuscar を実行する

Fody.Costura 圧縮を使用して、またはそれを使用せずに、マージされたファイルが難読化されていないため、Fody.Costura がファイルをマージする前に難読化を実行するにはどうすればよいですか。

https://github.com/obfuscar/example.git obfuscar のプロジェクト例をダウンロードし、Fody と Fody.Costura を nuget でインストールしましたが、出力例は ILSpy プロジェクトで確認すると難読化されていません。

https://github.com/icsharpcode/ILSpy (圧縮ファイルをダウンロードして dll コードを表示する ILSpy プロジェクト) https://github.com/G4224T/Fody-Costura-Decompress (fody costura ファイルを解凍するには)。

私の難読化設定は

そして、私が試したfody costuraで

無料なので、このプロジェクトを使用してファイルを難読化およびマージするためのオプションが必要です。ありがとうございます