Babel Obfuscator
HomeDocumentationShop
  • Introduction
    • General Features
  • Getting Started
    • Install
    • Product Activation
  • Command Line
    • Command Line Reference
      • Miscellaneous
      • Input Files
      • Output Files
      • Plugins
      • Merge and Embed
      • Renaming
      • Control Flow Obfuscation
      • Encryption and Protection
      • Code Generation
  • MSBuild Task
    • Babel Task Reference
    • Customizing Intellisense
  • NuGet Package
    • NuGet Pakage Reference
  • User Interface
    • Obfuscation
    • Tools
    • Custom Themes
  • Obfuscation Rules
    • XML Rules
      • Example Rules
    • Custom Attributes
    • Obfuscation Agent
  • Merge and Embed
    • Assembly Merging
    • Assembly Embedding
  • Symbols Renaming
    • XML Map Files
    • Cross Assembly Renaming
    • XAML Renaming
    • Decoding Stack Traces
  • String Encryption
    • Custom String Encryption
  • Control Flow Obfuscation
  • Code Encryption
    • External Code Files
    • Password Protected Code
    • Dynamic Code
  • Dynamic Proxy
  • Resource Encryption
  • Value And Array Encryption
  • Tampering Detection
  • Anti Debugging
  • Enhancing Code Security
  • Optimizations
    • Dead Code Removal
    • Metadata Optimizations
    • Code Optimizations
  • Appendix
  • Examples
    • Examples
    • General Samples
      • ClickOnce Deploy
      • Detecting Babel Obfuscation
      • Obfuscate .NET MAUI
      • Blazor Web App
    • Code Encryption
      • Feature Based Licenses
    • Cross Assembly Renaming
      • Publish .NET App
    • Build Servers
      • GitHub Actions
      • Unit Tests
    • Babel Obfuscator NuGet
      • Android Application
  • Plugins
    • Babel Obfuscator Plugins
    • Encrypt Plugin
      • Getting Started
      • Source Code
Powered by GitBook
On this page

Was this helpful?

  1. Examples

Babel Obfuscator NuGet

Last updated 2 years ago

Was this helpful?

The Babel Obfuscator nuget package provides an easy way to integrate the Babel MSBuild task in any .NET project. Once the package is installed, the Babel task is automatically added to the project file, and the necessary references are added to the project. This simplifies the process of integrating Babel Obfuscator into a project and ensures that all the required components are properly set up.

Using the Babel Obfuscator nuget package also provides some advantages compared to manually adding the Babel task to the project. Firstly, the package ensures that the correct version of the Babel task is used. Secondly, the package provides a more streamlined way of configuring the Babel task. The Babel Obfuscator NuGet package includes various configurations tested for the specific project type and is easily customizable to achieve the desired obfuscation result.

These code samples are specifically designed to demonstrate the integration of Babel Obfuscator using the Babel Obfuscator NuGet package. The samples showcase the flexibility and customization options available with the package, allowing developers to fine-tune obfuscation settings to achieve optimal results for their applications. Using the NuGet package, integrating Babel Obfuscator becomes easier and more streamlined, which helps save development time.

Android Application