Skip to content

Commit 63ece94

Browse files
authored
Update software.md (#651)
Added ArmDot.
1 parent da77957 commit 63ece94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/about-mono/showcase/software.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ The following applications were developed with Mono and run on its runtime:
101101
- [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).
102102
- [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.
103103
- [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.
104+
- [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.
104105

105106
#### Server Applications
106107

0 commit comments

Comments
 (0)