├── .gitignore ├── .vs ├── Carnivore │ └── v16 │ │ └── .suo ├── ProjectSettings.json ├── VSWorkspaceState.json └── slnx.sqlite ├── Carnivore v1.0.4.exe ├── Carnivore.sln ├── README.md ├── license ├── packages ├── Newtonsoft.Json.12.0.2 │ ├── .signature.p7s │ ├── LICENSE.md │ ├── Newtonsoft.Json.12.0.2.nupkg │ └── lib │ │ ├── net20 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── net35 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── net40 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── net45 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── netstandard1.0 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── netstandard1.3 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── netstandard2.0 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── portable-net40+sl5+win8+wp8+wpa81 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ └── portable-net45+win8+wp8+wpa81 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml ├── System.Buffers.4.4.0 │ ├── .signature.p7s │ ├── LICENSE.TXT │ ├── System.Buffers.4.4.0.nupkg │ ├── THIRD-PARTY-NOTICES.TXT │ ├── lib │ │ ├── netcoreapp2.0 │ │ │ └── _._ │ │ ├── netstandard1.1 │ │ │ ├── System.Buffers.dll │ │ │ └── System.Buffers.xml │ │ └── netstandard2.0 │ │ │ ├── System.Buffers.dll │ │ │ └── System.Buffers.xml │ ├── ref │ │ ├── netcoreapp2.0 │ │ │ └── _._ │ │ ├── netstandard1.1 │ │ │ ├── System.Buffers.dll │ │ │ └── System.Buffers.xml │ │ └── netstandard2.0 │ │ │ ├── System.Buffers.dll │ │ │ └── System.Buffers.xml │ ├── useSharedDesignerContext.txt │ └── version.txt ├── System.Memory.4.5.3 │ ├── .signature.p7s │ ├── LICENSE.TXT │ ├── System.Memory.4.5.3.nupkg │ ├── THIRD-PARTY-NOTICES.TXT │ ├── lib │ │ ├── netcoreapp2.1 │ │ │ └── _._ │ │ ├── netstandard1.1 │ │ │ ├── System.Memory.dll │ │ │ └── System.Memory.xml │ │ └── netstandard2.0 │ │ │ ├── System.Memory.dll │ │ │ └── System.Memory.xml │ ├── ref │ │ └── netcoreapp2.1 │ │ │ └── _._ │ ├── useSharedDesignerContext.txt │ └── version.txt ├── System.Numerics.Vectors.4.4.0 │ ├── .signature.p7s │ ├── LICENSE.TXT │ ├── System.Numerics.Vectors.4.4.0.nupkg │ ├── THIRD-PARTY-NOTICES.TXT │ ├── lib │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── net46 │ │ │ ├── System.Numerics.Vectors.dll │ │ │ └── System.Numerics.Vectors.xml │ │ ├── netcoreapp2.0 │ │ │ └── _._ │ │ ├── netstandard1.0 │ │ │ ├── System.Numerics.Vectors.dll │ │ │ └── System.Numerics.Vectors.xml │ │ ├── netstandard2.0 │ │ │ ├── System.Numerics.Vectors.dll │ │ │ └── System.Numerics.Vectors.xml │ │ ├── portable-net45+win8+wp8+wpa81 │ │ │ ├── System.Numerics.Vectors.dll │ │ │ └── System.Numerics.Vectors.xml │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ └── xamarinwatchos10 │ │ │ └── _._ │ ├── ref │ │ ├── MonoAndroid10 │ │ │ └── _._ │ │ ├── MonoTouch10 │ │ │ └── _._ │ │ ├── net46 │ │ │ ├── System.Numerics.Vectors.dll │ │ │ └── System.Numerics.Vectors.xml │ │ ├── netcoreapp2.0 │ │ │ └── _._ │ │ ├── netstandard1.0 │ │ │ ├── System.Numerics.Vectors.dll │ │ │ └── System.Numerics.Vectors.xml │ │ ├── netstandard2.0 │ │ │ ├── System.Numerics.Vectors.dll │ │ │ └── System.Numerics.Vectors.xml │ │ ├── xamarinios10 │ │ │ └── _._ │ │ ├── xamarinmac20 │ │ │ └── _._ │ │ ├── xamarintvos10 │ │ │ └── _._ │ │ └── xamarinwatchos10 │ │ │ └── _._ │ ├── useSharedDesignerContext.txt │ └── version.txt └── System.Runtime.CompilerServices.Unsafe.4.5.2 │ ├── .signature.p7s │ ├── LICENSE.TXT │ ├── System.Runtime.CompilerServices.Unsafe.4.5.2.nupkg │ ├── THIRD-PARTY-NOTICES.TXT │ ├── lib │ ├── netcoreapp2.0 │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ └── System.Runtime.CompilerServices.Unsafe.xml │ ├── netstandard1.0 │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ └── System.Runtime.CompilerServices.Unsafe.xml │ └── netstandard2.0 │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ └── System.Runtime.CompilerServices.Unsafe.xml │ ├── ref │ ├── netstandard1.0 │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ └── System.Runtime.CompilerServices.Unsafe.xml │ └── netstandard2.0 │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ └── System.Runtime.CompilerServices.Unsafe.xml │ ├── useSharedDesignerContext.txt │ └── version.txt └── sLYNCy-WPF ├── App.config ├── App.xaml ├── App.xaml.cs ├── Carnivore.csproj ├── Carnivore.csproj.user ├── DomainEnumeration ├── DNSLookup.cs ├── NTLMDiscovery.cs ├── NTLMLocations │ ├── ADFS.txt │ ├── Exchange.txt │ ├── Exchange2007.txt │ ├── Lync.txt │ └── RDWeb.txt ├── Subdomains │ ├── ADFS.txt │ ├── Exchange.txt │ ├── RDWeb.txt │ └── Skype.txt └── Validation.cs ├── EmbeddedAssembly.cs ├── Helper ├── AddCredentialRecord.cs ├── AddDataRecord.cs ├── AddMeetingsObject.cs ├── AddService.cs ├── CollectionUpdates.cs ├── CredentialsRecord.cs ├── Enums.cs ├── Hostnames.cs ├── PostCredsHelper.cs ├── RegexClass.cs ├── ServiceInterface.cs ├── UsernamePreperation.cs ├── Usernames │ ├── UsernamesFormat │ │ ├── jjs.txt │ │ ├── jjsmith.txt │ │ ├── john.smith.txt │ │ ├── john.txt │ │ ├── johnjs.txt │ │ ├── johns.txt │ │ ├── johnsmith.txt │ │ ├── jsmith.txt │ │ └── smithj.txt │ └── UsernamesInBuilt │ │ ├── CouncilKillerv5.txt │ │ ├── service-accounts.txt │ │ └── standard-accounts.txt ├── Utilities.cs └── WebRequests.cs ├── ICSharpCode.SharpZipLib.dll ├── MainWindow.xaml ├── MainWindow.xaml.cs ├── Newtonsoft.Json.dll ├── Password Spraying └── PasswordSpray.cs ├── PostCompromise ├── Lists │ ├── AllTrigraphs.txt │ ├── CommonTrigraphs.txt │ └── commondigraphs.txt └── PostCompromise.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs └── Settings.settings ├── UsernameEnumeration └── UsernameEnumeration.cs ├── bin ├── Debug │ ├── Carnivore v1.0.4.exe │ ├── Carnivore v1.0.4.exe.config │ ├── Carnivore v1.0.4.pdb │ ├── Microsoft.Win32.Primitives.dll │ ├── Newtonsoft.Json.dll │ ├── ServiceStack.Text.dll │ ├── System.AppContext.dll │ ├── System.Buffers.dll │ ├── System.Buffers.xml │ ├── System.Collections.Concurrent.dll │ ├── System.Collections.NonGeneric.dll │ ├── System.Collections.Specialized.dll │ ├── System.Collections.dll │ ├── System.ComponentModel.EventBasedAsync.dll │ ├── System.ComponentModel.Primitives.dll │ ├── System.ComponentModel.TypeConverter.dll │ ├── System.ComponentModel.dll │ ├── System.Console.dll │ ├── System.Data.Common.dll │ ├── System.Diagnostics.Contracts.dll │ ├── System.Diagnostics.Debug.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.Drawing.Primitives.dll │ ├── System.Dynamic.Runtime.dll │ ├── System.Globalization.Calendars.dll │ ├── System.Globalization.Extensions.dll │ ├── System.Globalization.dll │ ├── System.IO.Compression.ZipFile.dll │ ├── System.IO.Compression.dll │ ├── System.IO.FileSystem.DriveInfo.dll │ ├── System.IO.FileSystem.Primitives.dll │ ├── System.IO.FileSystem.Watcher.dll │ ├── System.IO.FileSystem.dll │ ├── System.IO.IsolatedStorage.dll │ ├── System.IO.MemoryMappedFiles.dll │ ├── System.IO.Pipes.dll │ ├── System.IO.UnmanagedMemoryStream.dll │ ├── System.IO.dll │ ├── System.Linq.Expressions.dll │ ├── System.Linq.Parallel.dll │ ├── System.Linq.Queryable.dll │ ├── System.Linq.dll │ ├── System.Memory.dll │ ├── System.Memory.xml │ ├── System.Net.Http.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.Sockets.dll │ ├── System.Net.WebHeaderCollection.dll │ ├── System.Net.WebSockets.Client.dll │ ├── System.Net.WebSockets.dll │ ├── System.Numerics.Vectors.dll │ ├── System.Numerics.Vectors.xml │ ├── System.ObjectModel.dll │ ├── System.Reflection.Extensions.dll │ ├── System.Reflection.Primitives.dll │ ├── System.Reflection.dll │ ├── System.Resources.Reader.dll │ ├── System.Resources.ResourceManager.dll │ ├── System.Resources.Writer.dll │ ├── System.Runtime.CompilerServices.Unsafe.dll │ ├── System.Runtime.CompilerServices.Unsafe.xml │ ├── System.Runtime.CompilerServices.VisualC.dll │ ├── System.Runtime.Extensions.dll │ ├── System.Runtime.Handles.dll │ ├── System.Runtime.InteropServices.RuntimeInformation.dll │ ├── System.Runtime.InteropServices.dll │ ├── System.Runtime.Numerics.dll │ ├── System.Runtime.Serialization.Formatters.dll │ ├── System.Runtime.Serialization.Json.dll │ ├── System.Runtime.Serialization.Primitives.dll │ ├── System.Runtime.Serialization.Xml.dll │ ├── System.Runtime.dll │ ├── System.Security.Claims.dll │ ├── System.Security.Cryptography.Algorithms.dll │ ├── System.Security.Cryptography.Csp.dll │ ├── System.Security.Cryptography.Encoding.dll │ ├── System.Security.Cryptography.Primitives.dll │ ├── System.Security.Cryptography.X509Certificates.dll │ ├── System.Security.Principal.dll │ ├── System.Security.SecureString.dll │ ├── System.Text.Encoding.Extensions.dll │ ├── System.Text.Encoding.dll │ ├── System.Text.RegularExpressions.dll │ ├── System.Threading.Overlapped.dll │ ├── System.Threading.Tasks.Parallel.dll │ ├── System.Threading.Tasks.dll │ ├── System.Threading.Thread.dll │ ├── System.Threading.ThreadPool.dll │ ├── System.Threading.Timer.dll │ ├── System.Threading.dll │ ├── System.ValueTuple.dll │ ├── System.Xml.ReaderWriter.dll │ ├── System.Xml.XDocument.dll │ ├── System.Xml.XPath.XDocument.dll │ ├── System.Xml.XPath.dll │ ├── System.Xml.XmlDocument.dll │ ├── System.Xml.XmlSerializer.dll │ └── netstandard.dll └── Release │ ├── Carnivore v1.0.4.exe │ ├── Carnivore v1.0.4.exe.config │ ├── Carnivore v1.0.4.pdb │ ├── Microsoft.Win32.Primitives.dll │ ├── ServiceStack.Text.dll │ ├── ServiceStack.Text.xml │ ├── System.AppContext.dll │ ├── System.Buffers.dll │ ├── System.Buffers.xml │ ├── System.Collections.Concurrent.dll │ ├── System.Collections.NonGeneric.dll │ ├── System.Collections.Specialized.dll │ ├── System.Collections.dll │ ├── System.ComponentModel.EventBasedAsync.dll │ ├── System.ComponentModel.Primitives.dll │ ├── System.ComponentModel.TypeConverter.dll │ ├── System.ComponentModel.dll │ ├── System.Console.dll │ ├── System.Data.Common.dll │ ├── System.Diagnostics.Contracts.dll │ ├── System.Diagnostics.Debug.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.Drawing.Primitives.dll │ ├── System.Dynamic.Runtime.dll │ ├── System.Globalization.Calendars.dll │ ├── System.Globalization.Extensions.dll │ ├── System.Globalization.dll │ ├── System.IO.Compression.ZipFile.dll │ ├── System.IO.Compression.dll │ ├── System.IO.FileSystem.DriveInfo.dll │ ├── System.IO.FileSystem.Primitives.dll │ ├── System.IO.FileSystem.Watcher.dll │ ├── System.IO.FileSystem.dll │ ├── System.IO.IsolatedStorage.dll │ ├── System.IO.MemoryMappedFiles.dll │ ├── System.IO.Pipes.dll │ ├── System.IO.UnmanagedMemoryStream.dll │ ├── System.IO.dll │ ├── System.Linq.Expressions.dll │ ├── System.Linq.Parallel.dll │ ├── System.Linq.Queryable.dll │ ├── System.Linq.dll │ ├── System.Memory.dll │ ├── System.Memory.xml │ ├── System.Net.Http.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.Sockets.dll │ ├── System.Net.WebHeaderCollection.dll │ ├── System.Net.WebSockets.Client.dll │ ├── System.Net.WebSockets.dll │ ├── System.Numerics.Vectors.dll │ ├── System.Numerics.Vectors.xml │ ├── System.ObjectModel.dll │ ├── System.Reflection.Extensions.dll │ ├── System.Reflection.Primitives.dll │ ├── System.Reflection.dll │ ├── System.Resources.Reader.dll │ ├── System.Resources.ResourceManager.dll │ ├── System.Resources.Writer.dll │ ├── System.Runtime.CompilerServices.Unsafe.dll │ ├── System.Runtime.CompilerServices.Unsafe.xml │ ├── System.Runtime.CompilerServices.VisualC.dll │ ├── System.Runtime.Extensions.dll │ ├── System.Runtime.Handles.dll │ ├── System.Runtime.InteropServices.RuntimeInformation.dll │ ├── System.Runtime.InteropServices.dll │ ├── System.Runtime.Numerics.dll │ ├── System.Runtime.Serialization.Formatters.dll │ ├── System.Runtime.Serialization.Json.dll │ ├── System.Runtime.Serialization.Primitives.dll │ ├── System.Runtime.Serialization.Xml.dll │ ├── System.Runtime.dll │ ├── System.Security.Claims.dll │ ├── System.Security.Cryptography.Algorithms.dll │ ├── System.Security.Cryptography.Csp.dll │ ├── System.Security.Cryptography.Encoding.dll │ ├── System.Security.Cryptography.Primitives.dll │ ├── System.Security.Cryptography.X509Certificates.dll │ ├── System.Security.Principal.dll │ ├── System.Security.SecureString.dll │ ├── System.Text.Encoding.Extensions.dll │ ├── System.Text.Encoding.dll │ ├── System.Text.RegularExpressions.dll │ ├── System.Threading.Overlapped.dll │ ├── System.Threading.Tasks.Parallel.dll │ ├── System.Threading.Tasks.dll │ ├── System.Threading.Thread.dll │ ├── System.Threading.ThreadPool.dll │ ├── System.Threading.Timer.dll │ ├── System.Threading.dll │ ├── System.ValueTuple.dll │ ├── System.Xml.ReaderWriter.dll │ ├── System.Xml.XDocument.dll │ ├── System.Xml.XPath.XDocument.dll │ ├── System.Xml.XPath.dll │ ├── System.Xml.XmlDocument.dll │ ├── System.Xml.XmlSerializer.dll │ └── netstandard.dll ├── favicon.ico ├── obj ├── Debug │ ├── .NETFramework,Version=v4.6.1.AssemblyAttributes.cs │ ├── App.g.cs │ ├── App.g.i.cs │ ├── Carnivore v1.0.1_MarkupCompile.i.cache │ ├── Carnivore v1.0.1_MarkupCompile.i.lref │ ├── Carnivore v1.0.2_MarkupCompile.i.cache │ ├── Carnivore v1.0.2_MarkupCompile.i.lref │ ├── Carnivore v1.0.3.exe │ ├── Carnivore v1.0.3.exe.config │ ├── Carnivore v1.0.3.g.resources │ ├── Carnivore v1.0.3.pdb │ ├── Carnivore v1.0.3_MarkupCompile.cache │ ├── Carnivore v1.0.3_MarkupCompile.i.cache │ ├── Carnivore v1.0.3_MarkupCompile.i.lref │ ├── Carnivore v1.0.3_MarkupCompile.lref │ ├── Carnivore v1.0.4.exe │ ├── Carnivore v1.0.4.exe.config │ ├── Carnivore v1.0.4.g.resources │ ├── Carnivore v1.0.4.pdb │ ├── Carnivore v1.0.4_MarkupCompile.cache │ ├── Carnivore v1.0.4_MarkupCompile.i.cache │ ├── Carnivore v1.0.4_MarkupCompile.i.lref │ ├── Carnivore v1.0.4_MarkupCompile.lref │ ├── Carnivore.csproj.CopyComplete │ ├── Carnivore.csproj.CoreCompileInputs.cache │ ├── Carnivore.csproj.GenerateResource.cache │ ├── Carnivore.csproj.ResolveComReference.cache │ ├── Carnivore.csprojAssemblyReference.cache │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── GeneratedInternalTypeHelper.g.cs │ ├── GeneratedInternalTypeHelper.g.i.cs │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ ├── TempPE │ │ ├── Properties.Resources.Designer.cs.dll │ │ └── Resource1.Designer.cs.dll │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ └── sLYNCy_WPF.Properties.Resources.resources └── Release │ ├── .NETFramework,Version=v4.6.1.AssemblyAttributes.cs │ ├── App.g.cs │ ├── App.g.i.cs │ ├── Carnivore v1.0.3_MarkupCompile.cache │ ├── Carnivore v1.0.3_MarkupCompile.lref │ ├── Carnivore v1.0.4.exe │ ├── Carnivore v1.0.4.exe.config │ ├── Carnivore v1.0.4.g.resources │ ├── Carnivore v1.0.4.pdb │ ├── Carnivore v1.0.4_MarkupCompile.cache │ ├── Carnivore v1.0.4_MarkupCompile.lref │ ├── Carnivore.csproj.CopyComplete │ ├── Carnivore.csproj.CoreCompileInputs.cache │ ├── Carnivore.csproj.FileListAbsolute.txt │ ├── Carnivore.csproj.GenerateResource.cache │ ├── Carnivore.csproj.ResolveComReference.cache │ ├── Carnivore.csprojAssemblyReference.cache │ ├── GeneratedInternalTypeHelper.g.cs │ ├── GeneratedInternalTypeHelper.g.i.cs │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ ├── TempPE │ └── Properties.Resources.Designer.cs.dll │ └── sLYNCy_WPF.Properties.Resources.resources └── packages.config /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/.gitignore -------------------------------------------------------------------------------- /.vs/Carnivore/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/.vs/Carnivore/v16/.suo -------------------------------------------------------------------------------- /.vs/ProjectSettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "CurrentProjectSetting": null 3 | } -------------------------------------------------------------------------------- /.vs/VSWorkspaceState.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/.vs/VSWorkspaceState.json -------------------------------------------------------------------------------- /.vs/slnx.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/.vs/slnx.sqlite -------------------------------------------------------------------------------- /Carnivore v1.0.4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/Carnivore v1.0.4.exe -------------------------------------------------------------------------------- /Carnivore.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/Carnivore.sln -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/README.md -------------------------------------------------------------------------------- /license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/license -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/.signature.p7s -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/LICENSE.md -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/Newtonsoft.Json.12.0.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/Newtonsoft.Json.12.0.2.nupkg -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/net20/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/net20/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/net20/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/net20/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/net35/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/net35/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/net35/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/net35/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/net40/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/net40/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/net40/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/net40/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/net45/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/net45/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/net45/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/net45/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/netstandard1.0/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/netstandard1.0/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/netstandard1.0/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/netstandard1.0/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/netstandard1.3/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/netstandard1.3/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/netstandard1.3/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/netstandard1.3/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/netstandard2.0/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/netstandard2.0/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/netstandard2.0/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/netstandard2.0/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.2/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/Newtonsoft.Json.12.0.2/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/System.Buffers.4.4.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Buffers.4.4.0/.signature.p7s -------------------------------------------------------------------------------- /packages/System.Buffers.4.4.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Buffers.4.4.0/LICENSE.TXT -------------------------------------------------------------------------------- /packages/System.Buffers.4.4.0/System.Buffers.4.4.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Buffers.4.4.0/System.Buffers.4.4.0.nupkg -------------------------------------------------------------------------------- /packages/System.Buffers.4.4.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Buffers.4.4.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /packages/System.Buffers.4.4.0/lib/netcoreapp2.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.4.0/lib/netstandard1.1/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Buffers.4.4.0/lib/netstandard1.1/System.Buffers.dll -------------------------------------------------------------------------------- /packages/System.Buffers.4.4.0/lib/netstandard1.1/System.Buffers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Buffers.4.4.0/lib/netstandard1.1/System.Buffers.xml -------------------------------------------------------------------------------- /packages/System.Buffers.4.4.0/lib/netstandard2.0/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Buffers.4.4.0/lib/netstandard2.0/System.Buffers.dll -------------------------------------------------------------------------------- /packages/System.Buffers.4.4.0/lib/netstandard2.0/System.Buffers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Buffers.4.4.0/lib/netstandard2.0/System.Buffers.xml -------------------------------------------------------------------------------- /packages/System.Buffers.4.4.0/ref/netcoreapp2.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.4.0/ref/netstandard1.1/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Buffers.4.4.0/ref/netstandard1.1/System.Buffers.dll -------------------------------------------------------------------------------- /packages/System.Buffers.4.4.0/ref/netstandard1.1/System.Buffers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Buffers.4.4.0/ref/netstandard1.1/System.Buffers.xml -------------------------------------------------------------------------------- /packages/System.Buffers.4.4.0/ref/netstandard2.0/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Buffers.4.4.0/ref/netstandard2.0/System.Buffers.dll -------------------------------------------------------------------------------- /packages/System.Buffers.4.4.0/ref/netstandard2.0/System.Buffers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Buffers.4.4.0/ref/netstandard2.0/System.Buffers.xml -------------------------------------------------------------------------------- /packages/System.Buffers.4.4.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.4.0/version.txt: -------------------------------------------------------------------------------- 1 | 8321c729934c0f8be754953439b88e6e1c120c24 2 | -------------------------------------------------------------------------------- /packages/System.Memory.4.5.3/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Memory.4.5.3/.signature.p7s -------------------------------------------------------------------------------- /packages/System.Memory.4.5.3/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Memory.4.5.3/LICENSE.TXT -------------------------------------------------------------------------------- /packages/System.Memory.4.5.3/System.Memory.4.5.3.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Memory.4.5.3/System.Memory.4.5.3.nupkg -------------------------------------------------------------------------------- /packages/System.Memory.4.5.3/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Memory.4.5.3/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /packages/System.Memory.4.5.3/lib/netcoreapp2.1/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Memory.4.5.3/lib/netstandard1.1/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Memory.4.5.3/lib/netstandard1.1/System.Memory.dll -------------------------------------------------------------------------------- /packages/System.Memory.4.5.3/lib/netstandard1.1/System.Memory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Memory.4.5.3/lib/netstandard1.1/System.Memory.xml -------------------------------------------------------------------------------- /packages/System.Memory.4.5.3/lib/netstandard2.0/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Memory.4.5.3/lib/netstandard2.0/System.Memory.dll -------------------------------------------------------------------------------- /packages/System.Memory.4.5.3/lib/netstandard2.0/System.Memory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Memory.4.5.3/lib/netstandard2.0/System.Memory.xml -------------------------------------------------------------------------------- /packages/System.Memory.4.5.3/ref/netcoreapp2.1/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Memory.4.5.3/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Memory.4.5.3/version.txt: -------------------------------------------------------------------------------- 1 | c6cf790234e063b855fcdb50f3fb1b3cfac73275 2 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/.signature.p7s -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/LICENSE.TXT -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/System.Numerics.Vectors.4.4.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/System.Numerics.Vectors.4.4.0.nupkg -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/lib/net46/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/lib/net46/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/lib/net46/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/lib/net46/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/lib/netcoreapp2.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/lib/netstandard1.0/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/lib/netstandard1.0/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/lib/netstandard1.0/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/lib/netstandard1.0/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/lib/netstandard2.0/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/lib/netstandard2.0/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/lib/netstandard2.0/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/lib/netstandard2.0/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/ref/net46/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/ref/net46/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/ref/net46/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/ref/net46/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/ref/netcoreapp2.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/ref/netstandard1.0/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/ref/netstandard1.0/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/ref/netstandard1.0/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/ref/netstandard1.0/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/ref/netstandard2.0/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/ref/netstandard2.0/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/ref/netstandard2.0/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Numerics.Vectors.4.4.0/ref/netstandard2.0/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.4.0/version.txt: -------------------------------------------------------------------------------- 1 | 8321c729934c0f8be754953439b88e6e1c120c24 2 | -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.2/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/.signature.p7s -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.2/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/LICENSE.TXT -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.2/System.Runtime.CompilerServices.Unsafe.4.5.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/System.Runtime.CompilerServices.Unsafe.4.5.2.nupkg -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.2/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.2/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.2/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/version.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/App.config -------------------------------------------------------------------------------- /sLYNCy-WPF/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/App.xaml -------------------------------------------------------------------------------- /sLYNCy-WPF/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/App.xaml.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Carnivore.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Carnivore.csproj -------------------------------------------------------------------------------- /sLYNCy-WPF/Carnivore.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Carnivore.csproj.user -------------------------------------------------------------------------------- /sLYNCy-WPF/DomainEnumeration/DNSLookup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/DomainEnumeration/DNSLookup.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/DomainEnumeration/NTLMDiscovery.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/DomainEnumeration/NTLMDiscovery.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/DomainEnumeration/NTLMLocations/ADFS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/DomainEnumeration/NTLMLocations/ADFS.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/DomainEnumeration/NTLMLocations/Exchange.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/DomainEnumeration/NTLMLocations/Exchange.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/DomainEnumeration/NTLMLocations/Exchange2007.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sLYNCy-WPF/DomainEnumeration/NTLMLocations/Lync.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/DomainEnumeration/NTLMLocations/Lync.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/DomainEnumeration/NTLMLocations/RDWeb.txt: -------------------------------------------------------------------------------- 1 | /Rpc 2 | /RDWeb/FeedLogin -------------------------------------------------------------------------------- /sLYNCy-WPF/DomainEnumeration/Subdomains/ADFS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/DomainEnumeration/Subdomains/ADFS.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/DomainEnumeration/Subdomains/Exchange.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/DomainEnumeration/Subdomains/Exchange.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/DomainEnumeration/Subdomains/RDWeb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/DomainEnumeration/Subdomains/RDWeb.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/DomainEnumeration/Subdomains/Skype.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/DomainEnumeration/Subdomains/Skype.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/DomainEnumeration/Validation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/DomainEnumeration/Validation.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/EmbeddedAssembly.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/EmbeddedAssembly.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/AddCredentialRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/AddCredentialRecord.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/AddDataRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/AddDataRecord.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/AddMeetingsObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/AddMeetingsObject.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/AddService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/AddService.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/CollectionUpdates.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/CollectionUpdates.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/CredentialsRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/CredentialsRecord.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/Enums.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/Enums.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/Hostnames.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/Hostnames.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/PostCredsHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/PostCredsHelper.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/RegexClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/RegexClass.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/ServiceInterface.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/ServiceInterface.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/UsernamePreperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/UsernamePreperation.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/Usernames/UsernamesFormat/jjs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/Usernames/UsernamesFormat/jjs.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/Usernames/UsernamesFormat/jjsmith.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/Usernames/UsernamesFormat/jjsmith.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/Usernames/UsernamesFormat/john.smith.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/Usernames/UsernamesFormat/john.smith.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/Usernames/UsernamesFormat/john.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/Usernames/UsernamesFormat/john.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/Usernames/UsernamesFormat/johnjs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/Usernames/UsernamesFormat/johnjs.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/Usernames/UsernamesFormat/johns.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/Usernames/UsernamesFormat/johns.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/Usernames/UsernamesFormat/johnsmith.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/Usernames/UsernamesFormat/johnsmith.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/Usernames/UsernamesFormat/jsmith.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/Usernames/UsernamesFormat/jsmith.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/Usernames/UsernamesFormat/smithj.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/Usernames/UsernamesFormat/smithj.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/Usernames/UsernamesInBuilt/CouncilKillerv5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/Usernames/UsernamesInBuilt/CouncilKillerv5.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/Usernames/UsernamesInBuilt/service-accounts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/Usernames/UsernamesInBuilt/service-accounts.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/Usernames/UsernamesInBuilt/standard-accounts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/Usernames/UsernamesInBuilt/standard-accounts.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/Utilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/Utilities.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Helper/WebRequests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Helper/WebRequests.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/ICSharpCode.SharpZipLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/ICSharpCode.SharpZipLib.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/MainWindow.xaml -------------------------------------------------------------------------------- /sLYNCy-WPF/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/MainWindow.xaml.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/Password Spraying/PasswordSpray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Password Spraying/PasswordSpray.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/PostCompromise/Lists/AllTrigraphs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/PostCompromise/Lists/AllTrigraphs.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/PostCompromise/Lists/CommonTrigraphs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/PostCompromise/Lists/CommonTrigraphs.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/PostCompromise/Lists/commondigraphs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/PostCompromise/Lists/commondigraphs.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/PostCompromise/PostCompromise.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/PostCompromise/PostCompromise.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Properties/Resources.resx -------------------------------------------------------------------------------- /sLYNCy-WPF/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/Properties/Settings.settings -------------------------------------------------------------------------------- /sLYNCy-WPF/UsernameEnumeration/UsernameEnumeration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/UsernameEnumeration/UsernameEnumeration.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/Carnivore v1.0.4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/Carnivore v1.0.4.exe -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/Carnivore v1.0.4.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/Carnivore v1.0.4.exe.config -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/Carnivore v1.0.4.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/Carnivore v1.0.4.pdb -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/Microsoft.Win32.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/Microsoft.Win32.Primitives.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/ServiceStack.Text.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/ServiceStack.Text.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.AppContext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.AppContext.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Buffers.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Buffers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Buffers.xml -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Collections.Concurrent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Collections.Concurrent.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Collections.NonGeneric.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Collections.NonGeneric.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Collections.Specialized.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Collections.Specialized.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Collections.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Collections.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.ComponentModel.EventBasedAsync.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.ComponentModel.EventBasedAsync.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.ComponentModel.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.ComponentModel.Primitives.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.ComponentModel.TypeConverter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.ComponentModel.TypeConverter.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.ComponentModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.ComponentModel.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Console.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Console.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Data.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Data.Common.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Diagnostics.Contracts.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Diagnostics.Contracts.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Diagnostics.Debug.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Diagnostics.Debug.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Diagnostics.FileVersionInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Diagnostics.FileVersionInfo.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Diagnostics.Process.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Diagnostics.Process.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Diagnostics.StackTrace.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Diagnostics.StackTrace.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Diagnostics.TextWriterTraceListener.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Diagnostics.TextWriterTraceListener.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Diagnostics.Tools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Diagnostics.Tools.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Diagnostics.TraceSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Diagnostics.TraceSource.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Diagnostics.Tracing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Diagnostics.Tracing.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Drawing.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Drawing.Primitives.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Dynamic.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Dynamic.Runtime.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Globalization.Calendars.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Globalization.Calendars.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Globalization.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Globalization.Extensions.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Globalization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Globalization.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.IO.Compression.ZipFile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.IO.Compression.ZipFile.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.IO.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.IO.Compression.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.IO.FileSystem.DriveInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.IO.FileSystem.DriveInfo.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.IO.FileSystem.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.IO.FileSystem.Primitives.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.IO.FileSystem.Watcher.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.IO.FileSystem.Watcher.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.IO.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.IO.FileSystem.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.IO.IsolatedStorage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.IO.IsolatedStorage.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.IO.MemoryMappedFiles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.IO.MemoryMappedFiles.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.IO.Pipes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.IO.Pipes.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.IO.UnmanagedMemoryStream.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.IO.UnmanagedMemoryStream.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.IO.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.IO.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Linq.Expressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Linq.Expressions.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Linq.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Linq.Parallel.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Linq.Queryable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Linq.Queryable.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Linq.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Memory.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Memory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Memory.xml -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Net.Http.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Net.NameResolution.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Net.NameResolution.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Net.NetworkInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Net.NetworkInformation.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Net.Ping.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Net.Ping.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Net.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Net.Primitives.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Net.Requests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Net.Requests.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Net.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Net.Security.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Net.Sockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Net.Sockets.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Net.WebHeaderCollection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Net.WebHeaderCollection.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.ObjectModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.ObjectModel.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Reflection.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Reflection.Extensions.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Reflection.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Reflection.Primitives.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Reflection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Reflection.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Resources.Reader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Resources.Reader.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Resources.ResourceManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Resources.ResourceManager.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Resources.Writer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Resources.Writer.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Runtime.CompilerServices.Unsafe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Runtime.CompilerServices.Unsafe.xml -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Runtime.CompilerServices.VisualC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Runtime.CompilerServices.VisualC.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Runtime.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Runtime.Extensions.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Runtime.Handles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Runtime.Handles.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Runtime.InteropServices.RuntimeInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Runtime.InteropServices.RuntimeInformation.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Runtime.InteropServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Runtime.InteropServices.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Runtime.Numerics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Runtime.Numerics.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Runtime.Serialization.Formatters.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Runtime.Serialization.Formatters.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Runtime.Serialization.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Runtime.Serialization.Json.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Runtime.Serialization.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Runtime.Serialization.Xml.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Runtime.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Security.Claims.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Security.Claims.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Security.Cryptography.Csp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Security.Cryptography.Csp.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Security.Principal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Security.Principal.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Security.SecureString.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Security.SecureString.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Text.Encoding.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Text.Encoding.Extensions.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Text.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Text.Encoding.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Text.RegularExpressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Text.RegularExpressions.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Threading.Overlapped.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Threading.Overlapped.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Threading.Tasks.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Threading.Tasks.Parallel.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Threading.Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Threading.Tasks.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Threading.Thread.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Threading.Thread.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Threading.ThreadPool.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Threading.ThreadPool.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Threading.Timer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Threading.Timer.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Threading.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Threading.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.ValueTuple.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.ValueTuple.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Xml.ReaderWriter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Xml.ReaderWriter.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Xml.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Xml.XDocument.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Xml.XPath.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Xml.XPath.XDocument.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Xml.XPath.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Xml.XPath.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Xml.XmlDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Xml.XmlDocument.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/System.Xml.XmlSerializer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/System.Xml.XmlSerializer.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Debug/netstandard.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Debug/netstandard.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/Carnivore v1.0.4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/Carnivore v1.0.4.exe -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/Carnivore v1.0.4.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/Carnivore v1.0.4.exe.config -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/Carnivore v1.0.4.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/Carnivore v1.0.4.pdb -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/Microsoft.Win32.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/Microsoft.Win32.Primitives.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/ServiceStack.Text.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/ServiceStack.Text.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/ServiceStack.Text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/ServiceStack.Text.xml -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.AppContext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.AppContext.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Buffers.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Buffers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Buffers.xml -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Collections.Concurrent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Collections.Concurrent.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Collections.NonGeneric.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Collections.NonGeneric.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Collections.Specialized.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Collections.Specialized.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Collections.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Collections.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.ComponentModel.EventBasedAsync.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.ComponentModel.EventBasedAsync.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.ComponentModel.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.ComponentModel.Primitives.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.ComponentModel.TypeConverter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.ComponentModel.TypeConverter.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.ComponentModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.ComponentModel.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Console.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Console.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Data.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Data.Common.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Diagnostics.Contracts.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Diagnostics.Contracts.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Diagnostics.Debug.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Diagnostics.Debug.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Diagnostics.FileVersionInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Diagnostics.FileVersionInfo.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Diagnostics.Process.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Diagnostics.Process.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Diagnostics.StackTrace.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Diagnostics.StackTrace.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Diagnostics.TextWriterTraceListener.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Diagnostics.TextWriterTraceListener.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Diagnostics.Tools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Diagnostics.Tools.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Diagnostics.TraceSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Diagnostics.TraceSource.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Diagnostics.Tracing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Diagnostics.Tracing.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Drawing.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Drawing.Primitives.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Dynamic.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Dynamic.Runtime.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Globalization.Calendars.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Globalization.Calendars.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Globalization.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Globalization.Extensions.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Globalization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Globalization.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.IO.Compression.ZipFile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.IO.Compression.ZipFile.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.IO.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.IO.Compression.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.IO.FileSystem.DriveInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.IO.FileSystem.DriveInfo.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.IO.FileSystem.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.IO.FileSystem.Primitives.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.IO.FileSystem.Watcher.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.IO.FileSystem.Watcher.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.IO.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.IO.FileSystem.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.IO.IsolatedStorage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.IO.IsolatedStorage.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.IO.MemoryMappedFiles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.IO.MemoryMappedFiles.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.IO.Pipes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.IO.Pipes.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.IO.UnmanagedMemoryStream.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.IO.UnmanagedMemoryStream.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.IO.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.IO.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Linq.Expressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Linq.Expressions.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Linq.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Linq.Parallel.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Linq.Queryable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Linq.Queryable.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Linq.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Memory.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Memory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Memory.xml -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Net.Http.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Net.NameResolution.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Net.NameResolution.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Net.NetworkInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Net.NetworkInformation.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Net.Ping.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Net.Ping.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Net.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Net.Primitives.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Net.Requests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Net.Requests.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Net.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Net.Security.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Net.Sockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Net.Sockets.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Net.WebHeaderCollection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Net.WebHeaderCollection.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.ObjectModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.ObjectModel.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Reflection.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Reflection.Extensions.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Reflection.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Reflection.Primitives.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Reflection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Reflection.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Resources.Reader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Resources.Reader.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Resources.ResourceManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Resources.ResourceManager.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Resources.Writer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Resources.Writer.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Runtime.CompilerServices.Unsafe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Runtime.CompilerServices.Unsafe.xml -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Runtime.CompilerServices.VisualC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Runtime.CompilerServices.VisualC.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Runtime.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Runtime.Extensions.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Runtime.Handles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Runtime.Handles.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Runtime.InteropServices.RuntimeInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Runtime.InteropServices.RuntimeInformation.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Runtime.InteropServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Runtime.InteropServices.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Runtime.Numerics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Runtime.Numerics.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Runtime.Serialization.Formatters.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Runtime.Serialization.Formatters.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Runtime.Serialization.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Runtime.Serialization.Json.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Runtime.Serialization.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Runtime.Serialization.Xml.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Runtime.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Security.Claims.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Security.Claims.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Security.Cryptography.Csp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Security.Cryptography.Csp.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Security.Principal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Security.Principal.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Security.SecureString.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Security.SecureString.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Text.Encoding.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Text.Encoding.Extensions.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Text.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Text.Encoding.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Text.RegularExpressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Text.RegularExpressions.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Threading.Overlapped.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Threading.Overlapped.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Threading.Tasks.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Threading.Tasks.Parallel.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Threading.Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Threading.Tasks.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Threading.Thread.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Threading.Thread.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Threading.ThreadPool.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Threading.ThreadPool.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Threading.Timer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Threading.Timer.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Threading.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Threading.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.ValueTuple.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.ValueTuple.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Xml.ReaderWriter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Xml.ReaderWriter.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Xml.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Xml.XDocument.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Xml.XPath.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Xml.XPath.XDocument.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Xml.XPath.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Xml.XPath.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Xml.XmlDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Xml.XmlDocument.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/System.Xml.XmlSerializer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/System.Xml.XmlSerializer.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/bin/Release/netstandard.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/bin/Release/netstandard.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/favicon.ico -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/App.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/App.g.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/App.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/App.g.i.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.1_MarkupCompile.i.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.1_MarkupCompile.i.cache -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.1_MarkupCompile.i.lref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.1_MarkupCompile.i.lref -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.2_MarkupCompile.i.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.2_MarkupCompile.i.cache -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.2_MarkupCompile.i.lref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.2_MarkupCompile.i.lref -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.3.exe -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.3.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.3.exe.config -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.3.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.3.g.resources -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.3.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.3.pdb -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.3_MarkupCompile.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.3_MarkupCompile.cache -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.3_MarkupCompile.i.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.3_MarkupCompile.i.cache -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.3_MarkupCompile.i.lref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.3_MarkupCompile.i.lref -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.3_MarkupCompile.lref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.3_MarkupCompile.lref -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.4.exe -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.4.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.4.exe.config -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.4.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.4.g.resources -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.4.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.4.pdb -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.4_MarkupCompile.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.4_MarkupCompile.cache -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.4_MarkupCompile.i.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.4_MarkupCompile.i.cache -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.4_MarkupCompile.i.lref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore v1.0.4_MarkupCompile.i.lref -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore v1.0.4_MarkupCompile.lref: -------------------------------------------------------------------------------- 1 | 2 | 3 | FC:\Users\chris_nevin\source\repos\nccgroup\Carnivore\sLYNCy-WPF\MainWindow.xaml;; 4 | 5 | -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | fd423d7d32f9a492b01eeb799cb911c2b4632b6e 2 | -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/Carnivore.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/Carnivore.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/GeneratedInternalTypeHelper.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/GeneratedInternalTypeHelper.g.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/GeneratedInternalTypeHelper.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/GeneratedInternalTypeHelper.g.i.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/MainWindow.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/MainWindow.g.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/MainWindow.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/MainWindow.g.i.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/TempPE/Resource1.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/TempPE/Resource1.Designer.cs.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Debug/sLYNCy_WPF.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Debug/sLYNCy_WPF.Properties.Resources.resources -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/App.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/App.g.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/App.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/App.g.i.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/Carnivore v1.0.3_MarkupCompile.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/Carnivore v1.0.3_MarkupCompile.cache -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/Carnivore v1.0.3_MarkupCompile.lref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/Carnivore v1.0.3_MarkupCompile.lref -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/Carnivore v1.0.4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/Carnivore v1.0.4.exe -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/Carnivore v1.0.4.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/Carnivore v1.0.4.exe.config -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/Carnivore v1.0.4.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/Carnivore v1.0.4.g.resources -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/Carnivore v1.0.4.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/Carnivore v1.0.4.pdb -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/Carnivore v1.0.4_MarkupCompile.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/Carnivore v1.0.4_MarkupCompile.cache -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/Carnivore v1.0.4_MarkupCompile.lref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/Carnivore v1.0.4_MarkupCompile.lref -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/Carnivore.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/Carnivore.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 8dacc4ad78da405fdaad5101f0a089c7aaf7c297 2 | -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/Carnivore.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/Carnivore.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/Carnivore.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/Carnivore.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/Carnivore.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/Carnivore.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/Carnivore.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/Carnivore.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/GeneratedInternalTypeHelper.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/GeneratedInternalTypeHelper.g.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/GeneratedInternalTypeHelper.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/GeneratedInternalTypeHelper.g.i.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/MainWindow.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/MainWindow.g.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/MainWindow.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/MainWindow.g.i.cs -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /sLYNCy-WPF/obj/Release/sLYNCy_WPF.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/obj/Release/sLYNCy_WPF.Properties.Resources.resources -------------------------------------------------------------------------------- /sLYNCy-WPF/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/Carnivore/HEAD/sLYNCy-WPF/packages.config --------------------------------------------------------------------------------