mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 12:42:19 +02:00
MD files generate from Script, and adjustments to readme
This commit is contained in:
21
yml/OSBinaries/Csc.yml
Normal file
21
yml/OSBinaries/Csc.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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 ?
|
||||
|
Reference in New Issue
Block a user