Downloads:
945
Downloads of v 01.05:
235
Last Update:
26 Apr 2021
Package Maintainer(s):
Software Author(s):
- Castellani Davide
Tags:
vtools vbox- Software Specific:
- Software Site
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
vtools
- 1
- 2
- 3
01.05 | Updated: 26 Apr 2021
- Software Specific:
- Software Site
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
945
Downloads of v 01.05:
235
Maintainer(s):
Software Author(s):
- Castellani Davide
vtools 01.05
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Castellani Davide. The inclusion of Castellani Davide trademark(s), if any, upon this webpage is solely to identify Castellani Davide goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Failed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install vtools, run the following command from the command line or from PowerShell:
To upgrade vtools, run the following command from the command line or from PowerShell:
To uninstall vtools, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download vtools --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade vtools -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade vtools -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install vtools
win_chocolatey:
name: vtools
version: '01.05'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'vtools' do
action :install
source 'INTERNAL REPO URL'
version '01.05'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller vtools
{
Name = "vtools"
Version = "01.05"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'vtools':
ensure => '01.05',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 26 Apr 2021.
Manage vitual machines, getting some informations (eg. OS).
md5: 877F89F4A141DA5810AE8DF658DAE577 | sha1: DF17D4BF2FA8BC3CE9A85F635EE8CFE640CDD3D2 | sha256: F009EDC33AEA2EE2DC1E9ED32E27DDDA6204C45C87A6F722B883C76EB394555F | sha512: 988A3DAF5DF93FE509886C4AF86039493667BA83957D41A48615101D3BBCD8B2C319AE59E59CC83A6765F33558E396294F8E9E349F8C21131C0F10A2BAD6F212
md5: F90E083964B3E72B4FFE0BCA2464CAC2 | sha1: 1783075F960368676321C2CCA274232C1B8BCBD0 | sha256: 26E85481B4DF9A39EEEB0A9FECA3384A76275A5899EFBE58FB4AB1C55814FE8D | sha512: 3D1BB850AF88166A1484B8B70E43EF10DB79425EE8E5FF5269F5CE04F3EA3960A793E73490EAAFBD8BA1C75C62860D648EA654D9EE3BEDF22F5CBA9B51E8ABA0
This file lists modules PyInstaller was not able to find. This does not
necessarily mean this module is required for running you program. Python and
Python 3rd-party packages include a lot of conditional or optional modules. For
example the module 'ntpath' only exists on Windows, whereas the module
'posixpath' only exists on Posix systems.
Types if import:
* top-level: imported at the top-level - look at these first
* conditional: imported within an if-statement
* delayed: imported from within a function
* optional: imported within a try-except-statement
IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
yourself tracking down the missing module. Thanks!
missing module named org - imported by copy (optional)
missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level)
missing module named urllib.getproxies_environment - imported by urllib (conditional), requests.compat (conditional)
missing module named urllib.proxy_bypass_environment - imported by urllib (conditional), requests.compat (conditional)
missing module named urllib.proxy_bypass - imported by urllib (conditional), requests.compat (conditional)
missing module named urllib.getproxies - imported by urllib (conditional), requests.compat (conditional)
missing module named urllib.urlencode - imported by urllib (conditional), requests.compat (conditional)
missing module named urllib.unquote_plus - imported by urllib (conditional), requests.compat (conditional)
missing module named urllib.quote_plus - imported by urllib (conditional), requests.compat (conditional)
missing module named urllib.unquote - imported by urllib (conditional), requests.compat (conditional)
missing module named urllib.quote - imported by urllib (conditional), requests.compat (conditional)
missing module named _posixshmem - imported by multiprocessing.resource_tracker (conditional), multiprocessing.shared_memory (conditional)
missing module named multiprocessing.set_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
missing module named multiprocessing.get_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
missing module named _posixsubprocess - imported by subprocess (optional), multiprocessing.util (delayed)
missing module named multiprocessing.get_context - imported by multiprocessing (top-level), multiprocessing.pool (top-level), multiprocessing.managers (top-level), multiprocessing.sharedctypes (top-level)
missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level)
missing module named _scproxy - imported by urllib.request (conditional)
missing module named termios - imported by tty (top-level), getpass (optional)
missing module named 'java.lang' - imported by platform (delayed, optional), xml.sax._exceptions (conditional)
missing module named multiprocessing.BufferTooShort - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
missing module named asyncio.DefaultEventLoopPolicy - imported by asyncio (delayed, conditional), asyncio.events (delayed, conditional)
missing module named vms_lib - imported by platform (delayed, conditional, optional)
missing module named java - imported by platform (delayed)
missing module named _winreg - imported by platform (delayed, optional), requests.utils (delayed, conditional, optional)
missing module named readline - imported by cmd (delayed, conditional, optional), code (delayed, conditional, optional), pdb (delayed, optional)
missing module named 'org.python' - imported by pickle (optional), xml.sax (delayed, conditional)
missing module named posix - imported by os (conditional, optional), shutil (conditional)
missing module named resource - imported by posix (top-level), test.support (optional)
missing module named grp - imported by shutil (optional), tarfile (optional), pathlib (delayed)
missing module named pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), pathlib (delayed, conditional, optional), http.server (delayed, optional), webbrowser (delayed), netrc (delayed, conditional), getpass (delayed), distutils.util (delayed, conditional, optional)
missing module named StringIO - imported by urllib3.packages.six (conditional), requests.compat (conditional)
missing module named Cookie - imported by requests.compat (conditional)
missing module named cookielib - imported by requests.compat (conditional)
missing module named urllib2 - imported by requests.compat (conditional)
missing module named urlparse - imported by requests.compat (conditional)
missing module named simplejson - imported by requests.compat (optional)
missing module named backports - imported by urllib3.packages.ssl_match_hostname (optional)
missing module named brotli - imported by urllib3.util.request (optional), urllib3.response (optional)
missing module named Queue - imported by urllib3.util.queue (conditional)
missing module named "'urllib3.packages.six.moves.urllib'.parse" - imported by urllib3.request (top-level), urllib3.poolmanager (top-level)
runtime module named urllib3.packages.six.moves - imported by http.client (top-level), urllib3.util.response (top-level), urllib3.connectionpool (top-level), 'urllib3.packages.six.moves.urllib' (top-level), urllib3.util.queue (top-level)
missing module named socks - imported by urllib3.contrib.socks (optional)
missing module named _dummy_threading - imported by dummy_threading (optional)
missing module named 'typing.io' - imported by importlib.resources (top-level)
missing module named cryptography - imported by urllib3.contrib.pyopenssl (top-level), requests (conditional, optional)
missing module named 'OpenSSL.crypto' - imported by urllib3.contrib.pyopenssl (delayed)
missing module named 'cryptography.x509' - imported by urllib3.contrib.pyopenssl (delayed, optional)
missing module named 'cryptography.hazmat' - imported by urllib3.contrib.pyopenssl (top-level)
missing module named OpenSSL - imported by urllib3.contrib.pyopenssl (top-level)
md5: 247275A6800E06F12795854F19FE3DE7 | sha1: F96F3F51A59E9D87583137E3FBFE19AAC373C51C | sha256: C4B52116807189F3F55C243556C05FBFDC45B6BCDC56D14804F7FDBA3C97538E | sha512: E87274A65A40D833DC15C3684644A13D2C6D779388D88A564F4B82144A19732747F4D47DF9DE1247F0594711FCC87480E7C7EBBF2A3A754C81A6AF8386EFFFCE
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="__init__" processorArchitecture="amd64" version="1.0.0.0"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" language="*" processorArchitecture="*" version="6.0.0.0" publicKeyToken="6595b64144ccf1df"/>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"/>
</dependentAssembly>
</dependency>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>
</assembly>
# My personal variabiles
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$ppath = "C:\Progra~1\vtools"
$exepath = "$ppath\vtools.exe"
echo "My personal path is: $ppath"
echo "My exe path id $exepath"
# Set folder
Remove-Item -LiteralPath $ppath -Force -Recurse
# Add Path
$new_path = (Get-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment' -Name PATH).path
if ($new_path -like "*$ppath*")
{
echo "Delate unwanted path"
$new_path = $new_path.Replace("$ppath", "").Replace(";;", ";")
Set-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment' -Name PATH -Value $new_path
}
md5: 8C1EA3DE9B06DCA5A17ECC851C46FB07 | sha1: 1A85BBD40DB8BDF972834F288542157AA8CA9D63 | sha256: 3909FB4F509418EE6AACC708340BDC386F58F395B985689960FA02C497B7014A | sha512: B8A75B6099255A67AD5D24515E86FE14E3A34FA02390E44ADC019EFF478F405B6D3F715376F0C6D475A02D575DC06078403B31CBCA9C9695D219AB093F8FBAED
md5: 6EA580C3387B6F526D311B8755B8B535 | sha1: 902718609A63FB0439B62C2367DC0CCBD3A71D53 | sha256: 275AF628666478FABA0442CB4F2227F6F3D43561EA52ECDEC47E4CBDF5F2ABAC | sha512: 4146F0FAA09E2B23EE7F970829664031FA4B7B7ACBDB6F27D075EB1DA0D63B2D41AC50E386AC0668157532DB69499CE0588563A9E891D6DD74479788D56494D2
md5: B826AC6E0225DB2CFB753D12B527EED3 | sha1: 3EC659EB846B8216A5F769B8109B521B1DAEFDDE | sha256: 40F595ADE9F60CA8630870D9122BF5EFC85C1A52AADAD4E4E5ABA3156FA868D5 | sha512: 00CE60BDF31A687DE63939ECF0F4D5123BAB4DE80B4798712769CD8A0B49B764F8B6E0D7AFDF749B8B574FC447DBA9B78BA59E430C1FE9CF4F8008D9BE5B897D
md5: E6506F25A2D7E47E02ECF4F96395BB38 | sha1: BBB7D458F619DE7FDEF55583198BFEAB1E8E01FB | sha256: F040D06FAC81AEB3CBDAE559785C58F39532F92307E1BCEF4AFDE4114195EDF7 | sha512: CA50727A68F6E58AA803FA251934F93D8A607AB12FD8CF149F68457A685660E422B530F5BCDB7086AE3B71F8578CE77B6B347888A510BF7AE094E42623EFB905
md5: DE967E2D473D8E55C095DB1094695708 | sha1: A7C3278F2E84AD8F2148776E611A0B8481AF7670 | sha256: 318975CC9090747AAEF2D7FEA2B0CEADDB5F8347D01A90F94E7130ED1AD0BD5A | sha512: DB937D171D31E82D26C146254F8A88B7948C9E90B53BA805B5D5DCD56B9273BE02C1B500105FB3C2B42435F7863D023CA7F0B8060FD4DCA5B04B2966219E9F14
md5: CC44206C303277D7ADDB98D821C91914 | sha1: 9C50D5FAC0F640D9B54CD73D70063667F0388221 | sha256: 9B7895C39EE69F22A3ADC24FE787CBA664AD1213CEA8BC3184ED937D5121E075 | sha512: E79DF82D7B2281987D6F67780C1C2104E0135C9CFBCB825055F69835B125DEDB58DCD1D5C08CD4E8666F598D49602B36289B077E3A528DB88F02EE603A6E8819
md5: 7816039FC35232C815B933C47D864C88 | sha1: E68FB109A6921F64AE05104BA1AFC1952B868B9A | sha256: 9C8F443B3A42E9E1AAA110B12C85F99B3D42CE22849CC3072CF56E29CCDD8401 | sha512: 943B5EAE98337652B3EE8C0AD88172D5CC22BBEE14E517A91C0D67B89CFBBC68CB854A3F53BADCB49D355EC6E748DE5579E8BF6A0F8EE28F85BA11808FB79E25
md5: 4ABBE981F41D2DE2ABAF96AB760FAB83 | sha1: 09A40758A7C280D08ACBB98320A3902933DDC207 | sha256: 6BA4E1AC6E8AB26879298D4951FBA25352B6076B346AEC220892454220410875 | sha512: C63727B2FEC31FD3B302301E0E7CD6FD7F028A5B7F4C713B0D4763047A5B7918539A0207A1D8D2E10716B10684884682C565630AFE562CC0DC9C34185E6191E6
md5: 605275C17E1CF88B83BE9EF4C330F86B | sha1: 4A43EA1171BA60F0EA55BD825173E0B113D3C3DA | sha256: 3BBBE0FDF572EB5BF3A800D625FAA1FE0D864B126C95425D529870F719DF7315 | sha512: CC59F53AA07C4FC6FF5EEF13A9A09CAC8B38BA38226461AD63AB53213D9934430CA297714CBACF36688573C2A867181D36330AE35D525416EE505789F945C115
md5: 1763AC0AF41B1BBC75D576A4D86F1BC2 | sha1: 92BBE9320592FBD46AB3875AF4FC4304B16A973A | sha256: F57902B8877ADE936A37448317A01CD79B36CDA8159A17D3CD86A08D53BA7240 | sha512: C1BA2D2420CC53377863964D353689FB67E4F8D4821CC337880858486C8909FB7ACF77CB6591E29EE46C20429D479C44820E63F04C16645A6E458F3CC2A9A2CF
md5: 83E0D47925476B83941B11A0813A8851 | sha1: B4EC57FF7B20F2915B80152DD13C580AC7220D36 | sha256: A085103240813E53FE1EC04A9676B3A983BA8958786D3F90E34A59733E614357 | sha512: AB9683B708EBB1F7C37FC62BB106E7B7626138C3333774338BE1A10D2F21A9CC97246F7F9220F9FABC6EB88B3FD109749F42649CEF1536811E2AABB521324747
md5: BCEB3A4FD70578A2BB1E5138EDEEEEB3 | sha1: 9796AFC837C53A83A8E77D4C2BC88C26B31FF525 | sha256: 8A4B5A175D575D1037A046156630DF4CA5389B4919A9746E1A2F5D456CA50BD8 | sha512: 7FCC7C22032A22E79B6438F86E491A179F74A9A33CE64D8A6EBC3FB6F9FF1F2E2ECE15CBA19FE756A90B104C6BEEA8F892A98193770B478FECB9DEDB1B66CD25
md5: 329FE3E93CFF33D04AF93BEB7AAFB90A | sha1: 516F6455B2076B9388C8C1E214ECB9A1D7BC86CB | sha256: 1541B5811A7AF089ECE0C781F934DA011F0C5667A83F3D1234B4EE5403EB334F | sha512: 62C4FA04CF84B81B303E166F6F7C1E90165C67F2EE60CF8A5CFA7719F42C2D793A2DE10F55B3CD270287D91E3F309E5AD1742990092F26BBE2AAE193A4AD4662
md5: 5FDED5599461319595639569B49E7E53 | sha1: 71B9F74BAF50D7DB3335806FA25891ACC5943198 | sha256: D5E2F838A5BA030BB9ACE8F179E78409B32E0CA0C47839A49A265046B6B73888 | sha512: 8F8DB3DBE90F7366269A5D27A6E5776E01CFD4931DA34C678642D6AC370741316CB95B5344E27154F539DB2EACBCC1BE872F1E0A7B82E025848F266BCE93AF4D
md5: 9A9D6258A5AB98BB10B3D36233EADDE9 | sha1: 1053730D49A03CF72EC129E6B6047062F6D8212E | sha256: 713CCEA0E9E6F7EA39F88AED12812B16911C38BA0A9234F6D0770C29ED5A3E1F | sha512: 187B0C18D12348BB32940B22F6DB37DAF1A18638DEC2CB8A9A0D5A230E430490E732256ACB5AD52E23BD24F2F18310FF9255C96F4A706B02C66029D172219CC7
md5: F00887195128EBD4B8F7E95436E86A98 | sha1: E121114DF338F20666FFADBB86043B0695F0D0CA | sha256: ADB851F8DE3154F32D74B3E65577E2DA195ACE2F78701EB52E09313B271D7544 | sha512: 799D5D2FE101DB17C0E0EEFED83BA9D1FD003480AAB55CFF6169586A2F771D89532E3798635CB5915DB74953ACA425F55EEE09AA0394285FB374CBA431F595AE
md5: C58E2F3828248F84280F0719FDA08FD2 | sha1: 9679C51B4035DA139A1CC9B689CB2EA1C2E7CDEC | sha256: A1B79943CDF8DED063CDAEC144F8A170DE8BBE97B696445885709573C5E0FAEB | sha512: 57CCC658870E9D446F9C9D130ADDE6B96428999697B007E844B7714998D2A23EABED92460C1275A92F1CECA29BE232D5D97E29F0D4D07CC749CDE41BCB5F8729
md5: 29611D3442A5096FFC8EAF94D0AEFE1A | sha1: FBB3510D6E3974A69242FB743B8B15B6BDE0EE33 | sha256: 775C77F0C4D2A87B207C9678DFDBFF3496559561A95086DCC6ADA33C47082A4C | sha512: 925F430B8FC079776AF9388BFB6B741B7C580A6E226EE88E1817BBEE0A1584703B83A5195CC3C24AD3373C8E30789BE4847B07B68FABB13925DB1CE8C3CED726
md5: 9F434A6837E8771D461F4000A52AB643 | sha1: 46994247C06B055F5CE5AAECDCD69E00A680F1E5 | sha256: 8A6B6C7731F6922E6E125FECEACA919E4D26A96349C7B0C90E469396B34B29C7 | sha512: 31A0A88672406A047DA8C06BE7AA7E3356D2108D0EF507665409D8D38ECAD285DE5BA29763F26BFE27F502F2171697CED2884A6542E4BE4F39E94572FAFA0A4D
md5: 32E739B5F838DCFB8C1AF0D3FF93EEA0 | sha1: 98BD2CA3C6BB7E5E750A7245A254906F38A70C05 | sha256: B250B0E69FD96F5F398FC6A0E16DF54F632BC9D575D568E885CF25082BD80A8A | sha512: 818EB27E6B0B1D5E9487B588BDF492BF3EF176D43A83A039F651AACD8EC748BF8225966D6957489383D05E1AC63F69E98E91E557719C41BAB690C1A2FF4C780E
md5: 1E5D2D2D6BA5379DB875E46665E05D8E | sha1: 2B6BD4815C6CC44C3F7B18471849961146C60D03 | sha256: F64FABCE8AED2F16D65D8533AFE11EA814E7C01DC7A839F370C7505EACC556AC | sha512: A996BB2F83C5961E9C5D415DFFD630D4798968DEC4F99CEB00C6A32B96ED48CD5F93D6975C28530AB2AB666A074D4C9C7ED5CE32BD57418B94BA84E29B2E8E0A
md5: 5FD759382CEC7F4C280BDC5F3215D22A | sha1: 7FA466C8482BED4A4AB4745275DB357C9A84CF3C | sha256: 36F418F9EEB0C3366BB3F6FBC3F91F37117632C0A5ECA697D76792AA5C2165FA | sha512: 101FF9F83F704EEAF38EA20428FA5501F63AEDD69AD808498564B43F37F7059FC9CAA484C4A878819881508309F1082C72809D3E704384EF159BBD512DC24F3D
md5: 33791965A25F3F37D87AF734AADE8BDC | sha1: 6BD02E05BAB12A636A7DE002F48760B74EDD28BC | sha256: 162A0D97D99794A5B7D686ED8AB27BD09D083AD3C02C2721104C19CF68164FDB | sha512: E1C79E606D4887C0E5F7EF582D2AC2E3D767C24636A3FFA35032A0C4D46DE40EB660F71127FB75ECFF6105D9A1EA2C5C0F891C589A4CA5AD8EA9431097F6A412
md5: 842D23AF3A6A12B10C9A4EE4D79EC1C1 | sha1: 2CD46EBDD418B12444DC351C0073DAFC5B9EABD5 | sha256: 33ADAC3484118F56F3D8D8745431CEF241D643B46956E08FBB62A63A6F2236DA | sha512: 45A8238862B6AD157D261E5120D1BFD3925FA7E429025D7470CE82F64E51C209F4231F37B3445A4CD3F6649C4B0222BFBD845A16C0E5E022685B081B39CD9296
md5: 9966AA5043C9B7BBB1B710A882E88D4C | sha1: A66BA8F5813A1C573CFCBAF91677323745BDEA91 | sha256: 514BE125E573F7D0E92F36F9DC3A2DEBB39A8CAE840CBD6C7876296E6D4529B7 | sha512: 3FBBECEF13E3C8BAF13072BD14348DAA5F824C58D7B04BCB65246A6B03C9D7B6EC97A78645F1A0DFB6347DB4A698E770ED33F1F9FE1378292C3DFA1040FA71C6
md5: D3D084A56D8CBE2F410DB77CE5A79CDB | sha1: 0DD30E1F1FEB93A58B8C47CD26F951388D1F867C | sha256: B009AD33C5ECC934791565E8B38C55B4712F79D53A257A04295561D12B4A122A | sha512: 23C954818BA45A7AB777042A44A0ABC5712217D2CFCD3714FE043DA1AC22132E0F69B9C795B712A84C21CAEDC405C59AB43DA9B58F86407085609723C44BC881
md5: A50F84E5BDF067A7E67A5417818E1130 | sha1: EE707C7F537F7E5CD75E575A6244139E017589A5 | sha256: 47CD1BF8DED816D84200DAC308AA8D937188BDDBB2B427145B54D4CD46D266F4 | sha512: 892DB3BE7CB4C7F700A9DBE1B56331B2F6C6CE98A63F56AB6810EC1E51B362CA6577271AEFA70CF4FBE867F5762044965B0B81DA1F43D65120B4A860AA0454B4
md5: 252077D2DF92B6AD8B9CFEAAA78AD447 | sha1: 1C3E8B683F1B4CD5555A26FE0BAD692C2E8F9FD9 | sha256: 7BD17163AA56783867B42A267A3805B342DF6D7E832E6AE8F0045D80D73543C6 | sha512: 7FF85C1ADBE350247B49F8698B5D7706806BC14C488D8D9E6CAF14E4E678DC340A76CEBE858B96365309616AEAAB443791CCFF7A6CA62DDEB0A28F1EEECFF822
md5: 0B1C38C9BABECBE7664C80E0DC2C0E68 | sha1: EBA69FFB10487780C1B5E35430DBEF0E43B8CBD0 | sha256: CAD6471E8393046FF3C623454FC904B33E6166E58ED05F98DC36C122309DB618 | sha512: 3FCA96585F4F6F3968B9D76757B5428531C7AA3B72D0390CD552F567E47B7937B522BB417AF06326ED04E45F83F228312774AE64C438BDD628F1EEFB057ADCB0
md5: EFBC21D545D6C4C57C6A66E836E33A32 | sha1: 4A4C267E2D6181F2AA71F6B3BB6904BE47E06A07 | sha256: 48A564E05E98D10A327FDD41B1051C7407EADA1530802EFB470B7425AD07742C | sha512: 2D9842B3BD1A8E8883202D3B0BFF79440D01086D9B464F893C113EACC57171F74C7D2E003C1A15696B411FB054CDFD24CF539612DEB0BC594815A7442FF1D52C
md5: C0EFC253C1CFF5778CD23E62060AF6A8 | sha1: EA760A8BC2248F2066938E16DE849A2D1CC5C539 | sha256: 525C9A51B70233BDCA0FD0DFD61D7051615616698374CEA0B3CA55B8EF5792A7 | sha512: 92BADE19F0140A851CB9B5E6C6B1ECAAA84484D4B47DDBB91D99FD6C332A42D50ABD2CD58F5DE3B28851BB0910C5215A340FD4A3082B184DACC4A6B05AD6494C
md5: DCD968FB42D0FF67E82FE0CE6FF312DD | sha1: 920E52AB298274FAE942C5CBB478780566CE183E | sha256: A2F7FB5D09670E2D785720D07D2541D064D939F3265DE725D79DBEC07A953B63 | sha512: BC518EF9C2C640BCAD1F8D9009C4961307754ECBC4455BD543D80057D1D5707FC7F87A001539CD5F21387A69640F73B9B4B5C3E1FCC5B15CD5E0B0314A98C9CD
md5: 4142A4627D4D537389B641545DCDA4CE | sha1: D05DAEFC74C4C089F5DF7F3D2E333B2F0D2889D5 | sha256: C8D3C40EA5C4EE9167C79AFF577BA9598C1C95B649CB363F980FE72EB3641F56 | sha512: 11FFF083D8E64EAD33AD980C459D3661DBE3AEC34EA40AD1A4D54EA996985D964C09773F027932BB544C168C3A1E37D50ED82739ABBB66D1C67D809BAD0FBB89
md5: 9886BA5285EF26AA6FB093B284BE99AF | sha1: BDB8B82F95CE7B309D7CBE0AEA4501455C2F435B | sha256: 44FC35755A1865D293E8F9B61D35127474717C03CB8D5C8E400BB288D6624D0B | sha512: C1E172CC0F59DA04CC5CCB44A33851F86CE47BCF308AFA6521B64E5132BAF52245F46A9A376DD5B922E3CF18D0339EC8B9424FF59A0B3695771C5F0E5AC59FD7
md5: 6424969D1330DE668F119587744A77DC | sha1: 161D63E1B491B673F617843B66AEFA506860C333 | sha256: 1EA135CDE9495900F7D1339384F4A93DD00053796209F8D625F49C3A3D191AE4 | sha512: 430EF56DC7D19F2B3565FB03BFAD39D7F9ED67E676FA42337021131E908F93B8442D5D231A259EB43AE08F59E19D726C55E51C2CD684FC71C3A8A30657B608B8
md5: E849ABBFCA44C1A5489E92E6307AA9DC | sha1: 9E97D3744989F8EE8284AECCA29BFD235B4EDB24 | sha256: 11311E78B47CE86CBCE9D3FBA59A8CABAD36874F3FE58B4BE6EFAAF40A5E318B | sha512: B2BF9D892DB8C8B779D3C50EAD5D2B275A2EEAC9B9C5592E1159F6D2C04D287DD77D243AF2B9BA1E507D5B1C8C21B742A85E0E2EB17F8E852176D4D31D224422
md5: 57B9F090AF61F408BBCF4D6A30F80C89 | sha1: 6EBB3353FEB3885846CC68F163B903AA3D58BDFB | sha256: C2C826953847A616B59EAAA261A0C7712037691DD92DF01D9B339C2BA752EF1C | sha512: 4DE6EC03B25C5577A8CF8809F38891C9DBEA104FC3001F0A7A16E9000533426D4C65F6704816449B2A6234ABB00F78462149C0A77F662A65100534A25E1C10CE
md5: 0FC56003FFA56CCBB9E7B4E361F8675F | sha1: D3B6C0EFC553D058D115A20ECE9B28A29DD97B6A | sha256: E85F92BAB9228A9F68ED1DD45F10FD08A6E69CEB476CB2A62A2A4B43BF572C3D | sha512: DBE5CF5CE11A797E13A0628AB737D85DAF67005634A5168558FD683AAC8DD90962742C5F071E1BE746B0BDAA5179399F49835CC5CEAD525A683713E3948CBAE5
md5: 877F89F4A141DA5810AE8DF658DAE577 | sha1: DF17D4BF2FA8BC3CE9A85F635EE8CFE640CDD3D2 | sha256: F009EDC33AEA2EE2DC1E9ED32E27DDDA6204C45C87A6F722B883C76EB394555F | sha512: 988A3DAF5DF93FE509886C4AF86039493667BA83957D41A48615101D3BBCD8B2C319AE59E59CC83A6765F33558E396294F8E9E349F8C21131C0F10A2BAD6F212
md5: 89511DF61678BEFA2F62F5025C8C8448 | sha1: DF3961F833B4964F70FCF1C002D9FD7309F53EF8 | sha256: 296426E7CE11BC3D1CFA9F2AEB42F60C974DA4AF3B3EFBEB0BA40E92E5299FDF | sha512: 9AF069EA13551A4672FDD4635D3242E017837B76AB2815788148DD4C44B4CF3A650D43AC79CD2122E1E51E01FB5164E71FF81A829395BDB8E50BB50A33F0A668
md5: EEF7981412BE8EA459064D3090F4B3AA | sha1: C60DA4830CE27AFC234B3C3014C583F7F0A5A925 | sha256: F60DD9F2FCBD495674DFC1555EFFB710EB081FC7D4CAE5FA58C438AB50405081 | sha512: DC9FF4202F74A13CA9949A123DFF4C0223DA969F49E9348FEAF93DA4470F7BE82CFA1D392566EAAA836D77DDE7193FED15A8395509F72A0E9F97C66C0A096016
md5: 50BCFB04328FEC1A22C31C0E39286470 | sha1: 3A1B78FAF34125C7B8D684419FA715C367DB3DAA | sha256: FDDD0DA02DCD41786E9AA04BA17BA391CE39DAE6B1F54CFA1E2BB55BC753FCE9 | sha512: 370E6DFD318D905B79BAF1808EFBF6DA58590F00006513BDAAED0C313F6FA6C36F634EA3B05F916CEE59F4DB25A23DD9E6F64CAF3C04A200E78C193027F57685
md5: A9E03036E55C680004576490EFA6A792 | sha1: 8A1948F1BA8B4BB9E34F29EADE786FC85949D74C | sha256: 70FE25F01EAFBF730DEB95FD101B220149BB2EEEA690B24B20F6F4BCDB0F04ED | sha512: FA664233CEAA848901D19091F01CBD3ADA8DD1A30DE352DCA693C4394E243941405EDB0FE09FC9FB404FE18A5455C78AA8CE64F7037E63AC9574C2AEC5EE4267
md5: C381EDF39A0C3ED74F1DF4A44FBAB4BA | sha1: 688AF6616D5F2F67FF9F49DC6790583825FB82AB | sha256: F8C622753FEB3CEC062A535F2A285B17F6D118FEE0BF8ED5A2F3D06CA53E729D | sha512: 88ABC4EF225593E176050A6526B4873C08ACA3B464616B502E64E7995368E82EC413CDF9E0BC8902994B2BE25AA0AAF2E5135977599E57A0E8E1809F2B67EEEC
md5: 6E3E3565F98E23BEE501C54A4B8833DB | sha1: A4C9ECBD00C774E210EB9216E03D7945B3406C2C | sha256: 71A2198C2F9C8CB117F3EA41DC96B9AE9899F64F21392778D1516986F72D434B | sha512: 359AAC4A443A013F06295E1A370F89D4452EA75FD2D11776F4ECCF605B59CAF529BAFFDCC3CEF3EEB59E44A42BEAF927BED908B507AC479CCCC870768A620FED
md5: C0B23815701DBAE2A359CB8ADB9AE730 | sha1: 5BE6736B645ED12E97B9462B77E5A43482673D90 | sha256: F650D6BC321BCDA3FC3AC3DEC3AC4E473FB0B7B68B6C948581BCFC54653E6768 | sha512: ED60384E95BE8EA5930994DB8527168F78573F8A277F8D21C089F0018CD3B9906DA764ED6FCC1BD4EFAD009557645E206FBB4E5BAEF9AB4B2E3C8BB5C3B5D725
md5: FDC8A5D96F9576BD70AA1CADC2F21748 | sha1: BAE145525A18CE7E5BC69C5F43C6044DE7B6E004 | sha256: 1A6D0871BE2FA7153DE22BE008A20A5257B721657E6D4B24DA8B1F940345D0D5 | sha512: 816ADA61C1FD941D10E6BB4350BAA77F520E2476058249B269802BE826BAB294A9C18EDC5D590F5ED6F8DAFED502AB7FFB29DB2F44292CB5BEDF2F5FA609F49C
md5: BB0E3819E308A153C99FA6BCCF2F4E77 | sha1: D96DC06CB9F441869C5088AAEE4E55A81FA14387 | sha256: 83E7252E6AF0E63BD80BC996EED6CB687C36B94F20A55A16145D5E68076B1587 | sha512: 7EB23A895BC4FAC0CDA16B1AB8CDCDACAC7ADE76519B5D9E14D2917025F3CDD7FC4BD16D22DF59A8DFE7B110EB8A8CE98A50355AA32D8C49BCAB3596BD0A01ED
md5: 0A22C143AB1DBD20E6ED6A4CB5FE1E43 | sha1: 2EB837EB204D7467CAAD4A82E7B9932553CC9011 | sha256: D0B8DEABC7BC531C0C45F17FFC75C55B1AC9FF71347B74753096050EEC6235DB | sha512: 8A48246BBF1DFBAE63AAFCA8BB9AE5C14C9DBB60DCC43A1030D7EA11033CBA8D6E780AB9620EEADF303F5A3A9167BDDEC4B2FA23DBE526B95DB5C297C9F688D8
md5: ADE7AAC069131F54E4294F722C17A412 | sha1: FEDE04724BDD280DAE2C3CE04DB0FE5F6E54988D | sha256: 92D50F7C4055718812CD3D823AA2821D6718EB55D2AB2BAC55C2E47260C25A76 | sha512: 76A810A41EB739FBA2B4C437ED72EDA400E71E3089F24C79BDABCB8AAB0148D80BD6823849E5392140F423ADDB7613F0FC83895B9C01E85888D774E0596FC048
md5: DDEC3ABD77E1AA7A5CBE83D1D75640C8 | sha1: 5087CFAE4079B1A29F1FC89919C5EBCB6715FA70 | sha256: 3B046F8AF9BE391823A8C962E3FD2145A0D31AC46F39CAAFB799AC931C5F0E70 | sha512: 63EC80FDFDC53419A94E83553926294A5BCE9AD0C04D33156135BBD1B41D284A0AA02935EAA3FCD5DFB50BCF34B2B4C534803C5BF6D2C87AF69987AEC9C3564F
md5: 0083B7118BACA26C44DF117A40B8E974 | sha1: 218176D616A57FD2057A34C98F510AC8B7D0F550 | sha256: E1F791A3F5E277880D56F21006CEC8E0B93CA50CD4464B2B4C6E88AB3CA5234D | sha512: E093937E4F1C8E3C321E2059A3DDA703F0D3DF88DEBA2B15656BCA87A258A9CD4DC677859CB1879157D4E60E10EFB4D35C402135960EF2AFDDFEF9C388077B85
md5: 9755D3747E407CA70A4855BC9E98CFB9 | sha1: 5A1871716715BA7F898AFAAE8C182BD8199ED60A | sha256: 213937A90B1B91A31D3D4B240129E30F36108F46589BA68CD07920CE18C572C2 | sha512: FB2D709B4A8F718C1AB33A1B65AC990052E3A5A0D8DD57F415B4B12BCE95189397BFDDB5FB3A7FC1776C191EB92FD28E3AAEBBEBDF1024ECD99E412376CA4467
md5: B6BD7872E7F4C5020BF14906831AEC73 | sha1: 63911584EA66607C665319DC2143B3C6F92A6AFF | sha256: D0578670B5971F24DF1A74C2D33596ACAAC0D56EF974D178F2744AE1773A6AFF | sha512: 86480D265B5DC94E53A53A444A4A23BFC1EAE6AC1A9532EB0355759C23072589ED7904807D511F16FF98A0C3499DE675C1ABFCFE531EC2D02F0B065CBC28452B
md5: F6F10F79867E33929E8C3263BEAEE423 | sha1: 91ED04E12DA5E5BED607F1957EDE5057D78C275F | sha256: C66D0A524A9D6C7F110273FFB14FB0EAD440BF42F7A3957554F8B053331A7C3C | sha512: 30004621F7EE267E18987922B3E4243DA6080CC7FCFF8CAA9CC8FDF795BA156FFBA8C163A621959C2696CEA6835398B046FF3175C0D02154532A93395391124B
md5: E63BF80E04AE950EF22D8FC100D6495F | sha1: F2340ECAA46CB1737ABCB19DBAB6DE9E3CBC51D7 | sha256: F4016A1A8EB34AAF4F20D6C2FDBB02992CC5125F5C32F0335C6DFBEEDB9ADD5C | sha512: CD70C7C99E5FB131567AA2213ABD5F811E2A271AC12A2210BE6A04728C696C407814E4535E7CA19CA86A2D3311D822CC6985864A2E178E1B36FAF6BC828E621F
md5: 18FD166504C6BD1F60AD3B903E602532 | sha1: 019FF28A64B4E1E227D1EE536A8774E441EBAF44 | sha256: A50E38AB8B6C4BFB834C047142F69A08D18A0BCC2F84A5EE81C5627FF5156618 | sha512: 5BA1B75F24DA3FF4B1BABC4BF4ED039E42CEA2C2C7DBCF7C9686050C21C3864C576AD80A11CBF47F4BC4073E8AD343FFE9702407A4FD92B07BBF88930596D6BD
md5: 9F0C3FEE89AC85B6579161290F75507B | sha1: B823351886CF45F4AF7CA11EDFACE14386D1F017 | sha256: 5CC0376CD4CD17F6816103D24804076FC67B9C4B9108424AF163872D2DE2B018 | sha512: 7CE032483DD1A97E18CD7CAA907ECF4794284BB2CFCBFDB56D8B4853387641DF33CFE0D040CD339C7FC86A82E0DCB993EC19D5A2D5A24A102CBE70CAFD01BC87
md5: 25E90E7317853C3807893591D72C1C11 | sha1: D6DF3B4DD8C6235F263B637EC4646B56C9C977B2 | sha256: 72584C4BE4E56B0C26023A30385E90A1B5AC3A8D559007D90DA11E5262EC7B76 | sha512: 6130E9631465EC7B5BC65E29DD23EA99846BAF34B55C69B86774E586C193EEA2B4C0557F0D3980B317FECE7EB1B9A2F612EB48697B5C61850BAF16DBCC3F5A87
md5: EE5C9250E766A02AA745A0D1493A387C | sha1: 0E6E86B7CDA5F99E719DAB8BDCAE21558E7DEF10 | sha256: 28B23EF979FF75B3CC44FCE358B7ED087488105E3186249163504CD719567CCF | sha512: BA4AD7D081B307F220212A9FBF982F925AC742EEC64B3C9ED2BDBF3D06A589B1ACC992D9585DEC077DE3B7F9E814A7115470A89307123491A3AFF0AC3D795419
md5: CE0EF7DB1B5EC4211C901EF0CCC4C168 | sha1: DA92022E89B5C6E4D7B0CE704CFBA1BA0F50D20E | sha256: BBCC8078D2624506BD33ED25A64230F9BE74E7FF87FAEF517AB28E2F63F5E77A | sha512: 0C50BB2D47B0252419A1F7D58512CF2BDFC024B3F9DBBD44CD989D6E9E5D493631404B251AFE0CE888FF61ED45C29C378B94801660D0429368DF902F2EEBB481
md5: E41F9D0A6AC1D465F38D6692034EA21A | sha1: CF01BAAF9149346D35765465F90459ACDA723340 | sha256: 507110E20D60CC830FB82FA352A6546C3332E205456DCC051FF3DC4C97DFA131 | sha512: 8A8C28BEB9D7ED0E0870C6B69F183CE8435EBD39A0CECE19C991FB82ABA49A6DB7CAC79FEC4799662691B013F7565CEB22CA28B44791B999B241B60A6B71B75B
md5: 247275A6800E06F12795854F19FE3DE7 | sha1: F96F3F51A59E9D87583137E3FBFE19AAC373C51C | sha256: C4B52116807189F3F55C243556C05FBFDC45B6BCDC56D14804F7FDBA3C97538E | sha512: E87274A65A40D833DC15C3684644A13D2C6D779388D88A564F4B82144A19732747F4D47DF9DE1247F0594711FCC87480E7C7EBBF2A3A754C81A6AF8386EFFFCE
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="__init__" processorArchitecture="amd64" version="1.0.0.0"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" language="*" processorArchitecture="*" version="6.0.0.0" publicKeyToken="6595b64144ccf1df"/>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"/>
</dependentAssembly>
</dependency>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>
</assembly>
From: https://github.com/CastellaniDavide/vtools/blob/main/docs/LICENSE
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
VERIFICATION
To check the correct funtionality try to:
- By hash: write into PowerShell : Get-FileHash C:\Progra~1\vtools\vtools.exe
The result will be:
- 38207191286A8000EC62FDBBE0E309D99AA7D86F901446E8AC7718B86EFDE498
- If you want you can check it manually with the source, you can found it in this link: https://github.com/CastellaniDavide/vtools
---
Made by Castellani Davide
If you have any problem or ask please contact me:
- [email protected]
- https://github.com/CastellaniDavide/vtools/issues
Log in or click on link to see number of positives.
- libffi-7.dll (f60dd9f2fcbd) - ## / 72
- tcl86t.dll (f650d6bc321b) - ## / 65
- tk86t.dll (1a6d0871be2f) - ## / 65
- api-ms-win-core-console-l1-1-0.dll (3909fb4f5094) - ## / 68
- api-ms-win-core-datetime-l1-1-0.dll (275af6286664) - ## / 67
- api-ms-win-core-debug-l1-1-0.dll (40f595ade9f6) - ## / 65
- api-ms-win-core-errorhandling-l1-1-0.dll (f040d06fac81) - ## / 68
- api-ms-win-core-file-l1-1-0.dll (318975cc9090) - ## / 68
- api-ms-win-core-file-l1-2-0.dll (9b7895c39ee6) - ## / 68
- api-ms-win-core-file-l2-1-0.dll (9c8f443b3a42) - ## / 68
- api-ms-win-core-handle-l1-1-0.dll (6ba4e1ac6e8a) - ## / 68
- api-ms-win-core-heap-l1-1-0.dll (3bbbe0fdf572) - ## / 68
- api-ms-win-core-interlocked-l1-1-0.dll (f57902b8877a) - ## / 68
- api-ms-win-core-libraryloader-l1-1-0.dll (a08510324081) - ## / 68
- api-ms-win-core-localization-l1-2-0.dll (8a4b5a175d57) - ## / 68
- api-ms-win-core-memory-l1-1-0.dll (1541b5811a7a) - ## / 67
- api-ms-win-core-namedpipe-l1-1-0.dll (d5e2f838a5ba) - ## / 64
- api-ms-win-core-processenvironment-l1-1-0.dll (713ccea0e9e6) - ## / 67
- api-ms-win-core-processthreads-l1-1-0.dll (adb851f8de31) - ## / 67
- api-ms-win-core-processthreads-l1-1-1.dll (a1b79943cdf8) - ## / 68
- api-ms-win-core-profile-l1-1-0.dll (775c77f0c4d2) - ## / 68
- api-ms-win-core-rtlsupport-l1-1-0.dll (8a6b6c7731f6) - ## / 66
- api-ms-win-core-string-l1-1-0.dll (b250b0e69fd9) - ## / 68
- api-ms-win-core-synch-l1-1-0.dll (f64fabce8aed) - ## / 68
- api-ms-win-core-synch-l1-2-0.dll (36f418f9eeb0) - ## / 66
- api-ms-win-core-sysinfo-l1-1-0.dll (162a0d97d997) - ## / 68
- api-ms-win-core-timezone-l1-1-0.dll (33adac348411) - ## / 68
- api-ms-win-core-util-l1-1-0.dll (514be125e573) - ## / 67
- api-ms-win-crt-conio-l1-1-0.dll (b009ad33c5ec) - ## / 68
- api-ms-win-crt-convert-l1-1-0.dll (47cd1bf8ded8) - ## / 68
- api-ms-win-crt-environment-l1-1-0.dll (7bd17163aa56) - ## / 68
- api-ms-win-crt-filesystem-l1-1-0.dll (cad6471e8393) - ## / 68
- api-ms-win-crt-heap-l1-1-0.dll (48a564e05e98) - ## / 68
- api-ms-win-crt-locale-l1-1-0.dll (525c9a51b702) - ## / 68
- api-ms-win-crt-math-l1-1-0.dll (a2f7fb5d0967) - ## / 66
- api-ms-win-crt-process-l1-1-0.dll (c8d3c40ea5c4) - ## / 67
- api-ms-win-crt-runtime-l1-1-0.dll (44fc35755a18) - ## / 68
- api-ms-win-crt-stdio-l1-1-0.dll (1ea135cde949) - ## / 67
- api-ms-win-crt-string-l1-1-0.dll (11311e78b47c) - ## / 68
- api-ms-win-crt-time-l1-1-0.dll (c2c826953847) - ## / 68
- api-ms-win-crt-utility-l1-1-0.dll (e85f92bab922) - ## / 67
- ucrtbase.dll (83e7252e6af0) - ## / 68
- VCRUNTIME140.dll (92d50f7c4055) - ## / 63
- base_library.zip (f009edc33aea) - ## / 54
- libcrypto-1_1.dll (296426e7ce11) - ## / 75
- libssl-1_1.dll (fddd0da02dcd) - ## / 74
- python38.dll (f8c622753feb) - ## / 68
- vtools.01.05.nupkg (a67477f82578) - ## / 61
- __init__.exe (c4b521168071) - ## / 68
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
vtools 01.05 | 235 | Monday, April 26, 2021 | Approved | |
vtools 01.04 | 86 | Friday, April 23, 2021 | Approved | |
vtools 01.02 | 86 | Sunday, March 21, 2021 | Approved | |
vtools 01.01 | 76 | Sunday, March 21, 2021 | Approved | |
vtools 1.0 | 108 | Friday, March 19, 2021 | Approved | |
vtools 0.7 | 86 | Saturday, March 20, 2021 | Approved | |
vtools 0.5 | 75 | Saturday, March 20, 2021 | Approved | |
vtools 0.4 | 84 | Saturday, March 20, 2021 | Approved | |
vtools 0.3 | 89 | Saturday, March 20, 2021 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about vtools and the vtools package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or vtools, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.