forked from yck1509/ConfuserEx
-
-
Notifications
You must be signed in to change notification settings - Fork 421
Closed
Description
To repro:
- Create a simple winforms .exe
- Obfuscate with only the following profile:
<rule pattern="true" inherit="false"> <protection id="rename"> <argument name="mode" value="letters" /> <argument name="flatten" value="false" /> </protection> </rule> - Re-obfuscate the output from (2).
- The final executable will not run.
I wouldn't normally run obfuscation twice, but I thought I would test it because I suspected that running a profile that contained only rename was actually doing other things, and it must be! Surely I could run rename 100 times and it would still work: it would be no more obfuscated than the first obfuscation, but because the exe no longer executes something else is being modified
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working