.NET-Obfuscator
Lists of .NET Obfuscator (Free, Freemium, Paid and Open Source ) (by NotPrab)
cs-script
C# scripting platform (by oleg-shilo)
.NET-Obfuscator | cs-script | |
---|---|---|
8 | 7 | |
1,360 | 1,735 | |
3.5% | 1.7% | |
6.3 | 9.0 | |
about 2 months ago | 5 days ago | |
Python | C# | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
.NET-Obfuscator
Posts with mentions or reviews of .NET-Obfuscator.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-22.
-
.NET obfuscator recomendation
I've tested a few from this list: https://github.com/NotPrab/.NET-Obfuscator
-
any good .net 6 obfuscators?
Have a look here, https://github.com/NotPrab/.NET-Obfuscator . We use Pre-emptive Dotfuscator, they have a community edition which is really good. I honestly don't understand the reason for most of the answers to your question. If you feel obfuscation will add value to your project for you, then use whatever you want. Not every project sits behind a web server.
- Are there any ways to hide the contents of a programmable block?
- Is C# a poor language choice if I care about not making my code easily reverse engineerable?
-
why c# don't have obfuscate as default?
Beyond that, there are also obfuscation utilities that can obfuscate your published code. (The public API surface remains intact to maintain compatibility, but everything under that becomes obfuscated.) There are many options to help protect your code: https://github.com/NotPrab/.NET-Obfuscator Dive in and see if any floats your boat.
-
C# 9 top-level programs and target-typed expressions
The term you're looking for is obfuscation. This seems like a good roundup: https://github.com/NotPrab/.NET-Obfuscator
- Lists of .NET Obfuscator (Free, Trial, Paid and Open Source)
cs-script
Posts with mentions or reviews of cs-script.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-22.
-
What is the latest on scripting inside of C# (especially for Unity development)?
CS-Script
- [OC] Options for Runtime (Dynamic) Scripting for .NET [C#, Scripting, Modding]
- CSharp script?
-
Visual Studio Code: /bin/sh: line 1: scriptcs: command not found
:: Querying AUR... Repository : aur Name : cs-script Keywords : None Version : 3.28.4.0-1 Description : Run C# sources like scripts URL : https://github.com/oleg-shilo/cs-script AUR URL : https://aur.archlinux.org/packages/cs-script Groups : None Licenses : MIT Provides : None Depends On : mono Make Deps : None Check Deps : None Optional Deps : None Conflicts With : None Maintainer : clofresh Votes : 0 Popularity : 0.000000 First Submitted : Sat 12 Nov 2016 01:56:26 PM GMT Last Modified : Sat 09 Jun 2018 05:18:39 AM BST Out-of-date : No
-
Importing script dynamically in unity
I did something like that in a pure C# game engine using this tool: https://github.com/oleg-shilo/cs-script/wiki
-
Started my C# journey today on MacOS. How do people usually run C# from terminal?
That said, there are some projects like cs-script that provide tools that let you treat C# more like a scripting language and omit that infrastructure. It's just not as feasible or useful as you start to write more complicated application types.
-
C# 9 top-level programs and target-typed expressions
There are third party projects that support this: https://github.com/oleg-shilo/cs-script
What are some alternatives?
When comparing .NET-Obfuscator and cs-script you can also consider the following projects:
Visual Studio Community - GitHub Extension for Visual Studio
dotnet-script - Run C# scripts from the .NET CLI.
Introducing .NET Multi-platform App UI (MAUI) - .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
ClearScript - A library for adding scripting to .NET applications. Supports V8 (Windows, Linux, macOS) and JScript/VBScript (Windows).
BlazorWebFormsComponents - A collection of Blazor components that emulate the ASP.NET Web Forms controls of the same name