vbc.exe
- File Path:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\vbc.exe
- Description: Visual Basic Command Line Compiler
Hashes
Type |
Hash |
MD5 |
A526DE1F9DE51E1ACBC6B8A492673174 |
SHA1 |
9DE369D588F9C95E6BA0A5E2CE525365E0531A89 |
SHA256 |
23C34FF2BB98F028FEFAB008F83AF6C74A5F7B99114E6140CD69212644BF8D3E |
SHA384 |
6F4889A6E4CBB5466F460E3DE820651AE908D244138F017C9F04CF32140658CD3C4D18D9BFB74DAD573C5114434E7D19 |
SHA512 |
445B35A32F81541A987442980A6BAF98725629F454DC42D68921A4C5C901BF48F71FD8A8BFBE25ECCD16567688A5F566E65919BF2433BF6BEBA167035D1C94CE |
SSDEEP |
49152:KWt/e5tGMP6E/J2gEnA6YPLRU0hM5wKOcfOhGiLCa/Noz2j+19uPdQHqhCR:iP4lApU0hM5w1RCgNoKj56 |
IMP |
820E2A2386C426F41813BF1E25691EB0 |
PESHA1 |
23C09CC2B927A01AB7309344D01B8C2AB76471DF |
PE256 |
6E95FFDDFF984D3E61AC68C812DF2C4CD6CA9E5BA7840DF41ED3125A99FF895A |
Runtime Data
Usage (stdout):
Microsoft (R) Visual Basic Compiler version 14.8.4084
for Visual Basic 2012
Copyright (c) Microsoft Corporation. All rights reserved.
This compiler is provided as part of the Microsoft (R) .NET Framework, but only supports language versions up to Visual Basic 2012, which is no longer the latest version. For compilers that support newer versions of the Visual Basic programming language, see http://go.microsoft.com/fwlink/?LinkID=533241
Visual Basic Compiler Options
- OUTPUT FILE -
/out:<file> Specifies the output file name.
/target:exe Create a console application (default). (Short form: /t)
/target:winexe Create a Windows application.
/target:library Create a library assembly.
/target:module Create a module that can be added to an assembly.
/target:appcontainerexe Create a Windows application that runs in AppContainer.
/target:winmdobj Create a Windows Metadata intermediate file
/doc[+|-] Generates XML documentation file.
/doc:<file> Generates XML documentation file to <file>.
- INPUT FILES -
/addmodule:<file_list> Reference metadata from the specified modules.
/link:<file_list> Embed metadata from the specified interop assembly. (Short form: /l)
/recurse:<wildcard> Include all files in the current directory and subdirectories according to the wildcard specifications.
/reference:<file_list> Reference metadata from the specified assembly. (Short form: /r)
- RESOURCES -
/linkresource:<resinfo> Links the specified file as an external assembly resource. resinfo:<file>[,<name>[,public|private]] (Short form: /linkres)
/nowin32manifest The default manifest should not be embedded in the manifest section of the output PE.
/resource:<resinfo> Adds the specified file as an embedded assembly resource. resinfo:<file>[,<name>[,public|private]] (Short form: /res)
/win32icon:<file> Specifies a Win32 icon file (.ico) for the default Win32 resources.
/win32manifest:<file> The provided file is embedded in the manifest section of the output PE.
/win32resource:<file> Specifies a Win32 resource file (.res).
- CODE GENERATION -
/optimize[+|-] Enable optimizations.
/removeintchecks[+|-] Remove integer checks. Default off.
/debug[+|-] Emit debugging information.
/debug:full Emit full debugging information (default).
/debug:pdbonly Emit PDB file only.
- ERRORS AND WARNINGS -
/nowarn Disable all warnings.
/nowarn:<number_list> Disable a list of individual warnings.
/warnaserror[+|-] Treat all warnings as errors.
/warnaserror[+|-]:<number_list> Treat a list of warnings as errors.
- LANGUAGE -
/define:<symbol_list> Declare global conditional compilation symbol(s). symbol_list:name=value,... (Short form: /d)
/imports:<import_list> Declare global Imports for namespaces in referenced metadata files. import_list:namespace,...
/langversion:<number> Specify language version: 9|10|11.
/optionexplicit[+|-] Require explicit declaration of variables.
/optioninfer[+|-] Allow type inference of variables.
/rootnamespace:<string> Specifies the root Namespace for all type declarations.
/optionstrict[+|-] Enforce strict language semantics.
/optionstrict:custom Warn when strict language semantics are not respected.
/optioncompare:binary Specifies binary-style string comparisons. This is the default.
/optioncompare:text Specifies text-style string comparisons.
- MISCELLANEOUS -
/help Display this usage message. (Short form: /?)
/noconfig Do not auto-include VBC.RSP file.
/nologo Do not display compiler copyright banner.
/quiet Quiet output mode.
/verbose Display verbose messages.
- ADVANCED -
/baseaddress:<number> The base address for a library or module (hex).
/bugreport:<file> Create bug report file.
/codepage:<number> Specifies the codepage to use when opening source files.
/delaysign[+|-] Delay-sign the assembly using only the public portion of the strong name key.
/errorreport:<string> Specifies how to handle internal compiler errors; must be prompt, send, none, or queue (default).
/filealign:<number> Specify the alignment used for output file sections.
/highentropyva[+|-] Enable high-entropy ASLR.
/keycontainer:<string> Specifies a strong name key container.
/keyfile:<file> Specifies a strong name key file.
/libpath:<path_list> List of directories to search for metadata references. (Semi-colon delimited.)
/main:<class> Specifies the Class or Module that contains Sub Main. It can also be a Class that inherits from System.Windows.Forms.Form. (Short form: /m)
/moduleassemblyname:<string> Name of the assembly which this module will be a part of.
/netcf Target the .NET Compact Framework.
/nostdlib Do not reference standard libraries (system.dll and VBC.RSP file).
/platform:<string> Limit which platforms this code can run on; must be x86, x64, Itanium, arm, AnyCPU32BitPreferred or anycpu (default).
/sdkpath:<path> Location of the .NET Framework SDK directory (mscorlib.dll).
/subsystemversion:<version> Specify subsystem version of the output PE. version:<number>[.<number>]
/utf8output[+|-] Emit compiler output in UTF8 character encoding.
@<file> Insert command-line settings from a text file.
/vbruntime[+|-|*] Compile with/without the default Visual Basic runtime.
/vbruntime:<file> Compile with the alternate Visual Basic runtime in <file>.
Loaded Modules:
Path |
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\vbc.exe |
C:\Windows\System32\KERNEL32.DLL |
C:\Windows\System32\KERNELBASE.dll |
C:\Windows\SYSTEM32\ntdll.dll |
Signature
- Status: Signature verified.
- Serial:
330000023241FB59996DCC4DFF000000000232
- Thumbprint:
FF82BC38E1DA5E596DF374C53E3617F7EDA36B06
- Issuer: CN=Microsoft Windows Production PCA 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
- Subject: CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
- Original Filename: vbc.exe
- Product Name: Microsoft .NET Framework
- Company Name: Microsoft Corporation
- File Version: 14.8.4084.0
- Product Version: 14.8.4084.0
- Language: English (United States)
- Legal Copyright: Microsoft Corporation. All rights reserved.
- Machine Type: 64-bit
File Scan
- VirusTotal Detections: 0/74
- VirusTotal Link: https://www.virustotal.com/gui/file/23c34ff2bb98f028fefab008f83af6c74a5f7b99114e6140cd69212644bf8d3e/detection
File Similarity (ssdeep match)
Possible Misuse
The following table contains possible examples of vbc.exe
being misused. While vbc.exe
is not inherently malicious, its legitimate functionality can be abused for malicious purposes.
MIT License. Copyright (c) 2020-2021 Strontic.