How to use ConfuserEx?

后端 未结 4 1012
情话喂你
情话喂你 2021-01-30 03:22

I\'d like to have a try on this program but I couldn\'t figure out how to use it.

I\'ve search on the author\'s site https://github.com/yck1509/ConfuserEx but the examp

4条回答
  •  后悔当初
    2021-01-30 03:58

    Get the lastest binaries version from here : https://github.com/yck1509/ConfuserEx/releases

    For use in command line (Confuser.CLI.exe) :

    Confuser.CLI.exe  myProjectFile.crproj
    

    Project file example :

    
    
        
            
            
            
            
            
            
            
            
            
            
        
        
        
        
        
        
        
        
        
        
        
        
    
    

    cmd line

    Config file format : https://github.com/yck1509/ConfuserEx/blob/master/docs/ProjectFormat.md

    For use with the GUI (ConfuserEx.exe) :

    gui

    1. In the Project tab
      1. Choose a base directory
      2. Click on the + button to add DLLs (modules)
    2. In the Settings tab
      1. Click on < Global settings >
      2. Click on the + button. A new rule is added. When the pattern matches, the rule is executed, so "True" mean the rule will always be executed.
      3. Click on Edit button.
      4. Choose the preset "Maximum" then close
    3. In the Protect tab
      1. Click Protect!

提交回复
热议问题