LOLBAS/yml/OSBinaries/Csc.yml

22 lines
623 B
YAML
Raw Normal View History

2018-06-09 00:15:06 +02:00
---
Name: Csc.exe
Description: Compile
Author: ''
Created: '2018-05-25'
Categories: []
Commands:
- Command: csc -out:My.exe File.cs
Description: Use CSC.EXE to compile C# code stored in File.cs and output the compiled version to My.exe.
- Command: csc -target:library File.cs
Description: ''
Full Path:
- C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe
- C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Csc.exe
Code Sample: []
Detection: []
Resources:
- https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-options/command-line-building-with-csc-exe
- ''
Notes: Thanks to ?