Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 7, 2020 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/f4be0b1a57248ca21eb8145c5a8a54ba to your computer and use it in GitHub Desktop.
Save r-ryantm/f4be0b1a57248ca21eb8145c5a8a54ba to your computer and use it in GitHub Desktop.
/nix/store/0xy272kl2m40dqcvd4x96id32ldxx7dc-codeql-2.0.2
├── bin
│   └── codeql -> ../codeql/codeql
└── codeql
├── codeql
├── codeql.cmd
├── codeql.exe
├── cpp
│   ├── codeql-extractor.yml
│   ├── COPYRIGHT
│   ├── LICENSE
│   ├── qltest
│   │   └── predefined_macros
│   ├── semmlecode.cpp.dbscheme
│   ├── semmlecode.cpp.dbscheme.stats
│   └── tools
│   ├── autobuild.sh
│   ├── lgtm-scripts
│   │   └── cpp
│   │   ├── c-compiler-settings
│   │   ├── configure-wrapper
│   │   ├── detect_source_root
│   │   ├── do-build
│   │   ├── do-prebuild
│   │   ├── header_packages.py
│   │   ├── index.cmd
│   │   └── index.sh
│   ├── linux64
│   │   ├── compiler-tracing.spec
│   │   └── extractor
│   ├── osx64
│   │   ├── compiler-tracing.spec
│   │   └── extractor
│   └── win64
│   ├── compiler-tracing.spec
│   └── extractor.exe
├── csharp
│   ├── codeql-extractor.yml
│   ├── COPYRIGHT
│   ├── LICENSE
│   ├── semmlecode.csharp.dbscheme
│   ├── semmlecode.csharp.dbscheme.stats
│   └── tools
│   ├── autobuild.cmd
│   ├── autobuild.sh
│   ├── extractor-asp.jar
│   ├── linux64
│   │   ├── clrtracer32.so
│   │   ├── clrtracer64.so
│   │   ├── compiler-tracing.spec
│   │   ├── createdump
│   │   ├── cs
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── de
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── es
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── extract-csharp.sh
│   │   ├── fr
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── it
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── ja
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── ko
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── libclrjit.so
│   │   ├── libcoreclr.so
│   │   ├── libcoreclrtraceptprovider.so
│   │   ├── libdbgshim.so
│   │   ├── libhostfxr.so
│   │   ├── libhostpolicy.so
│   │   ├── libMonoPosixHelper.so
│   │   ├── libmscordaccore.so
│   │   ├── libmscordbi.so
│   │   ├── Microsoft.Build.dll
│   │   ├── Microsoft.Build.Framework.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.dll
│   │   ├── Microsoft.CodeAnalysis.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll
│   │   ├── Microsoft.CodeAnalysis.Workspaces.dll
│   │   ├── Microsoft.CSharp.dll
│   │   ├── Microsoft.DiaSymReader.dll
│   │   ├── Microsoft.DiaSymReader.PortablePdb.dll
│   │   ├── Microsoft.VisualBasic.Core.dll
│   │   ├── Microsoft.VisualBasic.dll
│   │   ├── Microsoft.Win32.Primitives.dll
│   │   ├── Microsoft.Win32.Registry.dll
│   │   ├── Mono.Posix.NETStandard.dll
│   │   ├── mscorlib.dll
│   │   ├── netstandard.dll
│   │   ├── Newtonsoft.Json.dll
│   │   ├── pl
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── pt-BR
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── ru
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── Semmle.Autobuild
│   │   ├── Semmle.Autobuild.deps.json
│   │   ├── Semmle.Autobuild.dll
│   │   ├── Semmle.Autobuild.pdb
│   │   ├── Semmle.Autobuild.runtimeconfig.json
│   │   ├── Semmle.Extraction.CIL.dll
│   │   ├── Semmle.Extraction.CIL.pdb
│   │   ├── Semmle.Extraction.CSharp.dll
│   │   ├── Semmle.Extraction.CSharp.Driver
│   │   ├── Semmle.Extraction.CSharp.Driver.deps.json
│   │   ├── Semmle.Extraction.CSharp.Driver.dll
│   │   ├── Semmle.Extraction.CSharp.Driver.pdb
│   │   ├── Semmle.Extraction.CSharp.Driver.runtimeconfig.json
│   │   ├── Semmle.Extraction.CSharp.pdb
│   │   ├── Semmle.Extraction.CSharp.Standalone
│   │   ├── Semmle.Extraction.CSharp.Standalone.deps.json
│   │   ├── Semmle.Extraction.CSharp.Standalone.dll
│   │   ├── Semmle.Extraction.CSharp.Standalone.pdb
│   │   ├── Semmle.Extraction.CSharp.Standalone.runtimeconfig.json
│   │   ├── Semmle.Extraction.dll
│   │   ├── Semmle.Extraction.pdb
│   │   ├── Semmle.Util.dll
│   │   ├── Semmle.Util.pdb
│   │   ├── SOS_README.md
│   │   ├── stamp
│   │   ├── System.AppContext.dll
│   │   ├── System.Buffers.dll
│   │   ├── System.Collections.Concurrent.dll
│   │   ├── System.Collections.dll
│   │   ├── System.Collections.Immutable.dll
│   │   ├── System.Collections.NonGeneric.dll
│   │   ├── System.Collections.Specialized.dll
│   │   ├── System.ComponentModel.Annotations.dll
│   │   ├── System.ComponentModel.DataAnnotations.dll
│   │   ├── System.ComponentModel.dll
│   │   ├── System.ComponentModel.EventBasedAsync.dll
│   │   ├── System.ComponentModel.Primitives.dll
│   │   ├── System.ComponentModel.TypeConverter.dll
│   │   ├── System.Composition.AttributedModel.dll
│   │   ├── System.Composition.Convention.dll
│   │   ├── System.Composition.Hosting.dll
│   │   ├── System.Composition.Runtime.dll
│   │   ├── System.Composition.TypedParts.dll
│   │   ├── System.Configuration.dll
│   │   ├── System.Console.dll
│   │   ├── System.Core.dll
│   │   ├── System.Data.Common.dll
│   │   ├── System.Data.DataSetExtensions.dll
│   │   ├── System.Data.dll
│   │   ├── System.Diagnostics.Contracts.dll
│   │   ├── System.Diagnostics.Debug.dll
│   │   ├── System.Diagnostics.DiagnosticSource.dll
│   │   ├── System.Diagnostics.FileVersionInfo.dll
│   │   ├── System.Diagnostics.Process.dll
│   │   ├── System.Diagnostics.StackTrace.dll
│   │   ├── System.Diagnostics.TextWriterTraceListener.dll
│   │   ├── System.Diagnostics.Tools.dll
│   │   ├── System.Diagnostics.TraceSource.dll
│   │   ├── System.Diagnostics.Tracing.dll
│   │   ├── System.dll
│   │   ├── System.Drawing.dll
│   │   ├── System.Drawing.Primitives.dll
│   │   ├── System.Dynamic.Runtime.dll
│   │   ├── System.Globalization.Calendars.dll
│   │   ├── System.Globalization.dll
│   │   ├── System.Globalization.Extensions.dll
│   │   ├── System.Globalization.Native.so
│   │   ├── System.IO.Compression.Brotli.dll
│   │   ├── System.IO.Compression.dll
│   │   ├── System.IO.Compression.FileSystem.dll
│   │   ├── System.IO.Compression.Native.a
│   │   ├── System.IO.Compression.Native.so
│   │   ├── System.IO.Compression.ZipFile.dll
│   │   ├── System.IO.dll
│   │   ├── System.IO.FileSystem.AccessControl.dll
│   │   ├── System.IO.FileSystem.dll
│   │   ├── System.IO.FileSystem.DriveInfo.dll
│   │   ├── System.IO.FileSystem.Primitives.dll
│   │   ├── System.IO.FileSystem.Watcher.dll
│   │   ├── System.IO.IsolatedStorage.dll
│   │   ├── System.IO.MemoryMappedFiles.dll
│   │   ├── System.IO.Pipes.AccessControl.dll
│   │   ├── System.IO.Pipes.dll
│   │   ├── System.IO.UnmanagedMemoryStream.dll
│   │   ├── System.Linq.dll
│   │   ├── System.Linq.Expressions.dll
│   │   ├── System.Linq.Parallel.dll
│   │   ├── System.Linq.Queryable.dll
│   │   ├── System.Memory.dll
│   │   ├── System.Native.a
│   │   ├── System.Native.so
│   │   ├── System.Net.dll
│   │   ├── System.Net.Http.dll
│   │   ├── System.Net.HttpListener.dll
│   │   ├── System.Net.Http.Native.a
│   │   ├── System.Net.Http.Native.so
│   │   ├── System.Net.Mail.dll
│   │   ├── System.Net.NameResolution.dll
│   │   ├── System.Net.NetworkInformation.dll
│   │   ├── System.Net.Ping.dll
│   │   ├── System.Net.Primitives.dll
│   │   ├── System.Net.Requests.dll
│   │   ├── System.Net.Security.dll
│   │   ├── System.Net.Security.Native.a
│   │   ├── System.Net.Security.Native.so
│   │   ├── System.Net.ServicePoint.dll
│   │   ├── System.Net.Sockets.dll
│   │   ├── System.Net.WebClient.dll
│   │   ├── System.Net.WebHeaderCollection.dll
│   │   ├── System.Net.WebProxy.dll
│   │   ├── System.Net.WebSockets.Client.dll
│   │   ├── System.Net.WebSockets.dll
│   │   ├── System.Numerics.dll
│   │   ├── System.Numerics.Vectors.dll
│   │   ├── System.ObjectModel.dll
│   │   ├── System.Private.CoreLib.dll
│   │   ├── System.Private.DataContractSerialization.dll
│   │   ├── System.Private.Uri.dll
│   │   ├── System.Private.Xml.dll
│   │   ├── System.Private.Xml.Linq.dll
│   │   ├── System.Reflection.DispatchProxy.dll
│   │   ├── System.Reflection.dll
│   │   ├── System.Reflection.Emit.dll
│   │   ├── System.Reflection.Emit.ILGeneration.dll
│   │   ├── System.Reflection.Emit.Lightweight.dll
│   │   ├── System.Reflection.Extensions.dll
│   │   ├── System.Reflection.Metadata.dll
│   │   ├── System.Reflection.Primitives.dll
│   │   ├── System.Reflection.TypeExtensions.dll
│   │   ├── System.Resources.Reader.dll
│   │   ├── System.Resources.ResourceManager.dll
│   │   ├── System.Resources.Writer.dll
│   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│   │   ├── System.Runtime.CompilerServices.VisualC.dll
│   │   ├── System.Runtime.dll
│   │   ├── System.Runtime.Extensions.dll
│   │   ├── System.Runtime.Handles.dll
│   │   ├── System.Runtime.InteropServices.dll
│   │   ├── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   ├── System.Runtime.InteropServices.WindowsRuntime.dll
│   │   ├── System.Runtime.Intrinsics.dll
│   │   ├── System.Runtime.Loader.dll
│   │   ├── System.Runtime.Numerics.dll
│   │   ├── System.Runtime.Serialization.dll
│   │   ├── System.Runtime.Serialization.Formatters.dll
│   │   ├── System.Runtime.Serialization.Json.dll
│   │   ├── System.Runtime.Serialization.Primitives.dll
│   │   ├── System.Runtime.Serialization.Xml.dll
│   │   ├── System.Runtime.WindowsRuntime.dll
│   │   ├── System.Runtime.WindowsRuntime.UI.Xaml.dll
│   │   ├── System.Security.AccessControl.dll
│   │   ├── System.Security.Claims.dll
│   │   ├── System.Security.Cryptography.Algorithms.dll
│   │   ├── System.Security.Cryptography.Cng.dll
│   │   ├── System.Security.Cryptography.Csp.dll
│   │   ├── System.Security.Cryptography.Encoding.dll
│   │   ├── System.Security.Cryptography.Native.OpenSsl.a
│   │   ├── System.Security.Cryptography.Native.OpenSsl.so
│   │   ├── System.Security.Cryptography.OpenSsl.dll
│   │   ├── System.Security.Cryptography.Primitives.dll
│   │   ├── System.Security.Cryptography.X509Certificates.dll
│   │   ├── System.Security.dll
│   │   ├── System.Security.Principal.dll
│   │   ├── System.Security.Principal.Windows.dll
│   │   ├── System.Security.SecureString.dll
│   │   ├── System.ServiceModel.Web.dll
│   │   ├── System.ServiceProcess.dll
│   │   ├── System.Text.Encoding.CodePages.dll
│   │   ├── System.Text.Encoding.dll
│   │   ├── System.Text.Encoding.Extensions.dll
│   │   ├── System.Text.Encodings.Web.dll
│   │   ├── System.Text.Json.dll
│   │   ├── System.Text.RegularExpressions.dll
│   │   ├── System.Threading.Channels.dll
│   │   ├── System.Threading.dll
│   │   ├── System.Threading.Overlapped.dll
│   │   ├── System.Threading.Tasks.Dataflow.dll
│   │   ├── System.Threading.Tasks.dll
│   │   ├── System.Threading.Tasks.Extensions.dll
│   │   ├── System.Threading.Tasks.Parallel.dll
│   │   ├── System.Threading.Thread.dll
│   │   ├── System.Threading.ThreadPool.dll
│   │   ├── System.Threading.Timer.dll
│   │   ├── System.Transactions.dll
│   │   ├── System.Transactions.Local.dll
│   │   ├── System.ValueTuple.dll
│   │   ├── System.Web.dll
│   │   ├── System.Web.HttpUtility.dll
│   │   ├── System.Windows.dll
│   │   ├── System.Xml.dll
│   │   ├── System.Xml.Linq.dll
│   │   ├── System.Xml.ReaderWriter.dll
│   │   ├── System.Xml.Serialization.dll
│   │   ├── System.Xml.XDocument.dll
│   │   ├── System.Xml.XmlDocument.dll
│   │   ├── System.Xml.XmlSerializer.dll
│   │   ├── System.Xml.XPath.dll
│   │   ├── System.Xml.XPath.XDocument.dll
│   │   ├── tr
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── WindowsBase.dll
│   │   ├── zh-Hans
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   └── zh-Hant
│   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   ├── osx64
│   │   ├── clrtracer64.dylib
│   │   ├── compiler-tracing.spec
│   │   ├── cs
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── de
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── es
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── extract-csharp.sh
│   │   ├── fr
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── it
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── ja
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── ko
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── libclrjit.dylib
│   │   ├── libcoreclr.dylib
│   │   ├── libdbgshim.dylib
│   │   ├── libhostfxr.dylib
│   │   ├── libhostpolicy.dylib
│   │   ├── libMonoPosixHelper.dylib
│   │   ├── libmscordaccore.dylib
│   │   ├── libmscordbi.dylib
│   │   ├── Microsoft.Build.dll
│   │   ├── Microsoft.Build.Framework.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.dll
│   │   ├── Microsoft.CodeAnalysis.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll
│   │   ├── Microsoft.CodeAnalysis.Workspaces.dll
│   │   ├── Microsoft.CSharp.dll
│   │   ├── Microsoft.DiaSymReader.dll
│   │   ├── Microsoft.DiaSymReader.PortablePdb.dll
│   │   ├── Microsoft.VisualBasic.Core.dll
│   │   ├── Microsoft.VisualBasic.dll
│   │   ├── Microsoft.Win32.Primitives.dll
│   │   ├── Microsoft.Win32.Registry.dll
│   │   ├── Mono.Posix.NETStandard.dll
│   │   ├── mscorlib.dll
│   │   ├── netstandard.dll
│   │   ├── Newtonsoft.Json.dll
│   │   ├── pl
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── pt-BR
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── ru
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── Semmle.Autobuild
│   │   ├── Semmle.Autobuild.deps.json
│   │   ├── Semmle.Autobuild.dll
│   │   ├── Semmle.Autobuild.pdb
│   │   ├── Semmle.Autobuild.runtimeconfig.json
│   │   ├── Semmle.Extraction.CIL.dll
│   │   ├── Semmle.Extraction.CIL.pdb
│   │   ├── Semmle.Extraction.CSharp.dll
│   │   ├── Semmle.Extraction.CSharp.Driver
│   │   ├── Semmle.Extraction.CSharp.Driver.deps.json
│   │   ├── Semmle.Extraction.CSharp.Driver.dll
│   │   ├── Semmle.Extraction.CSharp.Driver.pdb
│   │   ├── Semmle.Extraction.CSharp.Driver.runtimeconfig.json
│   │   ├── Semmle.Extraction.CSharp.pdb
│   │   ├── Semmle.Extraction.CSharp.Standalone
│   │   ├── Semmle.Extraction.CSharp.Standalone.deps.json
│   │   ├── Semmle.Extraction.CSharp.Standalone.dll
│   │   ├── Semmle.Extraction.CSharp.Standalone.pdb
│   │   ├── Semmle.Extraction.CSharp.Standalone.runtimeconfig.json
│   │   ├── Semmle.Extraction.dll
│   │   ├── Semmle.Extraction.pdb
│   │   ├── Semmle.Util.dll
│   │   ├── Semmle.Util.pdb
│   │   ├── SOS_README.md
│   │   ├── stamp
│   │   ├── System.AppContext.dll
│   │   ├── System.Buffers.dll
│   │   ├── System.Collections.Concurrent.dll
│   │   ├── System.Collections.dll
│   │   ├── System.Collections.Immutable.dll
│   │   ├── System.Collections.NonGeneric.dll
│   │   ├── System.Collections.Specialized.dll
│   │   ├── System.ComponentModel.Annotations.dll
│   │   ├── System.ComponentModel.DataAnnotations.dll
│   │   ├── System.ComponentModel.dll
│   │   ├── System.ComponentModel.EventBasedAsync.dll
│   │   ├── System.ComponentModel.Primitives.dll
│   │   ├── System.ComponentModel.TypeConverter.dll
│   │   ├── System.Composition.AttributedModel.dll
│   │   ├── System.Composition.Convention.dll
│   │   ├── System.Composition.Hosting.dll
│   │   ├── System.Composition.Runtime.dll
│   │   ├── System.Composition.TypedParts.dll
│   │   ├── System.Configuration.dll
│   │   ├── System.Console.dll
│   │   ├── System.Core.dll
│   │   ├── System.Data.Common.dll
│   │   ├── System.Data.DataSetExtensions.dll
│   │   ├── System.Data.dll
│   │   ├── System.Diagnostics.Contracts.dll
│   │   ├── System.Diagnostics.Debug.dll
│   │   ├── System.Diagnostics.DiagnosticSource.dll
│   │   ├── System.Diagnostics.FileVersionInfo.dll
│   │   ├── System.Diagnostics.Process.dll
│   │   ├── System.Diagnostics.StackTrace.dll
│   │   ├── System.Diagnostics.TextWriterTraceListener.dll
│   │   ├── System.Diagnostics.Tools.dll
│   │   ├── System.Diagnostics.TraceSource.dll
│   │   ├── System.Diagnostics.Tracing.dll
│   │   ├── System.dll
│   │   ├── System.Drawing.dll
│   │   ├── System.Drawing.Primitives.dll
│   │   ├── System.Dynamic.Runtime.dll
│   │   ├── System.Globalization.Calendars.dll
│   │   ├── System.Globalization.dll
│   │   ├── System.Globalization.Extensions.dll
│   │   ├── System.Globalization.Native.dylib
│   │   ├── System.IO.Compression.Brotli.dll
│   │   ├── System.IO.Compression.dll
│   │   ├── System.IO.Compression.FileSystem.dll
│   │   ├── System.IO.Compression.Native.a
│   │   ├── System.IO.Compression.Native.dylib
│   │   ├── System.IO.Compression.ZipFile.dll
│   │   ├── System.IO.dll
│   │   ├── System.IO.FileSystem.AccessControl.dll
│   │   ├── System.IO.FileSystem.dll
│   │   ├── System.IO.FileSystem.DriveInfo.dll
│   │   ├── System.IO.FileSystem.Primitives.dll
│   │   ├── System.IO.FileSystem.Watcher.dll
│   │   ├── System.IO.IsolatedStorage.dll
│   │   ├── System.IO.MemoryMappedFiles.dll
│   │   ├── System.IO.Pipes.AccessControl.dll
│   │   ├── System.IO.Pipes.dll
│   │   ├── System.IO.UnmanagedMemoryStream.dll
│   │   ├── System.Linq.dll
│   │   ├── System.Linq.Expressions.dll
│   │   ├── System.Linq.Parallel.dll
│   │   ├── System.Linq.Queryable.dll
│   │   ├── System.Memory.dll
│   │   ├── System.Native.a
│   │   ├── System.Native.dylib
│   │   ├── System.Net.dll
│   │   ├── System.Net.Http.dll
│   │   ├── System.Net.HttpListener.dll
│   │   ├── System.Net.Http.Native.a
│   │   ├── System.Net.Http.Native.dylib
│   │   ├── System.Net.Mail.dll
│   │   ├── System.Net.NameResolution.dll
│   │   ├── System.Net.NetworkInformation.dll
│   │   ├── System.Net.Ping.dll
│   │   ├── System.Net.Primitives.dll
│   │   ├── System.Net.Requests.dll
│   │   ├── System.Net.Security.dll
│   │   ├── System.Net.Security.Native.a
│   │   ├── System.Net.Security.Native.dylib
│   │   ├── System.Net.ServicePoint.dll
│   │   ├── System.Net.Sockets.dll
│   │   ├── System.Net.WebClient.dll
│   │   ├── System.Net.WebHeaderCollection.dll
│   │   ├── System.Net.WebProxy.dll
│   │   ├── System.Net.WebSockets.Client.dll
│   │   ├── System.Net.WebSockets.dll
│   │   ├── System.Numerics.dll
│   │   ├── System.Numerics.Vectors.dll
│   │   ├── System.ObjectModel.dll
│   │   ├── System.Private.CoreLib.dll
│   │   ├── System.Private.DataContractSerialization.dll
│   │   ├── System.Private.Uri.dll
│   │   ├── System.Private.Xml.dll
│   │   ├── System.Private.Xml.Linq.dll
│   │   ├── System.Reflection.DispatchProxy.dll
│   │   ├── System.Reflection.dll
│   │   ├── System.Reflection.Emit.dll
│   │   ├── System.Reflection.Emit.ILGeneration.dll
│   │   ├── System.Reflection.Emit.Lightweight.dll
│   │   ├── System.Reflection.Extensions.dll
│   │   ├── System.Reflection.Metadata.dll
│   │   ├── System.Reflection.Primitives.dll
│   │   ├── System.Reflection.TypeExtensions.dll
│   │   ├── System.Resources.Reader.dll
│   │   ├── System.Resources.ResourceManager.dll
│   │   ├── System.Resources.Writer.dll
│   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│   │   ├── System.Runtime.CompilerServices.VisualC.dll
│   │   ├── System.Runtime.dll
│   │   ├── System.Runtime.Extensions.dll
│   │   ├── System.Runtime.Handles.dll
│   │   ├── System.Runtime.InteropServices.dll
│   │   ├── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   ├── System.Runtime.InteropServices.WindowsRuntime.dll
│   │   ├── System.Runtime.Intrinsics.dll
│   │   ├── System.Runtime.Loader.dll
│   │   ├── System.Runtime.Numerics.dll
│   │   ├── System.Runtime.Serialization.dll
│   │   ├── System.Runtime.Serialization.Formatters.dll
│   │   ├── System.Runtime.Serialization.Json.dll
│   │   ├── System.Runtime.Serialization.Primitives.dll
│   │   ├── System.Runtime.Serialization.Xml.dll
│   │   ├── System.Runtime.WindowsRuntime.dll
│   │   ├── System.Runtime.WindowsRuntime.UI.Xaml.dll
│   │   ├── System.Security.AccessControl.dll
│   │   ├── System.Security.Claims.dll
│   │   ├── System.Security.Cryptography.Algorithms.dll
│   │   ├── System.Security.Cryptography.Cng.dll
│   │   ├── System.Security.Cryptography.Csp.dll
│   │   ├── System.Security.Cryptography.Encoding.dll
│   │   ├── System.Security.Cryptography.Native.Apple.a
│   │   ├── System.Security.Cryptography.Native.Apple.dylib
│   │   ├── System.Security.Cryptography.Native.OpenSsl.a
│   │   ├── System.Security.Cryptography.Native.OpenSsl.dylib
│   │   ├── System.Security.Cryptography.OpenSsl.dll
│   │   ├── System.Security.Cryptography.Primitives.dll
│   │   ├── System.Security.Cryptography.X509Certificates.dll
│   │   ├── System.Security.dll
│   │   ├── System.Security.Principal.dll
│   │   ├── System.Security.Principal.Windows.dll
│   │   ├── System.Security.SecureString.dll
│   │   ├── System.ServiceModel.Web.dll
│   │   ├── System.ServiceProcess.dll
│   │   ├── System.Text.Encoding.CodePages.dll
│   │   ├── System.Text.Encoding.dll
│   │   ├── System.Text.Encoding.Extensions.dll
│   │   ├── System.Text.Encodings.Web.dll
│   │   ├── System.Text.Json.dll
│   │   ├── System.Text.RegularExpressions.dll
│   │   ├── System.Threading.Channels.dll
│   │   ├── System.Threading.dll
│   │   ├── System.Threading.Overlapped.dll
│   │   ├── System.Threading.Tasks.Dataflow.dll
│   │   ├── System.Threading.Tasks.dll
│   │   ├── System.Threading.Tasks.Extensions.dll
│   │   ├── System.Threading.Tasks.Parallel.dll
│   │   ├── System.Threading.Thread.dll
│   │   ├── System.Threading.ThreadPool.dll
│   │   ├── System.Threading.Timer.dll
│   │   ├── System.Transactions.dll
│   │   ├── System.Transactions.Local.dll
│   │   ├── System.ValueTuple.dll
│   │   ├── System.Web.dll
│   │   ├── System.Web.HttpUtility.dll
│   │   ├── System.Windows.dll
│   │   ├── System.Xml.dll
│   │   ├── System.Xml.Linq.dll
│   │   ├── System.Xml.ReaderWriter.dll
│   │   ├── System.Xml.Serialization.dll
│   │   ├── System.Xml.XDocument.dll
│   │   ├── System.Xml.XmlDocument.dll
│   │   ├── System.Xml.XmlSerializer.dll
│   │   ├── System.Xml.XPath.dll
│   │   ├── System.Xml.XPath.XDocument.dll
│   │   ├── tr
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   ├── WindowsBase.dll
│   │   ├── zh-Hans
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   │   └── zh-Hant
│   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   └── win64
│   ├── api-ms-win-core-console-l1-1-0.dll
│   ├── api-ms-win-core-datetime-l1-1-0.dll
│   ├── api-ms-win-core-debug-l1-1-0.dll
│   ├── api-ms-win-core-errorhandling-l1-1-0.dll
│   ├── api-ms-win-core-file-l1-1-0.dll
│   ├── api-ms-win-core-file-l1-2-0.dll
│   ├── api-ms-win-core-file-l2-1-0.dll
│   ├── api-ms-win-core-handle-l1-1-0.dll
│   ├── api-ms-win-core-heap-l1-1-0.dll
│   ├── api-ms-win-core-interlocked-l1-1-0.dll
│   ├── api-ms-win-core-libraryloader-l1-1-0.dll
│   ├── api-ms-win-core-localization-l1-2-0.dll
│   ├── api-ms-win-core-memory-l1-1-0.dll
│   ├── api-ms-win-core-namedpipe-l1-1-0.dll
│   ├── api-ms-win-core-processenvironment-l1-1-0.dll
│   ├── api-ms-win-core-processthreads-l1-1-0.dll
│   ├── api-ms-win-core-processthreads-l1-1-1.dll
│   ├── api-ms-win-core-profile-l1-1-0.dll
│   ├── api-ms-win-core-rtlsupport-l1-1-0.dll
│   ├── api-ms-win-core-string-l1-1-0.dll
│   ├── api-ms-win-core-synch-l1-1-0.dll
│   ├── api-ms-win-core-synch-l1-2-0.dll
│   ├── api-ms-win-core-sysinfo-l1-1-0.dll
│   ├── api-ms-win-core-timezone-l1-1-0.dll
│   ├── api-ms-win-core-util-l1-1-0.dll
│   ├── api-ms-win-crt-conio-l1-1-0.dll
│   ├── api-ms-win-crt-convert-l1-1-0.dll
│   ├── api-ms-win-crt-environment-l1-1-0.dll
│   ├── api-ms-win-crt-filesystem-l1-1-0.dll
│   ├── api-ms-win-crt-heap-l1-1-0.dll
│   ├── api-ms-win-crt-locale-l1-1-0.dll
│   ├── api-ms-win-crt-math-l1-1-0.dll
│   ├── api-ms-win-crt-multibyte-l1-1-0.dll
│   ├── api-ms-win-crt-private-l1-1-0.dll
│   ├── api-ms-win-crt-process-l1-1-0.dll
│   ├── api-ms-win-crt-runtime-l1-1-0.dll
│   ├── api-ms-win-crt-stdio-l1-1-0.dll
│   ├── api-ms-win-crt-string-l1-1-0.dll
│   ├── api-ms-win-crt-time-l1-1-0.dll
│   ├── api-ms-win-crt-utility-l1-1-0.dll
│   ├── clrcompression.dll
│   ├── clretwrc.dll
│   ├── clrjit.dll
│   ├── clrtracer32.dll
│   ├── clrtracer64.dll
│   ├── compiler-tracing.spec
│   ├── coreclr.dll
│   ├── cs
│   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   ├── dbgshim.dll
│   ├── de
│   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   ├── es
│   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   ├── fr
│   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   ├── hostfxr.dll
│   ├── hostpolicy.dll
│   ├── it
│   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   ├── ja
│   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   ├── ko
│   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   ├── libMonoPosixHelper.dll
│   ├── Microsoft.Build.dll
│   ├── Microsoft.Build.Framework.dll
│   ├── Microsoft.CodeAnalysis.CSharp.dll
│   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.dll
│   ├── Microsoft.CodeAnalysis.dll
│   ├── Microsoft.CodeAnalysis.VisualBasic.dll
│   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll
│   ├── Microsoft.CodeAnalysis.Workspaces.dll
│   ├── Microsoft.CSharp.dll
│   ├── Microsoft.DiaSymReader.dll
│   ├── Microsoft.DiaSymReader.Native.amd64.dll
│   ├── Microsoft.DiaSymReader.PortablePdb.dll
│   ├── Microsoft.VisualBasic.Core.dll
│   ├── Microsoft.VisualBasic.dll
│   ├── Microsoft.Win32.Primitives.dll
│   ├── Microsoft.Win32.Registry.dll
│   ├── MonoPosixHelper.dll
│   ├── Mono.Posix.NETStandard.dll
│   ├── mscordaccore_amd64_amd64_4.700.19.46205.dll
│   ├── mscordaccore.dll
│   ├── mscordbi.dll
│   ├── mscorlib.dll
│   ├── mscorrc.debug.dll
│   ├── mscorrc.dll
│   ├── netstandard.dll
│   ├── Newtonsoft.Json.dll
│   ├── pl
│   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   ├── pt-BR
│   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   ├── ru
│   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   ├── Semmle.Autobuild.deps.json
│   ├── Semmle.Autobuild.dll
│   ├── Semmle.Autobuild.exe
│   ├── Semmle.Autobuild.pdb
│   ├── Semmle.Autobuild.runtimeconfig.json
│   ├── Semmle.Extraction.CIL.dll
│   ├── Semmle.Extraction.CIL.pdb
│   ├── Semmle.Extraction.CSharp.dll
│   ├── Semmle.Extraction.CSharp.Driver.deps.json
│   ├── Semmle.Extraction.CSharp.Driver.dll
│   ├── Semmle.Extraction.CSharp.Driver.exe
│   ├── Semmle.Extraction.CSharp.Driver.pdb
│   ├── Semmle.Extraction.CSharp.Driver.runtimeconfig.json
│   ├── Semmle.Extraction.CSharp.pdb
│   ├── Semmle.Extraction.CSharp.Standalone.deps.json
│   ├── Semmle.Extraction.CSharp.Standalone.dll
│   ├── Semmle.Extraction.CSharp.Standalone.exe
│   ├── Semmle.Extraction.CSharp.Standalone.pdb
│   ├── Semmle.Extraction.CSharp.Standalone.runtimeconfig.json
│   ├── Semmle.Extraction.dll
│   ├── Semmle.Extraction.pdb
│   ├── Semmle.Util.dll
│   ├── Semmle.Util.pdb
│   ├── SOS_README.md
│   ├── stamp
│   ├── System.AppContext.dll
│   ├── System.Buffers.dll
│   ├── System.Collections.Concurrent.dll
│   ├── System.Collections.dll
│   ├── System.Collections.Immutable.dll
│   ├── System.Collections.NonGeneric.dll
│   ├── System.Collections.Specialized.dll
│   ├── System.ComponentModel.Annotations.dll
│   ├── System.ComponentModel.DataAnnotations.dll
│   ├── System.ComponentModel.dll
│   ├── System.ComponentModel.EventBasedAsync.dll
│   ├── System.ComponentModel.Primitives.dll
│   ├── System.ComponentModel.TypeConverter.dll
│   ├── System.Composition.AttributedModel.dll
│   ├── System.Composition.Convention.dll
│   ├── System.Composition.Hosting.dll
│   ├── System.Composition.Runtime.dll
│   ├── System.Composition.TypedParts.dll
│   ├── System.Configuration.dll
│   ├── System.Console.dll
│   ├── System.Core.dll
│   ├── System.Data.Common.dll
│   ├── System.Data.DataSetExtensions.dll
│   ├── System.Data.dll
│   ├── System.Diagnostics.Contracts.dll
│   ├── System.Diagnostics.Debug.dll
│   ├── System.Diagnostics.DiagnosticSource.dll
│   ├── System.Diagnostics.FileVersionInfo.dll
│   ├── System.Diagnostics.Process.dll
│   ├── System.Diagnostics.StackTrace.dll
│   ├── System.Diagnostics.TextWriterTraceListener.dll
│   ├── System.Diagnostics.Tools.dll
│   ├── System.Diagnostics.TraceSource.dll
│   ├── System.Diagnostics.Tracing.dll
│   ├── System.dll
│   ├── System.Drawing.dll
│   ├── System.Drawing.Primitives.dll
│   ├── System.Dynamic.Runtime.dll
│   ├── System.Globalization.Calendars.dll
│   ├── System.Globalization.dll
│   ├── System.Globalization.Extensions.dll
│   ├── System.IO.Compression.Brotli.dll
│   ├── System.IO.Compression.dll
│   ├── System.IO.Compression.FileSystem.dll
│   ├── System.IO.Compression.ZipFile.dll
│   ├── System.IO.dll
│   ├── System.IO.FileSystem.AccessControl.dll
│   ├── System.IO.FileSystem.dll
│   ├── System.IO.FileSystem.DriveInfo.dll
│   ├── System.IO.FileSystem.Primitives.dll
│   ├── System.IO.FileSystem.Watcher.dll
│   ├── System.IO.IsolatedStorage.dll
│   ├── System.IO.MemoryMappedFiles.dll
│   ├── System.IO.Pipes.AccessControl.dll
│   ├── System.IO.Pipes.dll
│   ├── System.IO.UnmanagedMemoryStream.dll
│   ├── System.Linq.dll
│   ├── System.Linq.Expressions.dll
│   ├── System.Linq.Parallel.dll
│   ├── System.Linq.Queryable.dll
│   ├── System.Memory.dll
│   ├── System.Net.dll
│   ├── System.Net.Http.dll
│   ├── System.Net.HttpListener.dll
│   ├── System.Net.Mail.dll
│   ├── System.Net.NameResolution.dll
│   ├── System.Net.NetworkInformation.dll
│   ├── System.Net.Ping.dll
│   ├── System.Net.Primitives.dll
│   ├── System.Net.Requests.dll
│   ├── System.Net.Security.dll
│   ├── System.Net.ServicePoint.dll
│   ├── System.Net.Sockets.dll
│   ├── System.Net.WebClient.dll
│   ├── System.Net.WebHeaderCollection.dll
│   ├── System.Net.WebProxy.dll
│   ├── System.Net.WebSockets.Client.dll
│   ├── System.Net.WebSockets.dll
│   ├── System.Numerics.dll
│   ├── System.Numerics.Vectors.dll
│   ├── System.ObjectModel.dll
│   ├── System.Private.CoreLib.dll
│   ├── System.Private.DataContractSerialization.dll
│   ├── System.Private.Uri.dll
│   ├── System.Private.Xml.dll
│   ├── System.Private.Xml.Linq.dll
│   ├── System.Reflection.DispatchProxy.dll
│   ├── System.Reflection.dll
│   ├── System.Reflection.Emit.dll
│   ├── System.Reflection.Emit.ILGeneration.dll
│   ├── System.Reflection.Emit.Lightweight.dll
│   ├── System.Reflection.Extensions.dll
│   ├── System.Reflection.Metadata.dll
│   ├── System.Reflection.Primitives.dll
│   ├── System.Reflection.TypeExtensions.dll
│   ├── System.Resources.Reader.dll
│   ├── System.Resources.ResourceManager.dll
│   ├── System.Resources.Writer.dll
│   ├── System.Runtime.CompilerServices.Unsafe.dll
│   ├── System.Runtime.CompilerServices.VisualC.dll
│   ├── System.Runtime.dll
│   ├── System.Runtime.Extensions.dll
│   ├── System.Runtime.Handles.dll
│   ├── System.Runtime.InteropServices.dll
│   ├── System.Runtime.InteropServices.RuntimeInformation.dll
│   ├── System.Runtime.InteropServices.WindowsRuntime.dll
│   ├── System.Runtime.Intrinsics.dll
│   ├── System.Runtime.Loader.dll
│   ├── System.Runtime.Numerics.dll
│   ├── System.Runtime.Serialization.dll
│   ├── System.Runtime.Serialization.Formatters.dll
│   ├── System.Runtime.Serialization.Json.dll
│   ├── System.Runtime.Serialization.Primitives.dll
│   ├── System.Runtime.Serialization.Xml.dll
│   ├── System.Runtime.WindowsRuntime.dll
│   ├── System.Runtime.WindowsRuntime.UI.Xaml.dll
│   ├── System.Security.AccessControl.dll
│   ├── System.Security.Claims.dll
│   ├── System.Security.Cryptography.Algorithms.dll
│   ├── System.Security.Cryptography.Cng.dll
│   ├── System.Security.Cryptography.Csp.dll
│   ├── System.Security.Cryptography.Encoding.dll
│   ├── System.Security.Cryptography.OpenSsl.dll
│   ├── System.Security.Cryptography.Primitives.dll
│   ├── System.Security.Cryptography.X509Certificates.dll
│   ├── System.Security.dll
│   ├── System.Security.Principal.dll
│   ├── System.Security.Principal.Windows.dll
│   ├── System.Security.SecureString.dll
│   ├── System.ServiceModel.Web.dll
│   ├── System.ServiceProcess.dll
│   ├── System.Text.Encoding.CodePages.dll
│   ├── System.Text.Encoding.dll
│   ├── System.Text.Encoding.Extensions.dll
│   ├── System.Text.Encodings.Web.dll
│   ├── System.Text.Json.dll
│   ├── System.Text.RegularExpressions.dll
│   ├── System.Threading.Channels.dll
│   ├── System.Threading.dll
│   ├── System.Threading.Overlapped.dll
│   ├── System.Threading.Tasks.Dataflow.dll
│   ├── System.Threading.Tasks.dll
│   ├── System.Threading.Tasks.Extensions.dll
│   ├── System.Threading.Tasks.Parallel.dll
│   ├── System.Threading.Thread.dll
│   ├── System.Threading.ThreadPool.dll
│   ├── System.Threading.Timer.dll
│   ├── System.Transactions.dll
│   ├── System.Transactions.Local.dll
│   ├── System.ValueTuple.dll
│   ├── System.Web.dll
│   ├── System.Web.HttpUtility.dll
│   ├── System.Windows.dll
│   ├── System.Xml.dll
│   ├── System.Xml.Linq.dll
│   ├── System.Xml.ReaderWriter.dll
│   ├── System.Xml.Serialization.dll
│   ├── System.Xml.XDocument.dll
│   ├── System.Xml.XmlDocument.dll
│   ├── System.Xml.XmlSerializer.dll
│   ├── System.Xml.XPath.dll
│   ├── System.Xml.XPath.XDocument.dll
│   ├── tr
│   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   ├── ucrtbase.dll
│   ├── WindowsBase.dll
│   ├── zh-Hans
│   │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   │   ├── Microsoft.CodeAnalysis.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   │   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
│   └── zh-Hant
│   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│   ├── Microsoft.CodeAnalysis.resources.dll
│   ├── Microsoft.CodeAnalysis.VisualBasic.resources.dll
│   ├── Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
│   └── Microsoft.CodeAnalysis.Workspaces.resources.dll
├── go
│   ├── codeql-extractor.yml
│   ├── COPYRIGHT
│   ├── go.dbscheme
│   ├── go.dbscheme.stats
│   ├── LICENSE
│   └── tools
│   ├── autobuild.cmd
│   ├── autobuild.sh
│   ├── index.cmd
│   ├── index.sh
│   ├── linux64
│   │   ├── go-autobuilder
│   │   ├── go-bootstrap
│   │   ├── go-extractor
│   │   └── go-tokenizer
│   ├── osx64
│   │   ├── go-autobuilder
│   │   ├── go-bootstrap
│   │   ├── go-extractor
│   │   └── go-tokenizer
│   ├── tokenizer.jar
│   └── win64
│   ├── go-autobuilder.exe
│   ├── go-bootstrap.exe
│   ├── go-extractor.exe
│   └── go-tokenizer.exe
├── java
│   ├── codeql-extractor.yml
│   ├── COPYRIGHT
│   ├── LICENSE
│   ├── semmlecode.dbscheme
│   ├── semmlecode.dbscheme.stats
│   └── tools
│   ├── autobuild.cmd
│   ├── autobuild-fat.jar
│   ├── autobuild.sh
│   ├── codeql-java-agent.jar
│   ├── compiler-tracing.spec
│   ├── linux
│   │   └── jdk-extractor-java
│   │   ├── bin
│   │   │   ├── java
│   │   │   ├── javac
│   │   │   ├── keytool
│   │   │   ├── rmid
│   │   │   ├── rmiregistry
│   │   │   └── serialver
│   │   ├── conf
│   │   │   ├── logging.properties
│   │   │   ├── net.properties
│   │   │   ├── sdp
│   │   │   │   └── sdp.conf.template
│   │   │   ├── security
│   │   │   │   ├── java.policy
│   │   │   │   ├── java.security
│   │   │   │   └── policy
│   │   │   │   ├── limited
│   │   │   │   │   ├── default_local.policy
│   │   │   │   │   ├── default_US_export.policy
│   │   │   │   │   └── exempt_local.policy
│   │   │   │   ├── README.txt
│   │   │   │   └── unlimited
│   │   │   │   ├── default_local.policy
│   │   │   │   └── default_US_export.policy
│   │   │   └── sound.properties
│   │   ├── include
│   │   │   ├── classfile_constants.h
│   │   │   ├── jawt.h
│   │   │   ├── jni.h
│   │   │   ├── jvmticmlr.h
│   │   │   ├── jvmti.h
│   │   │   └── linux
│   │   │   ├── jawt_md.h
│   │   │   └── jni_md.h
│   │   ├── legal
│   │   │   ├── java.base
│   │   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   │   ├── aes.md
│   │   │   │   ├── asm.md
│   │   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   │   ├── cldr.md
│   │   │   │   ├── c-libutl.md
│   │   │   │   ├── icu.md
│   │   │   │   ├── LICENSE
│   │   │   │   ├── public_suffix.md
│   │   │   │   └── unicode.md
│   │   │   ├── java.compiler
│   │   │   ├── java.datatransfer
│   │   │   ├── java.desktop
│   │   │   │   ├── colorimaging.md
│   │   │   │   ├── giflib.md
│   │   │   │   ├── harfbuzz.md
│   │   │   │   ├── jpeg.md
│   │   │   │   ├── lcms.md
│   │   │   │   ├── libpng.md
│   │   │   │   ├── mesa3d.md
│   │   │   │   ├── opengl.md
│   │   │   │   └── xwd.md
│   │   │   ├── java.instrument
│   │   │   ├── java.logging
│   │   │   ├── java.management
│   │   │   ├── java.naming
│   │   │   ├── java.prefs
│   │   │   ├── java.rmi
│   │   │   ├── java.security.sasl
│   │   │   ├── java.sql
│   │   │   ├── java.transaction.xa
│   │   │   ├── java.xml
│   │   │   │   ├── bcel.md
│   │   │   │   ├── dom.md
│   │   │   │   ├── jcup.md
│   │   │   │   ├── xalan.md
│   │   │   │   └── xerces.md
│   │   │   ├── jdk.compiler
│   │   │   └── jdk.zipfs
│   │   ├── lib
│   │   │   ├── classlist
│   │   │   ├── ct.sym
│   │   │   ├── jexec
│   │   │   ├── jrt-fs.jar
│   │   │   ├── jspawnhelper
│   │   │   ├── jvm.cfg
│   │   │   ├── libawt_headless.so
│   │   │   ├── libawt.so
│   │   │   ├── libawt_xawt.so
│   │   │   ├── libfontmanager.so
│   │   │   ├── libinstrument.so
│   │   │   ├── libjavajpeg.so
│   │   │   ├── libjava.so
│   │   │   ├── libjawt.so
│   │   │   ├── libjimage.so
│   │   │   ├── libjli.so
│   │   │   ├── libjsig.so
│   │   │   ├── libjsound.so
│   │   │   ├── liblcms.so
│   │   │   ├── libmanagement.so
│   │   │   ├── libmlib_image.so
│   │   │   ├── libnet.so
│   │   │   ├── libnio.so
│   │   │   ├── libprefs.so
│   │   │   ├── librmi.so
│   │   │   ├── libsplashscreen.so
│   │   │   ├── libverify.so
│   │   │   ├── libzip.so
│   │   │   ├── modules
│   │   │   ├── psfontj2d.properties
│   │   │   ├── psfont.properties.ja
│   │   │   ├── security
│   │   │   │   ├── blacklisted.certs
│   │   │   │   ├── cacerts
│   │   │   │   ├── default.policy
│   │   │   │   └── public_suffix_list.dat
│   │   │   ├── server
│   │   │   │   ├── libjsig.so
│   │   │   │   └── libjvm.so
│   │   │   └── tzdb.dat
│   │   └── release
│   ├── macos
│   │   └── jdk-extractor-java
│   │   ├── bin
│   │   │   ├── java
│   │   │   ├── javac
│   │   │   ├── keytool
│   │   │   ├── rmid
│   │   │   ├── rmiregistry
│   │   │   └── serialver
│   │   ├── conf
│   │   │   ├── logging.properties
│   │   │   ├── net.properties
│   │   │   ├── security
│   │   │   │   ├── java.policy
│   │   │   │   ├── java.security
│   │   │   │   └── policy
│   │   │   │   ├── limited
│   │   │   │   │   ├── default_local.policy
│   │   │   │   │   ├── default_US_export.policy
│   │   │   │   │   └── exempt_local.policy
│   │   │   │   ├── README.txt
│   │   │   │   └── unlimited
│   │   │   │   ├── default_local.policy
│   │   │   │   └── default_US_export.policy
│   │   │   └── sound.properties
│   │   ├── include
│   │   │   ├── classfile_constants.h
│   │   │   ├── darwin
│   │   │   │   ├── jawt_md.h
│   │   │   │   └── jni_md.h
│   │   │   ├── jawt.h
│   │   │   ├── jni.h
│   │   │   ├── jvmticmlr.h
│   │   │   └── jvmti.h
│   │   ├── legal
│   │   │   ├── java.base
│   │   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   │   ├── aes.md
│   │   │   │   ├── asm.md
│   │   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   │   ├── cldr.md
│   │   │   │   ├── c-libutl.md
│   │   │   │   ├── icu.md
│   │   │   │   ├── LICENSE
│   │   │   │   ├── public_suffix.md
│   │   │   │   └── unicode.md
│   │   │   ├── java.compiler
│   │   │   ├── java.datatransfer
│   │   │   ├── java.desktop
│   │   │   │   ├── colorimaging.md
│   │   │   │   ├── freetype.md
│   │   │   │   ├── giflib.md
│   │   │   │   ├── harfbuzz.md
│   │   │   │   ├── jpeg.md
│   │   │   │   ├── lcms.md
│   │   │   │   ├── libpng.md
│   │   │   │   ├── mesa3d.md
│   │   │   │   ├── opengl.md
│   │   │   │   └── xwd.md
│   │   │   ├── java.instrument
│   │   │   ├── java.logging
│   │   │   ├── java.management
│   │   │   ├── java.naming
│   │   │   ├── java.prefs
│   │   │   ├── java.rmi
│   │   │   ├── java.security.sasl
│   │   │   ├── java.sql
│   │   │   ├── java.transaction.xa
│   │   │   ├── java.xml
│   │   │   │   ├── bcel.md
│   │   │   │   ├── dom.md
│   │   │   │   ├── jcup.md
│   │   │   │   ├── xalan.md
│   │   │   │   └── xerces.md
│   │   │   ├── jdk.compiler
│   │   │   └── jdk.zipfs
│   │   ├── lib
│   │   │   ├── classlist
│   │   │   ├── ct.sym
│   │   │   ├── fontconfig.bfc
│   │   │   ├── fontconfig.properties.src
│   │   │   ├── jrt-fs.jar
│   │   │   ├── jspawnhelper
│   │   │   ├── jvm.cfg
│   │   │   ├── libawt.dylib
│   │   │   ├── libawt_lwawt.dylib
│   │   │   ├── libfontmanager.dylib
│   │   │   ├── libfreetype.dylib
│   │   │   ├── libinstrument.dylib
│   │   │   ├── libjava.dylib
│   │   │   ├── libjavajpeg.dylib
│   │   │   ├── libjawt.dylib
│   │   │   ├── libjimage.dylib
│   │   │   ├── libjli.dylib
│   │   │   ├── libjsig.dylib
│   │   │   ├── libjsound.dylib
│   │   │   ├── liblcms.dylib
│   │   │   ├── libmanagement.dylib
│   │   │   ├── libmlib_image.dylib
│   │   │   ├── libnet.dylib
│   │   │   ├── libnio.dylib
│   │   │   ├── libosxapp.dylib
│   │   │   ├── libosx.dylib
│   │   │   ├── libosxsecurity.dylib
│   │   │   ├── libosxui.dylib
│   │   │   ├── libprefs.dylib
│   │   │   ├── librmi.dylib
│   │   │   ├── libsplashscreen.dylib
│   │   │   ├── libverify.dylib
│   │   │   ├── libzip.dylib
│   │   │   ├── modules
│   │   │   ├── psfontj2d.properties
│   │   │   ├── psfont.properties.ja
│   │   │   ├── security
│   │   │   │   ├── blacklisted.certs
│   │   │   │   ├── cacerts
│   │   │   │   ├── default.policy
│   │   │   │   └── public_suffix_list.dat
│   │   │   ├── server
│   │   │   │   ├── libjsig.dylib
│   │   │   │   └── libjvm.dylib
│   │   │   └── tzdb.dat
│   │   └── release
│   ├── semmle-extractor-java.jar
│   └── windows
│   └── jdk-extractor-java
│   ├── bin
│   │   ├── api-ms-win-core-console-l1-1-0.dll
│   │   ├── api-ms-win-core-console-l1-2-0.dll
│   │   ├── api-ms-win-core-datetime-l1-1-0.dll
│   │   ├── api-ms-win-core-debug-l1-1-0.dll
│   │   ├── api-ms-win-core-errorhandling-l1-1-0.dll
│   │   ├── api-ms-win-core-file-l1-1-0.dll
│   │   ├── api-ms-win-core-file-l1-2-0.dll
│   │   ├── api-ms-win-core-file-l2-1-0.dll
│   │   ├── api-ms-win-core-handle-l1-1-0.dll
│   │   ├── api-ms-win-core-heap-l1-1-0.dll
│   │   ├── api-ms-win-core-interlocked-l1-1-0.dll
│   │   ├── api-ms-win-core-libraryloader-l1-1-0.dll
│   │   ├── api-ms-win-core-localization-l1-2-0.dll
│   │   ├── api-ms-win-core-memory-l1-1-0.dll
│   │   ├── api-ms-win-core-namedpipe-l1-1-0.dll
│   │   ├── api-ms-win-core-processenvironment-l1-1-0.dll
│   │   ├── api-ms-win-core-processthreads-l1-1-0.dll
│   │   ├── api-ms-win-core-processthreads-l1-1-1.dll
│   │   ├── api-ms-win-core-profile-l1-1-0.dll
│   │   ├── api-ms-win-core-rtlsupport-l1-1-0.dll
│   │   ├── api-ms-win-core-string-l1-1-0.dll
│   │   ├── api-ms-win-core-synch-l1-1-0.dll
│   │   ├── api-ms-win-core-synch-l1-2-0.dll
│   │   ├── api-ms-win-core-sysinfo-l1-1-0.dll
│   │   ├── api-ms-win-core-timezone-l1-1-0.dll
│   │   ├── api-ms-win-core-util-l1-1-0.dll
│   │   ├── api-ms-win-crt-conio-l1-1-0.dll
│   │   ├── api-ms-win-crt-convert-l1-1-0.dll
│   │   ├── api-ms-win-crt-environment-l1-1-0.dll
│   │   ├── api-ms-win-crt-filesystem-l1-1-0.dll
│   │   ├── api-ms-win-crt-heap-l1-1-0.dll
│   │   ├── api-ms-win-crt-locale-l1-1-0.dll
│   │   ├── api-ms-win-crt-math-l1-1-0.dll
│   │   ├── api-ms-win-crt-multibyte-l1-1-0.dll
│   │   ├── api-ms-win-crt-private-l1-1-0.dll
│   │   ├── api-ms-win-crt-process-l1-1-0.dll
│   │   ├── api-ms-win-crt-runtime-l1-1-0.dll
│   │   ├── api-ms-win-crt-stdio-l1-1-0.dll
│   │   ├── api-ms-win-crt-string-l1-1-0.dll
│   │   ├── api-ms-win-crt-time-l1-1-0.dll
│   │   ├── api-ms-win-crt-utility-l1-1-0.dll
│   │   ├── awt.dll
│   │   ├── fontmanager.dll
│   │   ├── freetype.dll
│   │   ├── instrument.dll
│   │   ├── javac.exe
│   │   ├── java.dll
│   │   ├── java.exe
│   │   ├── javajpeg.dll
│   │   ├── javaw.exe
│   │   ├── jawt.dll
│   │   ├── jimage.dll
│   │   ├── jli.dll
│   │   ├── jsound.dll
│   │   ├── keytool.exe
│   │   ├── lcms.dll
│   │   ├── management.dll
│   │   ├── mlib_image.dll
│   │   ├── msvcp140.dll
│   │   ├── net.dll
│   │   ├── nio.dll
│   │   ├── prefs.dll
│   │   ├── rmid.exe
│   │   ├── rmi.dll
│   │   ├── rmiregistry.exe
│   │   ├── serialver.exe
│   │   ├── server
│   │   │   └── jvm.dll
│   │   ├── splashscreen.dll
│   │   ├── ucrtbase.dll
│   │   ├── vcruntime140.dll
│   │   ├── verify.dll
│   │   └── zip.dll
│   ├── conf
│   │   ├── logging.properties
│   │   ├── net.properties
│   │   ├── security
│   │   │   ├── java.policy
│   │   │   ├── java.security
│   │   │   └── policy
│   │   │   ├── limited
│   │   │   │   ├── default_local.policy
│   │   │   │   ├── default_US_export.policy
│   │   │   │   └── exempt_local.policy
│   │   │   ├── README.txt
│   │   │   └── unlimited
│   │   │   ├── default_local.policy
│   │   │   └── default_US_export.policy
│   │   └── sound.properties
│   ├── include
│   │   ├── classfile_constants.h
│   │   ├── jawt.h
│   │   ├── jni.h
│   │   ├── jvmticmlr.h
│   │   ├── jvmti.h
│   │   └── win32
│   │   ├── jawt_md.h
│   │   └── jni_md.h
│   ├── legal
│   │   ├── java.base
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── aes.md
│   │   │   ├── asm.md
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   ├── cldr.md
│   │   │   ├── c-libutl.md
│   │   │   ├── icu.md
│   │   │   ├── LICENSE
│   │   │   ├── public_suffix.md
│   │   │   ├── unicode.md
│   │   │   └── zlib.md
│   │   ├── java.compiler
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.datatransfer
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.desktop
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   ├── colorimaging.md
│   │   │   ├── freetype.md
│   │   │   ├── giflib.md
│   │   │   ├── harfbuzz.md
│   │   │   ├── jpeg.md
│   │   │   ├── lcms.md
│   │   │   ├── libpng.md
│   │   │   ├── LICENSE
│   │   │   ├── mesa3d.md
│   │   │   └── opengl.md
│   │   ├── java.instrument
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.logging
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.management
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.naming
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.prefs
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.rmi
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.security.sasl
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.sql
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.transaction.xa
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.xml
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   ├── bcel.md
│   │   │   ├── dom.md
│   │   │   ├── jcup.md
│   │   │   ├── LICENSE
│   │   │   ├── xalan.md
│   │   │   └── xerces.md
│   │   ├── jdk.compiler
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   └── jdk.zipfs
│   │   ├── ADDITIONAL_LICENSE_INFO
│   │   ├── ASSEMBLY_EXCEPTION
│   │   └── LICENSE
│   ├── lib
│   │   ├── classlist
│   │   ├── ct.sym
│   │   ├── fontconfig.bfc
│   │   ├── fontconfig.properties.src
│   │   ├── jawt.lib
│   │   ├── jrt-fs.jar
│   │   ├── jvm.cfg
│   │   ├── jvm.lib
│   │   ├── modules
│   │   ├── psfontj2d.properties
│   │   ├── psfont.properties.ja
│   │   ├── security
│   │   │   ├── blacklisted.certs
│   │   │   ├── cacerts
│   │   │   ├── default.policy
│   │   │   └── public_suffix_list.dat
│   │   ├── tzdb.dat
│   │   └── tzmappings
│   └── release
├── javascript
│   ├── codeql-extractor.yml
│   ├── CONTRIBUTING.md
│   ├── COPYRIGHT
│   ├── LICENSE
│   ├── semmlecode.javascript.dbscheme
│   ├── semmlecode.javascript.dbscheme.stats
│   └── tools
│   ├── autobuild.cmd
│   ├── autobuild.sh
│   ├── data
│   │   └── externs
│   │   ├── DefinitelyTyped-LICENSE
│   │   ├── es
│   │   │   ├── es2016.js
│   │   │   ├── es2017.js
│   │   │   ├── es3.js
│   │   │   ├── es5.js
│   │   │   ├── es6_collections.js
│   │   │   ├── es6.js
│   │   │   ├── intl.js
│   │   │   └── proxy.js
│   │   ├── lib
│   │   │   ├── bdd.js
│   │   │   ├── jquery-3.2.js
│   │   │   ├── should.js
│   │   │   └── vows.js
│   │   ├── nodejs
│   │   │   ├── assert.js
│   │   │   ├── assert_legacy.js
│   │   │   ├── buffer.js
│   │   │   ├── child_process.js
│   │   │   ├── cluster.js
│   │   │   ├── console.js
│   │   │   ├── constants.js
│   │   │   ├── crypto.js
│   │   │   ├── dgram.js
│   │   │   ├── dns.js
│   │   │   ├── domain.js
│   │   │   ├── events.js
│   │   │   ├── fs.js
│   │   │   ├── globals.js
│   │   │   ├── http.js
│   │   │   ├── https.js
│   │   │   ├── module.js
│   │   │   ├── net.js
│   │   │   ├── os.js
│   │   │   ├── path.js
│   │   │   ├── process.js
│   │   │   ├── punycode.js
│   │   │   ├── querystring.js
│   │   │   ├── readline.js
│   │   │   ├── repl.js
│   │   │   ├── stream.js
│   │   │   ├── string_decoder.js
│   │   │   ├── sys.js
│   │   │   ├── timers.js
│   │   │   ├── tls.js
│   │   │   ├── tty.js
│   │   │   ├── url.js
│   │   │   ├── util.js
│   │   │   ├── v8.js
│   │   │   ├── vm.js
│   │   │   └── zlib.js
│   │   ├── README.md
│   │   ├── vm
│   │   │   ├── jsshell.js
│   │   │   ├── rhino.js
│   │   │   ├── spidermonkey.js
│   │   │   └── v8.js
│   │   └── web
│   │   ├── chrome.js
│   │   ├── fetchapi.js
│   │   ├── fileapi.js
│   │   ├── flash.js
│   │   ├── gecko_css.js
│   │   ├── gecko_dom.js
│   │   ├── gecko_event.js
│   │   ├── gecko_ext.js
│   │   ├── gecko_xml.js
│   │   ├── html5.js
│   │   ├── ie_css.js
│   │   ├── ie_dom.js
│   │   ├── ie_event.js
│   │   ├── ie_vml.js
│   │   ├── intl.js
│   │   ├── iphone.js
│   │   ├── mediasource.js
│   │   ├── page_visibility.js
│   │   ├── streamsapi.js
│   │   ├── url.js
│   │   ├── w3c_anim_timing.js
│   │   ├── w3c_batterystatus.js
│   │   ├── w3c_css3d.js
│   │   ├── w3c_css.js
│   │   ├── w3c_device_sensor_event.js
│   │   ├── w3c_dom1.js
│   │   ├── w3c_dom2.js
│   │   ├── w3c_dom3.js
│   │   ├── w3c_dom4.js
│   │   ├── w3c_elementtraversal.js
│   │   ├── w3c_encoding.js
│   │   ├── w3c_event3.js
│   │   ├── w3c_event.js
│   │   ├── w3c_gamepad.js
│   │   ├── w3c_geolocation.js
│   │   ├── w3c_indexeddb.js
│   │   ├── w3c_midi.js
│   │   ├── w3c_navigation_timing.js
│   │   ├── w3c_permissions.js
│   │   ├── w3c_pointer_events.js
│   │   ├── w3c_range.js
│   │   ├── w3c_requestidlecallback.js
│   │   ├── w3c_rtc.js
│   │   ├── w3c_screen_orientation.js
│   │   ├── w3c_selectors.js
│   │   ├── w3c_serviceworker.js
│   │   ├── w3c_touch_event.js
│   │   ├── w3c_webcrypto.js
│   │   ├── w3c_xml.js
│   │   ├── webgl.js
│   │   ├── webkit_css.js
│   │   ├── webkit_dom.js
│   │   ├── webkit_event.js
│   │   ├── webkit_notifications.js
│   │   ├── webkit_usercontent.js
│   │   ├── webstorage.js
│   │   ├── whatwg_encoding.js
│   │   └── window.js
│   ├── extractor-javascript.jar
│   ├── index-dir.sh
│   └── typescript-parser-wrapper
│   ├── ast_extractor.js
│   ├── common.js
│   ├── main.js
│   ├── node_modules
│   │   └── typescript
│   │   ├── AUTHORS.md
│   │   ├── bin
│   │   │   ├── tsc
│   │   │   └── tsserver
│   │   ├── CODE_OF_CONDUCT.md
│   │   ├── CopyrightNotice.txt
│   │   ├── lib
│   │   │   ├── cancellationToken.js
│   │   │   ├── cs
│   │   │   │   └── diagnosticMessages.generated.json
│   │   │   ├── de
│   │   │   │   └── diagnosticMessages.generated.json
│   │   │   ├── diagnosticMessages.generated.json
│   │   │   ├── es
│   │   │   │   └── diagnosticMessages.generated.json
│   │   │   ├── fr
│   │   │   │   └── diagnosticMessages.generated.json
│   │   │   ├── it
│   │   │   │   └── diagnosticMessages.generated.json
│   │   │   ├── ja
│   │   │   │   └── diagnosticMessages.generated.json
│   │   │   ├── ko
│   │   │   │   └── diagnosticMessages.generated.json
│   │   │   ├── lib.dom.d.ts
│   │   │   ├── lib.dom.iterable.d.ts
│   │   │   ├── lib.d.ts
│   │   │   ├── lib.es2015.collection.d.ts
│   │   │   ├── lib.es2015.core.d.ts
│   │   │   ├── lib.es2015.d.ts
│   │   │   ├── lib.es2015.generator.d.ts
│   │   │   ├── lib.es2015.iterable.d.ts
│   │   │   ├── lib.es2015.promise.d.ts
│   │   │   ├── lib.es2015.proxy.d.ts
│   │   │   ├── lib.es2015.reflect.d.ts
│   │   │   ├── lib.es2015.symbol.d.ts
│   │   │   ├── lib.es2015.symbol.wellknown.d.ts
│   │   │   ├── lib.es2016.array.include.d.ts
│   │   │   ├── lib.es2016.d.ts
│   │   │   ├── lib.es2016.full.d.ts
│   │   │   ├── lib.es2017.d.ts
│   │   │   ├── lib.es2017.full.d.ts
│   │   │   ├── lib.es2017.intl.d.ts
│   │   │   ├── lib.es2017.object.d.ts
│   │   │   ├── lib.es2017.sharedmemory.d.ts
│   │   │   ├── lib.es2017.string.d.ts
│   │   │   ├── lib.es2017.typedarrays.d.ts
│   │   │   ├── lib.es2018.asyncgenerator.d.ts
│   │   │   ├── lib.es2018.asynciterable.d.ts
│   │   │   ├── lib.es2018.d.ts
│   │   │   ├── lib.es2018.full.d.ts
│   │   │   ├── lib.es2018.intl.d.ts
│   │   │   ├── lib.es2018.promise.d.ts
│   │   │   ├── lib.es2018.regexp.d.ts
│   │   │   ├── lib.es2019.array.d.ts
│   │   │   ├── lib.es2019.d.ts
│   │   │   ├── lib.es2019.full.d.ts
│   │   │   ├── lib.es2019.object.d.ts
│   │   │   ├── lib.es2019.string.d.ts
│   │   │   ├── lib.es2019.symbol.d.ts
│   │   │   ├── lib.es2020.d.ts
│   │   │   ├── lib.es2020.full.d.ts
│   │   │   ├── lib.es2020.string.d.ts
│   │   │   ├── lib.es2020.symbol.wellknown.d.ts
│   │   │   ├── lib.es5.d.ts
│   │   │   ├── lib.es6.d.ts
│   │   │   ├── lib.esnext.array.d.ts
│   │   │   ├── lib.esnext.asynciterable.d.ts
│   │   │   ├── lib.esnext.bigint.d.ts
│   │   │   ├── lib.esnext.d.ts
│   │   │   ├── lib.esnext.full.d.ts
│   │   │   ├── lib.esnext.intl.d.ts
│   │   │   ├── lib.esnext.symbol.d.ts
│   │   │   ├── lib.scripthost.d.ts
│   │   │   ├── lib.webworker.d.ts
│   │   │   ├── lib.webworker.importscripts.d.ts
│   │   │   ├── pl
│   │   │   │   └── diagnosticMessages.generated.json
│   │   │   ├── protocol.d.ts
│   │   │   ├── pt-br
│   │   │   │   └── diagnosticMessages.generated.json
│   │   │   ├── README.md
│   │   │   ├── ru
│   │   │   │   └── diagnosticMessages.generated.json
│   │   │   ├── tr
│   │   │   │   └── diagnosticMessages.generated.json
│   │   │   ├── tsc.js
│   │   │   ├── tsserver.js
│   │   │   ├── tsserverlibrary.d.ts
│   │   │   ├── tsserverlibrary.js
│   │   │   ├── typescript.d.ts
│   │   │   ├── typescript.js
│   │   │   ├── typescriptServices.d.ts
│   │   │   ├── typescriptServices.js
│   │   │   ├── typesMap.json
│   │   │   ├── typingsInstaller.js
│   │   │   ├── watchGuard.js
│   │   │   ├── zh-cn
│   │   │   │   └── diagnosticMessages.generated.json
│   │   │   └── zh-tw
│   │   │   └── diagnosticMessages.generated.json
│   │   ├── LICENSE.txt
│   │   ├── loc
│   │   │   └── lcl
│   │   │   ├── CHS
│   │   │   │   ├── Targets
│   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   └── TypeScriptTasks
│   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   ├── CHT
│   │   │   │   ├── Targets
│   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   └── TypeScriptTasks
│   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   ├── CSY
│   │   │   │   ├── Targets
│   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   └── TypeScriptTasks
│   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   ├── DEU
│   │   │   │   ├── Targets
│   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   └── TypeScriptTasks
│   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   ├── ESN
│   │   │   │   ├── Targets
│   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   └── TypeScriptTasks
│   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   ├── FRA
│   │   │   │   ├── Targets
│   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   └── TypeScriptTasks
│   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   ├── ITA
│   │   │   │   ├── Targets
│   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   └── TypeScriptTasks
│   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   ├── JPN
│   │   │   │   ├── Targets
│   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   └── TypeScriptTasks
│   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   ├── KOR
│   │   │   │   ├── Targets
│   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   └── TypeScriptTasks
│   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   ├── PLK
│   │   │   │   ├── Targets
│   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   └── TypeScriptTasks
│   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   ├── PTB
│   │   │   │   ├── Targets
│   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   └── TypeScriptTasks
│   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   ├── RUS
│   │   │   │   ├── Targets
│   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   └── TypeScriptTasks
│   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   └── TRK
│   │   │   ├── Targets
│   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   ├── TypeScriptDebugEngine
│   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   ├── TypeScriptLanguageService
│   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   └── TypeScriptTasks
│   │   │   └── TypeScript.Tasks.dll.lcl
│   │   ├── package.json
│   │   ├── README.md
│   │   └── ThirdPartyNoticeText.txt
│   ├── typescript.js
│   └── type_table.js
├── legacy-upgrades
│   ├── qlpack.yml
│   ├── sourceLocationPrefix.ql
│   └── upgrades
│   ├── 01e8393442d4b718386652d8fa061c90489f19a9
│   │   ├── is_complete.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 07f74b3d3209a37b9865b496258c8264321a8686
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   ├── unspecifiedtype.ql
│   │   └── upgrade.properties
│   ├── 08ba9b29ff7113ea55f0d75a7e215ed6a40c5e92
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 0929c4e7b8020d6023d427b6ce8384efcef9d9a2
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   ├── svnchurn.ql
│   │   └── upgrade.properties
│   ├── 0a5d1cbf4225c1169a48e72598ecbaec84ea25cf
│   │   ├── old.dbscheme
│   │   ├── semmlecode.python.dbscheme
│   │   └── upgrade.properties
│   ├── 0a710dfc8e910343f85e23b1a373b4aa1331bfd1
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 0ae3cc838e4f4240b7793332e1178fc80c71ff0d
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 0aea64a98bea4bdb654c8347ed4d0ce660c7bebe
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 0dab389be481212ba2fcd769ee8e627575c1fbc4
│   │   ├── indentation.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 0e263ab9d8366d13cb67e24f5f6057241137d958
│   │   ├── old.dbscheme
│   │   ├── semmlecode.python.dbscheme
│   │   └── upgrade.properties
│   ├── 0eebd672548e11f6f870179b9cf35dd93083e790
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 103134dcd7de13e757511365c708835e262c017e
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 119f9bc80398cbf1d55eec4395d78c516ebe4f27
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 1234b80a5e315bc891f4a2136719a9fb2c573f73
│   │   ├── fun_specialized.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 12cbc997eec7a7487bd71354d861dae9f023e16b
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 134b763575c275ae47cbab88d1330393397c1e81
│   │   ├── expr_types.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 138e9a81ca9fb7e7c4549ba98db595c0cbba9bcb
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 13a5f6bc88c88ab70ba129c808037c50f1abb20e
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 173228a0717f2f9491ad4ff6e31c9ec6dab26c86
│   │   ├── expr_parent.ql
│   │   ├── expr_parent_top_level.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   ├── stmt_parent.ql
│   │   ├── stmt_parent_top_level.ql
│   │   └── upgrade.properties
│   ├── 182a1206e37d1ecb632137bdab0e3ce63a32bf79
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 19224894f401d2c882243cb50837c81efe2733f9
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 1adf42ec440d4c934fedd8e5dbefb2b00eb39d86
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 1d675512e0fd31858ec4a0d8ce51b50abfc787bd
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 1dc43444ed04360f50daadd8386ab08e4f86ff13
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 2258686129bd9e92bfb7ecee2d8e14e48760bd21
│   │   ├── old.dbscheme
│   │   ├── semmlecode.python.dbscheme
│   │   └── upgrade.properties
│   ├── 2408f9a3e8975f1a6d021f744ff3d36a1abac788
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 246a55d587c6f6d4c6a464285630c4538916907b
│   │   ├── addTypeParameterVariance.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 24801f09cee2633111d8e4e1e1708a02f71efcfd
│   │   ├── is_pod_class.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 27031b21230c2f5a2baccea7dae83bcb2a7f17c5
│   │   ├── addEmptyLine.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 270c046ee5f90434593c1ff82eb6b4e85f46f5c3
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 29bffe3312b513d177f9b014138e35eb8018fe5d
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 29cb37f51dd58e2463e196cbad862dd2b7876988
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 2bce16e86354000f5b38936c783f3be7c882eb0d
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 2c04f51f7b745af34d77df536aeef68eafe2f773
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 2cc03d779ce4867d71a9fe247dd7b22faeb3ddb7
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 2cd13bf547d9bf5e8f372635aa72a03eef181c51
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 2cfe7f14e77d95cabe952a6beebd7f2e4c726b9a
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 2dc7da725df8183d2b9475cb819e22ee98292ea6
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 304d47c6b92467ab7ff6f48e3294ab0ffa6b22fe
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 31610f04a2e3a51e4708ab641e75ec1c866d7983
│   │   ├── isModule.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 31d5856f73be2516a97367ad3ed0194090e18ea4
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 32ac0518ca4494bc33dd5aaa21d1cf3e170e32ac
│   │   ├── old.dbscheme
│   │   ├── semmlecode.python.dbscheme
│   │   └── upgrade.properties
│   ├── 38ae99eeab76fb1376663f37a507e3d87f1a214e
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 390774e3fa446c2e264c8807c763fb407e03223c
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 3940e1991554c5276901b699b28fb25ba7ff987d
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 3a532297b20361a8c85dd727fb3f555616173eb7
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 3b2f20495960eb4a1bc804f6614f120d16bba987
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 3ccf736655b88a4ad10cd3cc4040083dd0e285c0
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 3d66ae367405427af085c2f072dda396c6a35a8a
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 3f2481bbd7da981bd341f4112601d724c931bb85
│   │   ├── old.dbscheme
│   │   ├── semmlecode.python.dbscheme
│   │   └── upgrade.properties
│   ├── 3f9d0d3de95633ed3a937c8ace752dd99fd91a94
│   │   ├── old.dbscheme
│   │   ├── semmlecode.python.dbscheme
│   │   ├── svnchurn.ql
│   │   └── upgrade.properties
│   ├── 400fb6f1625bb8d2a13733a4a4baab06ccb37c86
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 40dbdb21ccf2eafa34175befd6708bc10ea58717
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 41eb86ccca5e2c52193ae275dc096c1e10f4b0be
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 43021e3b0657d5a5ab63d046c345a989a2c9b0c8
│   │   ├── conversionkinds.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 437ca7e5a3a58e828c5a3a50e902a843bf9d2e93
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 43f1ee4ff75fb0b695b554c3ddedc4ab7ef20b4e
│   │   ├── function_entry_point.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   ├── upgrade.properties
│   │   ├── using_container.ql
│   │   └── usings.ql
│   ├── 446b9683508d0410823f3f25db1ee17a85584df4
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 454f1e15151422355049dc4f1f0486a03baeffef
│   │   ├── old.dbscheme
│   │   ├── preprocpair.ql
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 4a1bdcd55318febde3c1c0dcfa73b766fcf2e383
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 4a4dbceda03cc3234bd9986f9df494cc234337c8
│   │   ├── old.dbscheme
│   │   ├── semmlecode.python.dbscheme
│   │   └── upgrade.properties
│   ├── 4a770078bad4933ef40dc1654ba3942bd529547d
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 4c1b88edaeea485a6bcb0f7caa0a1e7d9db0bebb
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 4c35a4c8bbd0b8b60aa153f27f540c935a65eb5d
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 4c3e46f7f76f9133dd0cef123558c0550071852e
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 4cf3316cf84d6a1a8eb4adc009a2ccb15ef9f34f
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 4d5d208a1d5c99e95796a9fb0294bf33756e07be
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 4d601da1662e8d3eb9818ac0092de20d8e7e4d36
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 4eb6a07215961cf5e67edfcebf2a6c879bf46277
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 4f36e4c63dc021c985c1b358cd3c1c62e8af04bb
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 4fb0876103a88b784b33ab1731260a9ba17bdec8
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 505a6f0d9ee4ee41aad04b498b91fb76ea712291
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 52619f8e5e150dfffb8bff55c74f06e250cd43f9
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 52d5cd015401d44265099f63d0cf1e3a06bd76df
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 53e1649e206887f919885561095ea5507a39c99a
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 5743dea845759c35a0901100c40ce77cd827d52c
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 578960e29a539a627d1c265e8a393b6bddbb5885
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 57bb881e645fa5759e6fb186a4fe211eb8f1dba7
│   │   ├── isVarargsParam.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 57c05bebf300e209a6062a69e4fc4e348338573e
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 584b6eff5164e3b3be44008217946ece347feb36
│   │   ├── exprs.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   ├── typeexprs.ql
│   │   └── upgrade.properties
│   ├── 5934f4a7908bd544b3e1a6e193dd32bcdc21794d
│   │   ├── exprs.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 5c6af4cc5fd7f91594d08f8a531b766b2d94c019
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 5d2ee0bbe3f923b75cbaf3c9263862f734128d92
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 5e4ea3356ab2f81973f498a2d935ae961ead038f
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 5eb05de3140850458f234ac9ea3aaadf3a66b47b
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 624d8c10f4d830ef4e9d169967dd41921a587687
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 6291ebe57bad0e6ee5b1ad9e7be86936338f6a7f
│   │   ├── exprs.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   ├── typeexprs.ql
│   │   └── upgrade.properties
│   ├── 63d92fbf0840238384e719a43ba0321130c08249
│   │   ├── exprs.ql
│   │   ├── hasLocation.ql
│   │   ├── isAbstractMember.ql
│   │   ├── old.dbscheme
│   │   ├── properties.ql
│   │   ├── semmlecode.javascript.dbscheme
│   │   ├── typeexprs.ql
│   │   └── upgrade.properties
│   ├── 65c32bb370dd617d6ae24aad6ed86006e233c362
│   │   ├── old.dbscheme
│   │   ├── semmlecode.python.dbscheme
│   │   └── upgrade.properties
│   ├── 66d7caa3ed1acf649128ef0f3c5715ab78d72578
│   │   ├── old.dbscheme
│   │   ├── properties.ql
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 692743332eaa96408c74a054fb9fd13fb7972c11
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 6abac8f1130a72bbed72768f1e94f0f3d5a36323
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 6bb90740591882bdaf8cd5449151a25e45b92f5e
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 6d904e29d52e877d6b094055ac61b1fde42fc517
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 6da4dbe4aa64f823e8028cba024d4a279db75c9d
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 6f66b48bc693fda9fa4e363521c9c58d051d10dd
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 732e8b4112b9d338b335b9df7a9ef0b6deccd66c
│   │   ├── expr_cond_false.ql
│   │   ├── expr_cond_guard.ql
│   │   ├── expr_cond_true.ql
│   │   ├── expr_cond_two_operand.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 74209b761c54d7655fb0b27083657314efd2aa94
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 75fcf6336d7ced8405d54b504857b525a97ba8c2
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   ├── svnchurn.ql
│   │   └── upgrade.properties
│   ├── 77083f939b965058de7c4a858280ba54a1a6e351
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 779dfae4dc90029709cb91989c24f68910216b98
│   │   ├── function_deleted.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 7a1e779998295c4066698d3a30fb32692a971fa3
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 7de4e1b1a10d6baccf6bb47dce18dc6fef9047bb
│   │   ├── errors.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cobol.dbscheme
│   │   └── upgrade.properties
│   ├── 8045fbb0a6b15688398a7ac6109eeecc7dd5f2ce
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 82ea95dfa9f8cc0162c5d5d8daee4ea775552e5e
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 852576adacde4080ad69e0ccae9e4a0b440abdf0
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 85b13bf412ec8e7965b746f46aa6c6807cbb3f1b
│   │   ├── filetype.rel
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 866097853592b70bf9a8087757da7431e21c5bb4
│   │   ├── addNameStringsValue.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 87750e19e59ec07cdf45d6c797ea83fbfc237037
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 877eff3975ddabfba49f104b0a1412f777797d62
│   │   ├── macroinvocations.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 878c37ab397d923a6c42dee4e386a989d94119f2
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 882503714973f67caaf617459151f238aa1a9602
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 886aec63fb9fa824e7d7753df6f3aa9e2a7f4d30
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 8943dd59f6121024440fc74aeb8db7aa87fa38d9
│   │   ├── Lib.qll
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   ├── stmtChildReorder.ql
│   │   └── upgrade.properties
│   ├── 89465ed0b7ed742c27ea1c741aa124165ea086ae
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 8a5987372662ad5f5b2c306da7c10c40dd12156e
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 8a881f0c06b05aee6b102ecda816c423a34b21d7
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 8aad72744d6a8c021970d039847f337c0a573133
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 8b7de44268d6811d64b82cb30e75ab36e3d0fa5e
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 8c31d5acdd4d6394c0c54c8b6e3888f028dbc711
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   ├── upgrade_numlines.ql
│   │   └── upgrade.properties
│   ├── 8f36a5fe4dbd8849d92ec9012bf51fb11bca528c
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 8fef48330ded467a391f02a4571f8bff1f3c55f9
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 9034759ef3fee390583e3cc8c56d82a90484b661
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 90d8cc4077c73d4ae77f4f9cf4b0ec1c201dd82a
│   │   ├── expr_argument.ql
│   │   ├── file_extraction_mode.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── 922ee3263036474d89d64ce5cbdcf22ec7d8b798
│   │   ├── old.dbscheme
│   │   ├── pointerishsize.ql
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 92cfa12335ce772bd766a240cf81efe2e1928af4
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 92e57fdd10816ab9bebf05e871d13d55e5382ee4
│   │   ├── exprChildReorder.ql
│   │   ├── Lib.qll
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 92f893172a3554bfb5ec047beb6b65c77c51a70a
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 94a6c916cc039a36f847c5bea309595f3170977c
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 9513f9f2e5ae73c0c0979b8fdbb3416fe51074f3
│   │   ├── old.dbscheme
│   │   ├── properties.ql
│   │   ├── semmlecode.javascript.dbscheme
│   │   ├── successor.ql
│   │   └── upgrade.properties
│   ├── 951e0211c1ab4271ae02b3c92752c111c427ff5d
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 956df24d67d335765e10dd8833b3215959d880da
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 96c1675802872d22f314e5df19c1e34430c740f3
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 96da061bf7a92376279df5c387c0a9429c2242a1
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 97594f38687c738565d12a017290317b03791146
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 9962228f3eea0f8ad9131cd6433a641e8fefee1f
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 999714880e0d8948b266da0bea089f2f12e3ad05
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 99f43a5c5ac08aaa9378ec1c8f233e9b84933dfb
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   ├── stmt_decl_bind.ql
│   │   └── upgrade.properties
│   ├── 9c2877ec1bb85f0a7f3e7f13b51ff831a57dc2c5
│   │   ├── old.dbscheme
│   │   ├── paramName.ql
│   │   ├── params.ql
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── 9c60100b5ebd41585d7f009e2cd06551a6d40871
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 9cdbdbfb0595ee06476be8e6f55c7796900223c3
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── 9f376e5acb1f4f7fa8b165da38b93ef5860a7b67
│   │   ├── old.dbscheme
│   │   ├── semmlecode.python.dbscheme
│   │   └── upgrade.properties
│   ├── 9f4697ccc08a66f52d9bf3cb52f7b78551f082a1
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── 9f8dc86c5cc527f6e6b033d87d6ed520af656b64
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── a034b78f0ebedf040be837cf6a28330dc0cf613f
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── a34c6110e62ceb39e06647eb87a711764f7bd909
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── a3a71ab7abc2b6e5361414bdc42d708479255683
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── aa052e81689c3f79b3c7e5f6d33afff5665b2d2a
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   ├── svnchurn.ql
│   │   └── upgrade.properties
│   ├── ab1528166621ae462860cf9e84b7e5a53e2ed09f
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── ab64f1e5585fcdacff9d026dec5bd3eb2bd02941
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── ac9cd1b52308724e30dc7970544553fb9f4446cc
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── afff19e455d6fcbd1df5777a51e958de043178ea
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── b026dadc02591ea6a4134f58a8df13820d3d05aa
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── b07e372d14cb870f406ffe707afde08bf58d8261
│   │   ├── isExterns.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   ├── toplevels.ql
│   │   └── upgrade.properties
│   ├── b1166f9a16534e138c00b4384890af55e26073cd
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   ├── svnchurn.ql
│   │   └── upgrade.properties
│   ├── b3210a2f9a32c48946d2988931b762a811c7bd0c
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── b3f5f9170754ba16b27b06dee0ad365d8b7e883f
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── b5d935c1ce448a8ccb43e9b2bea44051d617617d
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── b69d7fafd234ef470e5723feb5db3567be593330
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── b7d00158f69e8ef2234da4c8431b5b8d6d649107
│   │   ├── old.dbscheme
│   │   ├── py_cmembers_versioned.ql
│   │   ├── py_extracted_version.ql
│   │   ├── py_flags_versioned.ql
│   │   ├── py_syntax_error_versioned.ql
│   │   ├── semmlecode.python.dbscheme
│   │   └── upgrade.properties
│   ├── b7eaae3fa96a0403da9c957487df1624eab1846d
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── b85ea2927bc784a515c47f0232b91efdfd6ed62a
│   │   ├── old.dbscheme
│   │   ├── semmlecode.python.dbscheme
│   │   └── upgrade.properties
│   ├── b88e691532d69a35f079909bcc2ceeb0df568b64
│   │   ├── expressions.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── bbd201f7dfb0ff0821c32db992e1fee8423d200a
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── bca21dd1a2d1c0595f2194e655d16f50d32f8493
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── c01468b807e88566f3c1f12a07dbf3f5579d5f30
│   │   ├── builtintypes.ql
│   │   ├── old.dbscheme
│   │   ├── pointerishsize.ql
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── c0adf2cc8e316d660baca576adca10b6efa8282e
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── c0b26306b00f900f6d5cf452bf1bf2616f97526d
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── c1874a11c97ac5b4c3c82bb3e0212bded3424361
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── c28c51392e4f56d0e00e2d47de7c261e682a5a2d
│   │   ├── expressions.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   ├── types.ql
│   │   └── upgrade.properties
│   ├── c3733f846fd34b52cfdf1789306701474760cd2b
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── c5f575ccb639d2cb5b59f679cf748b27bdb6964b
│   │   ├── new_allocated_type.ql
│   │   ├── new_array_allocated_type.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── c9f601550cb4509f115d85f8c688ac80508c1138
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── cc033c5e5de6b77fbcd41ab7dab52a0d435e6126
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── cc270256f75635d701ea7247477dab4c396c06bb
│   │   ├── aggregate_array_init.ql
│   │   ├── aggregate_field_init.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── cce253ec05a0e92c579ce3b962a3cea542ae5b00
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── cff2a64444cff1f325e3dd5f7c88c6865fbe062d
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── d06f2505d5e9b76f372389c9ca2d805a456d84ce
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── d0b297c0bb5ddde48a9575585be4c6ad9de473ba
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── d14b12348a45fe9e831a51f412927ed43c0e65a8
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── d21638df57b419dba414697ba63a08c8434ca1f9
│   │   ├── arrayComponentType.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── d40069a5ee5250fa840402f915346c11104469a7
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── d4486cabf5b6e1e94a7c7fc1a293b751e0bb13cb
│   │   ├── direct_base_offsets.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── d49bef3a174028de5e1416fdc7f3a1f86c05c3e3
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── d4a64488f6aa8a8ac78e581f7d849167969f888e
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── d5b6c5373c9ab9e9f3d2f3975740df00a0b5d8b9
│   │   ├── compilation_finished.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── d7173b11aeffe551099e91331e038d24d88da8f7
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── d798884ad13a6ce359378e9e90ebdee6ee983ff1
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── d855637bcdcf74006d190b29a0b3101f2fd1e108
│   │   ├── do_body.ql
│   │   ├── for_body.ql
│   │   ├── for_condition.ql
│   │   ├── for_initialization.ql
│   │   ├── for_update.ql
│   │   ├── if_else.ql
│   │   ├── if_then.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   ├── switch_body.ql
│   │   ├── switch_case.ql
│   │   ├── upgrade.properties
│   │   └── while_body.ql
│   ├── daa0c599457477b2a771e365cf02df56389dabe2
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── ddc253e7d03aa97a75a19fb2dfd966e2841a6877
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── de6b39c433485abe5ffbb57d3354d06a65c0754b
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── de98b229f905a1aaa6d777eb2c7fd49dca24b767
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── defa8f049fa251082d67565e606d2f0f6d74154e
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── e0507b050415b2d16d36878d2de425f6bdac346f
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── e071685a1a5e1276ac5c73040f268e75a4cb7aea
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── e09f9ed3a78ffb1e23a4ce42fdcde73df6d349d8
│   │   ├── adjustExprKinds.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── e120332148e72d98ad26701bb55b185595bd63ac
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── e135052f532e2989294c91bbe8a6ae2295fb21e0
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── e45cc5e2db46fe28f29b04959d4cd3a157f780ac
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── e5ee2b3a566095514763dff41785e11369a510c4
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── e699841e633af390cd7cf7526ed8467dc257ac48
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── e6f013f81203c3a58c9122e3dc74f3b4e52b9fcb
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── e7a3153f7e729a3ec0de5a45b772765c9e8c0b64
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── e7da4b584c6a2e60f98cf5b15754250b6c1362ff
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── e7f52c23a8a5f8b9a59c1c6045bead2b3ef1a21b
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── e7f9eae8f0437922c87b9643de59eb4702f2ec07
│   │   ├── old.dbscheme
│   │   ├── semmlecode.python.dbscheme
│   │   └── upgrade.properties
│   ├── eabb73d736b0d14b3f74ecf0d15928256b1e2d68
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   ├── eb8db90ada247eab745d588752095d1b9f2626a3
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── ed3b187984a158379b6c7a81c7e95e55402de884
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── ed9177916345869949229cc9b63793cc0e10aef0
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── ed9c4c2c1cf809bee036316e765a1182fb52b7dc
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── ee7a90b8f1f7e8ce7a7a0ed67d71b3d8d2836773
│   │   ├── old.dbscheme
│   │   ├── semmlecode.python.dbscheme
│   │   └── upgrade.properties
│   ├── f1850eee122df3c6de79c5b679505ba052ab0444
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── f2004d7c29381f1e54926c59725a8d943a5a32ca
│   │   ├── old.dbscheme
│   │   ├── semmlecode.python.dbscheme
│   │   └── upgrade.properties
│   ├── f277e3538f3c52f2fc5b3b0dd69e7be8afb41ddd
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── f31c1dd883357ba63f19061765b99d53960b42ba
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── f5d47f2646a74191f6eafe987dec52afda41c21f
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── f6434cb8f469faa07ec54acdccc9ab84bda3c093
│   │   ├── old.dbscheme
│   │   ├── semmlecode.cpp.dbscheme
│   │   └── upgrade.properties
│   ├── f735728e1ca9ed2c7c7b8e0b75df338b65775f79
│   │   ├── old.dbscheme
│   │   ├── semmlecode.csharp.dbscheme
│   │   └── upgrade.properties
│   ├── f77d41bdfb5f23392aa827b6bf3569efc879a999
│   │   ├── old.dbscheme
│   │   ├── semmlecode.python.dbscheme
│   │   └── upgrade.properties
│   ├── f88740175fc13e36ab01718876397297130021b6
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── f8ebbdcf29233756c4205b8bbe13de0b6dd41a57
│   │   ├── exprs.ql
│   │   ├── old.dbscheme
│   │   ├── semmlecode.javascript.dbscheme
│   │   └── upgrade.properties
│   ├── ffccb32edaf90f515c598ec69711fe9b06af6788
│   │   ├── old.dbscheme
│   │   ├── semmlecode.dbscheme
│   │   └── upgrade.properties
│   └── initial-dbschemes
│   ├── semmlecode.cpp.dbscheme
│   ├── semmlecode.csharp.dbscheme
│   ├── semmlecode.dbscheme
│   ├── semmlecode.javascript.dbscheme
│   └── semmlecode.python.dbscheme
├── LICENSE.md
├── Open-Source-Notices
│   ├── ant-notice.txt
│   ├── apache-2.0.txt
│   ├── bsd-2-clause.txt
│   ├── bsd-3-clause.txt
│   ├── cc-0.txt
│   ├── cddl-gpl2.txt
│   ├── commons-codec-notice.txt
│   ├── commons-collections-notice.txt
│   ├── commons-compress-notice.txt
│   ├── commons-configuration-notice.txt
│   ├── commons-fileupload-notice.txt
│   ├── commons-io-notice.txt
│   ├── commons-lang-notice.txt
│   ├── commons-logging-notice.txt
│   ├── commons-text-notice.txt
│   ├── eclipse-1.0.html
│   ├── eclipse-2.0.txt
│   ├── gpl-2.0+ce.txt
│   ├── httpclient-notice.txt
│   ├── httpcore-notice.txt
│   ├── isc.txt
│   ├── lgpl-2.1.txt
│   ├── maven-notice.txt
│   ├── metrics-notice.txt
│   ├── mit.txt
│   ├── mozilla-2.0.html
│   ├── NOTICES
│   ├── pmd.txt
│   ├── python3.txt
│   ├── typescript-notice.txt
│   └── zlib.txt
├── python
│   ├── codeql-extractor.yml
│   ├── COPYRIGHT
│   ├── LICENSE
│   ├── semmlecode.python.dbscheme
│   ├── semmlecode.python.dbscheme.stats
│   └── tools
│   ├── autobuild.cmd
│   ├── autobuild.sh
│   ├── convert_setup.py
│   ├── index.py
│   ├── python2.7.zip
│   ├── python3src.zip
│   ├── python_tracer.py
│   └── setup.py
└── tools
├── codeql.jar
├── linux64
│   ├── i386-linux-gnutrace.so
│   ├── java
│   │   ├── bin
│   │   │   ├── java
│   │   │   ├── javac
│   │   │   ├── keytool
│   │   │   ├── rmid
│   │   │   ├── rmiregistry
│   │   │   └── serialver
│   │   ├── conf
│   │   │   ├── logging.properties
│   │   │   ├── net.properties
│   │   │   ├── security
│   │   │   │   ├── java.policy
│   │   │   │   ├── java.security
│   │   │   │   └── policy
│   │   │   │   ├── limited
│   │   │   │   │   ├── default_local.policy
│   │   │   │   │   ├── default_US_export.policy
│   │   │   │   │   └── exempt_local.policy
│   │   │   │   ├── README.txt
│   │   │   │   └── unlimited
│   │   │   │   ├── default_local.policy
│   │   │   │   └── default_US_export.policy
│   │   │   └── sound.properties
│   │   ├── include
│   │   │   ├── classfile_constants.h
│   │   │   ├── jawt.h
│   │   │   ├── jni.h
│   │   │   ├── jvmticmlr.h
│   │   │   ├── jvmti.h
│   │   │   └── linux
│   │   │   ├── jawt_md.h
│   │   │   └── jni_md.h
│   │   ├── legal
│   │   │   ├── java.base
│   │   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   │   ├── aes.md
│   │   │   │   ├── asm.md
│   │   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   │   ├── cldr.md
│   │   │   │   ├── c-libutl.md
│   │   │   │   ├── icu.md
│   │   │   │   ├── LICENSE
│   │   │   │   ├── public_suffix.md
│   │   │   │   └── unicode.md
│   │   │   ├── java.compiler
│   │   │   ├── java.datatransfer
│   │   │   ├── java.desktop
│   │   │   │   ├── colorimaging.md
│   │   │   │   ├── freetype.md
│   │   │   │   ├── giflib.md
│   │   │   │   ├── harfbuzz.md
│   │   │   │   ├── jpeg.md
│   │   │   │   ├── lcms.md
│   │   │   │   ├── libpng.md
│   │   │   │   ├── mesa3d.md
│   │   │   │   ├── opengl.md
│   │   │   │   └── xwindows.md
│   │   │   ├── java.instrument
│   │   │   ├── java.logging
│   │   │   ├── java.management
│   │   │   ├── java.naming
│   │   │   ├── java.prefs
│   │   │   ├── java.rmi
│   │   │   ├── java.security.sasl
│   │   │   ├── java.sql
│   │   │   ├── java.transaction.xa
│   │   │   ├── java.xml
│   │   │   │   ├── bcel.md
│   │   │   │   ├── dom.md
│   │   │   │   ├── jcup.md
│   │   │   │   ├── xalan.md
│   │   │   │   └── xerces.md
│   │   │   ├── jdk.compiler
│   │   │   ├── jdk.unsupported
│   │   │   └── jdk.zipfs
│   │   ├── lib
│   │   │   ├── classlist
│   │   │   ├── ct.sym
│   │   │   ├── jexec
│   │   │   ├── jli
│   │   │   │   └── libjli.so
│   │   │   ├── jrt-fs.jar
│   │   │   ├── jspawnhelper
│   │   │   ├── jvm.cfg
│   │   │   ├── libawt_headless.so
│   │   │   ├── libawt.so
│   │   │   ├── libawt_xawt.so
│   │   │   ├── libfontmanager.so
│   │   │   ├── libfreetype.so
│   │   │   ├── libinstrument.so
│   │   │   ├── libjavajpeg.so
│   │   │   ├── libjava.so
│   │   │   ├── libjawt.so
│   │   │   ├── libjimage.so
│   │   │   ├── libjsig.so
│   │   │   ├── libjsound.so
│   │   │   ├── liblcms.so
│   │   │   ├── libmanagement.so
│   │   │   ├── libmlib_image.so
│   │   │   ├── libnet.so
│   │   │   ├── libnio.so
│   │   │   ├── libprefs.so
│   │   │   ├── librmi.so
│   │   │   ├── libsplashscreen.so
│   │   │   ├── libverify.so
│   │   │   ├── libzip.so
│   │   │   ├── modules
│   │   │   ├── psfontj2d.properties
│   │   │   ├── psfont.properties.ja
│   │   │   ├── security
│   │   │   │   ├── blacklisted.certs
│   │   │   │   ├── cacerts
│   │   │   │   ├── default.policy
│   │   │   │   └── public_suffix_list.dat
│   │   │   ├── server
│   │   │   │   ├── libjsig.so
│   │   │   │   ├── libjvm.so
│   │   │   │   └── Xusage.txt
│   │   │   └── tzdb.dat
│   │   └── release
│   ├── lib
│   │   ├── i386-linux-gnutrace.so
│   │   └── x86_64-linux-gnutrace.so
│   ├── lib32trace.so
│   ├── lib64trace.so
│   ├── libtrace.so -> lib64trace.so
│   ├── preload_tracer
│   ├── preload_tracer_32
│   ├── runner
│   ├── runner-linux
│   └── x86_64-linux-gnutrace.so
├── osx64
│   ├── java
│   │   ├── bin
│   │   │   ├── java
│   │   │   ├── javac
│   │   │   ├── keytool
│   │   │   ├── rmid
│   │   │   ├── rmiregistry
│   │   │   └── serialver
│   │   ├── conf
│   │   │   ├── logging.properties
│   │   │   ├── net.properties
│   │   │   ├── security
│   │   │   │   ├── java.policy
│   │   │   │   ├── java.security
│   │   │   │   └── policy
│   │   │   │   ├── limited
│   │   │   │   │   ├── default_local.policy
│   │   │   │   │   ├── default_US_export.policy
│   │   │   │   │   └── exempt_local.policy
│   │   │   │   ├── README.txt
│   │   │   │   └── unlimited
│   │   │   │   ├── default_local.policy
│   │   │   │   └── default_US_export.policy
│   │   │   └── sound.properties
│   │   ├── include
│   │   │   ├── classfile_constants.h
│   │   │   ├── darwin
│   │   │   │   ├── jawt_md.h
│   │   │   │   └── jni_md.h
│   │   │   ├── jawt.h
│   │   │   ├── jni.h
│   │   │   ├── jvmticmlr.h
│   │   │   └── jvmti.h
│   │   ├── legal
│   │   │   ├── java.base
│   │   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   │   ├── aes.md
│   │   │   │   ├── asm.md
│   │   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   │   ├── cldr.md
│   │   │   │   ├── c-libutl.md
│   │   │   │   ├── icu.md
│   │   │   │   ├── LICENSE
│   │   │   │   ├── public_suffix.md
│   │   │   │   └── unicode.md
│   │   │   ├── java.compiler
│   │   │   ├── java.datatransfer
│   │   │   ├── java.desktop
│   │   │   │   ├── colorimaging.md
│   │   │   │   ├── freetype.md
│   │   │   │   ├── giflib.md
│   │   │   │   ├── harfbuzz.md
│   │   │   │   ├── jpeg.md
│   │   │   │   ├── lcms.md
│   │   │   │   ├── libpng.md
│   │   │   │   ├── mesa3d.md
│   │   │   │   ├── opengl.md
│   │   │   │   └── xwindows.md
│   │   │   ├── java.instrument
│   │   │   ├── java.logging
│   │   │   ├── java.management
│   │   │   ├── java.naming
│   │   │   ├── java.prefs
│   │   │   ├── java.rmi
│   │   │   ├── java.security.sasl
│   │   │   ├── java.sql
│   │   │   ├── java.transaction.xa
│   │   │   ├── java.xml
│   │   │   │   ├── bcel.md
│   │   │   │   ├── dom.md
│   │   │   │   ├── jcup.md
│   │   │   │   ├── xalan.md
│   │   │   │   └── xerces.md
│   │   │   ├── jdk.compiler
│   │   │   ├── jdk.unsupported
│   │   │   └── jdk.zipfs
│   │   ├── lib
│   │   │   ├── classlist
│   │   │   ├── ct.sym
│   │   │   ├── fontconfig.bfc
│   │   │   ├── fontconfig.properties.src
│   │   │   ├── jli
│   │   │   │   └── libjli.dylib
│   │   │   ├── jrt-fs.jar
│   │   │   ├── jspawnhelper
│   │   │   ├── jvm.cfg
│   │   │   ├── libawt.dylib
│   │   │   ├── libawt_lwawt.dylib
│   │   │   ├── libfontmanager.dylib
│   │   │   ├── libfreetype.dylib
│   │   │   ├── libinstrument.dylib
│   │   │   ├── libjava.dylib
│   │   │   ├── libjavajpeg.dylib
│   │   │   ├── libjawt.dylib
│   │   │   ├── libjimage.dylib
│   │   │   ├── libjsig.dylib
│   │   │   ├── libjsound.dylib
│   │   │   ├── liblcms.dylib
│   │   │   ├── libmanagement.dylib
│   │   │   ├── libmlib_image.dylib
│   │   │   ├── libnet.dylib
│   │   │   ├── libnio.dylib
│   │   │   ├── libosxapp.dylib
│   │   │   ├── libosx.dylib
│   │   │   ├── libosxsecurity.dylib
│   │   │   ├── libosxui.dylib
│   │   │   ├── libprefs.dylib
│   │   │   ├── librmi.dylib
│   │   │   ├── libsplashscreen.dylib
│   │   │   ├── libverify.dylib
│   │   │   ├── libzip.dylib
│   │   │   ├── modules
│   │   │   ├── psfontj2d.properties
│   │   │   ├── psfont.properties.ja
│   │   │   ├── security
│   │   │   │   ├── blacklisted.certs
│   │   │   │   ├── cacerts
│   │   │   │   ├── default.policy
│   │   │   │   └── public_suffix_list.dat
│   │   │   ├── server
│   │   │   │   ├── libjsig.dylib
│   │   │   │   ├── libjvm.dylib
│   │   │   │   └── Xusage.txt
│   │   │   └── tzdb.dat
│   │   └── release
│   ├── libtrace.dylib
│   ├── preload_tracer
│   ├── relocator.py
│   ├── runner
│   ├── runner-osx
│   └── unsign
└── win64
├── java
│   ├── bin
│   │   ├── api-ms-win-core-console-l1-1-0.dll
│   │   ├── api-ms-win-core-datetime-l1-1-0.dll
│   │   ├── api-ms-win-core-debug-l1-1-0.dll
│   │   ├── api-ms-win-core-errorhandling-l1-1-0.dll
│   │   ├── api-ms-win-core-file-l1-1-0.dll
│   │   ├── api-ms-win-core-file-l1-2-0.dll
│   │   ├── api-ms-win-core-file-l2-1-0.dll
│   │   ├── api-ms-win-core-handle-l1-1-0.dll
│   │   ├── api-ms-win-core-heap-l1-1-0.dll
│   │   ├── api-ms-win-core-interlocked-l1-1-0.dll
│   │   ├── api-ms-win-core-libraryloader-l1-1-0.dll
│   │   ├── api-ms-win-core-localization-l1-2-0.dll
│   │   ├── api-ms-win-core-memory-l1-1-0.dll
│   │   ├── api-ms-win-core-namedpipe-l1-1-0.dll
│   │   ├── api-ms-win-core-processenvironment-l1-1-0.dll
│   │   ├── api-ms-win-core-processthreads-l1-1-0.dll
│   │   ├── api-ms-win-core-processthreads-l1-1-1.dll
│   │   ├── api-ms-win-core-profile-l1-1-0.dll
│   │   ├── api-ms-win-core-rtlsupport-l1-1-0.dll
│   │   ├── api-ms-win-core-string-l1-1-0.dll
│   │   ├── api-ms-win-core-synch-l1-1-0.dll
│   │   ├── api-ms-win-core-synch-l1-2-0.dll
│   │   ├── api-ms-win-core-sysinfo-l1-1-0.dll
│   │   ├── api-ms-win-core-timezone-l1-1-0.dll
│   │   ├── api-ms-win-core-util-l1-1-0.dll
│   │   ├── api-ms-win-crt-conio-l1-1-0.dll
│   │   ├── api-ms-win-crt-convert-l1-1-0.dll
│   │   ├── api-ms-win-crt-environment-l1-1-0.dll
│   │   ├── api-ms-win-crt-filesystem-l1-1-0.dll
│   │   ├── api-ms-win-crt-heap-l1-1-0.dll
│   │   ├── api-ms-win-crt-locale-l1-1-0.dll
│   │   ├── api-ms-win-crt-math-l1-1-0.dll
│   │   ├── api-ms-win-crt-multibyte-l1-1-0.dll
│   │   ├── api-ms-win-crt-private-l1-1-0.dll
│   │   ├── api-ms-win-crt-process-l1-1-0.dll
│   │   ├── api-ms-win-crt-runtime-l1-1-0.dll
│   │   ├── api-ms-win-crt-stdio-l1-1-0.dll
│   │   ├── api-ms-win-crt-string-l1-1-0.dll
│   │   ├── api-ms-win-crt-time-l1-1-0.dll
│   │   ├── api-ms-win-crt-utility-l1-1-0.dll
│   │   ├── awt.dll
│   │   ├── client
│   │   │   └── jvm.dll
│   │   ├── fontmanager.dll
│   │   ├── freetype.dll
│   │   ├── instrument.dll
│   │   ├── javac.exe
│   │   ├── java.dll
│   │   ├── java.exe
│   │   ├── javajpeg.dll
│   │   ├── javaw.exe
│   │   ├── jawt.dll
│   │   ├── jimage.dll
│   │   ├── jli.dll
│   │   ├── jsound.dll
│   │   ├── keytool.exe
│   │   ├── lcms.dll
│   │   ├── management.dll
│   │   ├── mlib_image.dll
│   │   ├── msvcp140.dll
│   │   ├── net.dll
│   │   ├── nio.dll
│   │   ├── prefs.dll
│   │   ├── rmid.exe
│   │   ├── rmi.dll
│   │   ├── rmiregistry.exe
│   │   ├── serialver.exe
│   │   ├── server
│   │   │   └── jvm.dll
│   │   ├── splashscreen.dll
│   │   ├── ucrtbase.dll
│   │   ├── vcruntime140.dll
│   │   ├── verify.dll
│   │   └── zip.dll
│   ├── conf
│   │   ├── logging.properties
│   │   ├── net.properties
│   │   ├── security
│   │   │   ├── java.policy
│   │   │   ├── java.security
│   │   │   └── policy
│   │   │   ├── limited
│   │   │   │   ├── default_local.policy
│   │   │   │   ├── default_US_export.policy
│   │   │   │   └── exempt_local.policy
│   │   │   ├── README.txt
│   │   │   └── unlimited
│   │   │   ├── default_local.policy
│   │   │   └── default_US_export.policy
│   │   └── sound.properties
│   ├── include
│   │   ├── classfile_constants.h
│   │   ├── jawt.h
│   │   ├── jni.h
│   │   ├── jvmticmlr.h
│   │   ├── jvmti.h
│   │   └── win32
│   │   ├── jawt_md.h
│   │   └── jni_md.h
│   ├── legal
│   │   ├── java.base
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── aes.md
│   │   │   ├── asm.md
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   ├── cldr.md
│   │   │   ├── c-libutl.md
│   │   │   ├── icu.md
│   │   │   ├── LICENSE
│   │   │   ├── public_suffix.md
│   │   │   ├── unicode.md
│   │   │   └── zlib.md
│   │   ├── java.compiler
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.datatransfer
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.desktop
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   ├── colorimaging.md
│   │   │   ├── freetype.md
│   │   │   ├── giflib.md
│   │   │   ├── harfbuzz.md
│   │   │   ├── jpeg.md
│   │   │   ├── lcms.md
│   │   │   ├── libpng.md
│   │   │   ├── LICENSE
│   │   │   ├── mesa3d.md
│   │   │   └── opengl.md
│   │   ├── java.instrument
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.logging
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.management
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.naming
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.prefs
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.rmi
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.security.sasl
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.sql
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.transaction.xa
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── java.xml
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   ├── bcel.md
│   │   │   ├── dom.md
│   │   │   ├── jcup.md
│   │   │   ├── LICENSE
│   │   │   ├── xalan.md
│   │   │   └── xerces.md
│   │   ├── jdk.compiler
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   ├── jdk.unsupported
│   │   │   ├── ADDITIONAL_LICENSE_INFO
│   │   │   ├── ASSEMBLY_EXCEPTION
│   │   │   └── LICENSE
│   │   └── jdk.zipfs
│   │   ├── ADDITIONAL_LICENSE_INFO
│   │   ├── ASSEMBLY_EXCEPTION
│   │   └── LICENSE
│   ├── lib
│   │   ├── classlist
│   │   ├── client
│   │   │   └── Xusage.txt
│   │   ├── ct.sym
│   │   ├── fontconfig.bfc
│   │   ├── fontconfig.properties.src
│   │   ├── jawt.lib
│   │   ├── jrt-fs.jar
│   │   ├── jvm.cfg
│   │   ├── jvm.lib
│   │   ├── modules
│   │   ├── psfontj2d.properties
│   │   ├── psfont.properties.ja
│   │   ├── security
│   │   │   ├── blacklisted.certs
│   │   │   ├── cacerts
│   │   │   ├── default.policy
│   │   │   └── public_suffix_list.dat
│   │   ├── server
│   │   │   └── Xusage.txt
│   │   ├── tzdb.dat
│   │   └── tzmappings
│   └── release
├── libtrace32.dll
├── libtrace64.dll
├── runner.exe
├── runner-win.exe
├── tracer_dll_addr.exe
└── tracer.exe
576 directories, 2884 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment