mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-25 22:39:27 +01:00
22 lines
623 B
YAML
22 lines
623 B
YAML
---
|
|
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 ?
|
|
|