Download this file
5 lines (5 with data), 451 Bytes
#!/bin/sh
mcs -out:keygen.exe -target:exe -optimize+ -checked- -unsafe+ -debug- -reference:Mono.Security keygen.cs
mcs -out:keygen_js.exe -target:exe -optimize+ -checked- -unsafe+ -debug- -reference:Mono.Security keygen_js.cs
mcs -out:keygen_cs.exe -target:exe -optimize+ -checked- -unsafe+ -debug- -reference:Mono.Security keygen_cs.cs
mcs -out:keygen_java.exe -target:exe -optimize+ -checked- -unsafe+ -debug- -reference:Mono.Security keygen_java.cs
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.