ConfuserEx icon indicating copy to clipboard operation
ConfuserEx copied to clipboard

Add InputSymbolMap attribute to ConfuserProject to allow the map for the future runs

Open ivan-danilov opened this issue 7 years ago • 0 comments

Sometimes it is necessary to provide a patch for obfuscated software. Having different obfuscation applied to patched version comparing with the released one effectively means the patched version cannot be deployed without replacing every obfuscated assembly.

This change makes it possible to provide a symbol map from a previous obfuscation and preserves the renames specified there.

ivan-danilov avatar Oct 17 '18 18:10 ivan-danilov