Ability to load an input symbol map
Let's say I add sequential renaming to a file. This process generates a symbol map. My idea is to add a way to input the existing symbol map to use for reobfuscation at a later time. This could be a option in the project file.
Would you want to use that to ensure that the same assembly is obfuscated the same way a second time?
Or is it something like obfuscating the public members of assembly A and have assembly B obfuscated later and still reference the renamed public members?
What is the goal here?
I would like to make sure that the old and new assemblie could use the same new names. This makes tracing errors in multiple versions of software much easier.
I built this feature for the original ConfuserEx but it wasn't merged. Consider taking it in if that interests you: https://github.com/yck1509/ConfuserEx/pull/680