mkaring / ConfuserEx

An open-source, free protector for .NET applications
https://mkaring.github.io/ConfuserEx/
MIT License
2.31k stars 350 forks source link

Added batch modules loading using a wildcard #481

Open oavrelin opened 2 years ago

oavrelin commented 2 years ago

The change allows using a wildcard to batch load modules that need to be obfuscated. Usage example:

    <module path="*.dll"                                         >
        <rule preset="none" pattern="true" inherit="false">
            <protection id="ctrl flow" />
            <protection id="invalid metadata" />
            <protection id="ref proxy" />
            <protection id="rename" />
            <protection id="resources" />
        </rule>
    </module>

@mkaring what do you think?

AppVeyorBot commented 2 years ago

:white_check_mark: Build ConfuserEx 986 completed (commit https://github.com/mkaring/ConfuserEx/commit/55008ed32d by @)

AppVeyorBot commented 2 years ago

:white_check_mark: Build ConfuserEx 987 completed (commit https://github.com/mkaring/ConfuserEx/commit/9c41530ab1 by @)