Skip to content

Commit

Permalink
Update software.md
Browse files Browse the repository at this point in the history
Added ArmDot.
  • Loading branch information
ArtemRazin authored Feb 20, 2025
1 parent da77957 commit 22ce5fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/about-mono/showcase/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ The following applications were developed with Mono and run on its runtime:
- [Smokey](https://home.comcast.net/~jesse98/public/Smokey/) is a open source command line tool used to analyze .NET or Mono assemblies for problems. It's similar to tools like FxCop and [Gendarme](/docs/tools+libraries/tools/gendarme/). This version of Smokey has 81 rules. Currently Smokey runs on Mono 1.2.5 ( 1.2.4 should also work although it isn't officially supported).
- [Moonwalker](http://wwwhome.cs.utwente.nl/~ruys/moonwalker/): is a program to automatically detect errors in CIL bytecode programs, i.e. applications written for the .NET platform. The current version of Moonwalker is able to find deadlocks and assertion violations in CIL programs, generated with Mono's C# compiler.
- [BuildAMation](http://buildamation.com/) is an open source (BSD 3-clause) build system and project generator that runs on Windows, Linux and macOS, using Mono on the latter two platforms. Requires at least Mono 4. Build scripts are written in C#, and compiled at runtime. C, C++ and Objective C code are the main build targets. The current version of BuildAMation supports a multithreaded command line build, or generation of Visual Studio or Xcode projects, or MakeFiles.
- [ArmDot](https://www.armdot.com/) is a .NET obfuscator that protects applications from reverse engineering with control flow obfuscation, virtualization, and encryption. It runs on Windows, macOS, and Linux.

#### Server Applications

Expand Down

0 comments on commit 22ce5fe

Please sign in to comment.