Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added batch modules loading using a wildcard #481

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ozaiats
Copy link

@ozaiats ozaiats commented May 4, 2022

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
Copy link

Build ConfuserEx 986 completed (commit 55008ed32d by @)

Confuser.Core/Project/ConfuserProject.cs Outdated Show resolved Hide resolved
Confuser.Core/Project/ConfuserProject.cs Outdated Show resolved Hide resolved
@AppVeyorBot
Copy link

Build ConfuserEx 987 completed (commit 9c41530ab1 by @)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants