Skip to content

ON00dev/Confuser.CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Confuser.CLI

Confuser.CLI.exe for C# obfuscating

How to Install

  • clone this repository: git clone https://github.com/ON00dev/Confuser.CLI.git
  • go to directory /Confuser.CLI: cd Confuser.CLI
  • run "setup.bat" with administrator privilegies;
  • This will set the executable to Path.

How to Use

  • type this command on terminal: Confuser.CLI.exe {your_project.csproj}

This .csproj is a configurating file to obfuscating.

.csproj Configurating Example

<?xml version="1.0" encoding="utf-8" ?>
<Project>
  <BaseDirectory>{base_directory}</BaseDirectory>
  <OutputDirectory>{output_directory}</OutputDirectory>
  <Modules>
    <Module file="{module_file}" />
  </Modules>
  <Protections>
    <preset>{protections_preset}</preset>
  </Protections>
</Project>

Key Elements:

  • BaseDirectory: This is the base directory where your input files (assemblies) are located. The obfuscation tool will use this directory to locate the files to obfuscate.

  • OutputDirectory: This directory is where the obfuscated assemblies will be saved. It should be set to a location where you want the final output to be stored.

  • Modules: A list of assemblies (DLLs or EXEs) to be obfuscated. Each entry should point to the file path of the assembly you want to obfuscate. Make sure to replace path_to_your_assembly.dll with the actual path to your compiled C# assembly.

  • Protections: This section defines the level of protection applied to your assemblies. The preset attribute can be set to one of the following:

    PRESET
    none: No protection applied.
    minimum: Basic protection.
    normal: Standard protection.
    aggressive: Higher protection with more transformations.
    maximum: Maximum protection with extensive transformations.

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy