Skip to content

How to apply decodable renaming in the ConfuserEx GUI? #328

Answered by mkaring
blakeex asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

one major limitation of the GUI is that you can't add parameters to the protections. This means that you can't enable the renaming mode directly in the GUI.
That being said, it's very easy to enable the mode directly in the *.crproj file. Best way to do it, is to setup the project using the GUI and save it once done. The project file can be opened with any editor, it's just a simple XML file. You'll find the entries for the protections in there, such as:

<protection id="rename" />

That is the place, where you can add the additional parameters. In your case you want to enable the sequential rename mode, so you would exchange the protection entry listed above to:

<protection id="rename"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by blakeex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants