├── .editorconfig ├── .github ├── FUNDING.yml └── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── discussion.md │ ├── feature_request.md │ └── question.md ├── .gitignore ├── A General Number Field Sieve Implementaion - DJ Bernstein & Lenstra.PDF ├── An Introduction to the General Number Field Sieve - Matthew E. Briggs.pdf ├── Binaries └── Release │ ├── Accessibility.dll │ ├── D3DCompiler_47_cor3.dll │ ├── DirectWriteForwarder.dll │ ├── ExtendedArithmetic.Polynomial.dll │ ├── ExtendedNumerics.BigRational.dll │ ├── GNFSCore.dll │ ├── GNFS_Winforms.deps.json │ ├── GNFS_Winforms.dll │ ├── GNFS_Winforms.dll.config │ ├── GNFS_Winforms.exe │ ├── GNFS_Winforms.runtimeconfig.dev.json │ ├── GNFS_Winforms.runtimeconfig.json │ ├── Microsoft.CSharp.dll │ ├── Microsoft.DiaSymReader.Native.amd64.dll │ ├── Microsoft.VisualBasic.Core.dll │ ├── Microsoft.VisualBasic.Forms.dll │ ├── Microsoft.VisualBasic.dll │ ├── Microsoft.Win32.Primitives.dll │ ├── Microsoft.Win32.Registry.AccessControl.dll │ ├── Microsoft.Win32.Registry.dll │ ├── Microsoft.Win32.SystemEvents.dll │ ├── Newtonsoft.Json.dll │ ├── PenImc_cor3.dll │ ├── PresentationCore.dll │ ├── PresentationFramework-SystemCore.dll │ ├── PresentationFramework-SystemData.dll │ ├── PresentationFramework-SystemDrawing.dll │ ├── PresentationFramework-SystemXml.dll │ ├── PresentationFramework-SystemXmlLinq.dll │ ├── PresentationFramework.Aero.dll │ ├── PresentationFramework.Aero2.dll │ ├── PresentationFramework.AeroLite.dll │ ├── PresentationFramework.Classic.dll │ ├── PresentationFramework.Luna.dll │ ├── PresentationFramework.Royale.dll │ ├── PresentationFramework.dll │ ├── PresentationNative_cor3.dll │ ├── PresentationUI.dll │ ├── ReachFramework.dll │ ├── System.AppContext.dll │ ├── System.Buffers.dll │ ├── System.CodeDom.dll │ ├── System.Collections.Concurrent.dll │ ├── System.Collections.Immutable.dll │ ├── System.Collections.NonGeneric.dll │ ├── System.Collections.Specialized.dll │ ├── System.Collections.dll │ ├── System.ComponentModel.Annotations.dll │ ├── System.ComponentModel.DataAnnotations.dll │ ├── System.ComponentModel.EventBasedAsync.dll │ ├── System.ComponentModel.Primitives.dll │ ├── System.ComponentModel.TypeConverter.dll │ ├── System.ComponentModel.dll │ ├── System.Configuration.ConfigurationManager.dll │ ├── System.Configuration.dll │ ├── System.Console.dll │ ├── System.Core.dll │ ├── System.Data.Common.dll │ ├── System.Data.DataSetExtensions.dll │ ├── System.Data.dll │ ├── System.Design.dll │ ├── System.Diagnostics.Contracts.dll │ ├── System.Diagnostics.Debug.dll │ ├── System.Diagnostics.DiagnosticSource.dll │ ├── System.Diagnostics.EventLog.Messages.dll │ ├── System.Diagnostics.EventLog.dll │ ├── System.Diagnostics.FileVersionInfo.dll │ ├── System.Diagnostics.PerformanceCounter.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.DirectoryServices.dll │ ├── System.Drawing.Common.dll │ ├── System.Drawing.Design.dll │ ├── System.Drawing.Primitives.dll │ ├── System.Drawing.dll │ ├── System.Dynamic.Runtime.dll │ ├── System.Formats.Asn1.dll │ ├── System.Globalization.Calendars.dll │ ├── System.Globalization.Extensions.dll │ ├── System.Globalization.dll │ ├── System.IO.Compression.Brotli.dll │ ├── System.IO.Compression.FileSystem.dll │ ├── System.IO.Compression.ZipFile.dll │ ├── System.IO.Compression.dll │ ├── System.IO.FileSystem.AccessControl.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.Packaging.dll │ ├── System.IO.Pipes.AccessControl.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.Management.dll │ ├── System.Memory.dll │ ├── System.Net.Http.Json.dll │ ├── System.Net.Http.dll │ ├── System.Net.HttpListener.dll │ ├── System.Net.Mail.dll │ ├── System.Net.NameResolution.dll │ ├── System.Net.NetworkInformation.dll │ ├── System.Net.Ping.dll │ ├── System.Net.Primitives.dll │ ├── System.Net.Requests.dll │ ├── System.Net.Security.dll │ ├── System.Net.ServicePoint.dll │ ├── System.Net.Sockets.dll │ ├── System.Net.WebClient.dll │ ├── System.Net.WebHeaderCollection.dll │ ├── System.Net.WebProxy.dll │ ├── System.Net.WebSockets.Client.dll │ ├── System.Net.WebSockets.dll │ ├── System.Net.dll │ ├── System.Numerics.Vectors.dll │ ├── System.Numerics.dll │ ├── System.ObjectModel.dll │ ├── System.Printing.dll │ ├── System.Private.CoreLib.dll │ ├── System.Private.DataContractSerialization.dll │ ├── System.Private.Uri.dll │ ├── System.Private.Xml.Linq.dll │ ├── System.Private.Xml.dll │ ├── System.Reflection.DispatchProxy.dll │ ├── System.Reflection.Emit.ILGeneration.dll │ ├── System.Reflection.Emit.Lightweight.dll │ ├── System.Reflection.Emit.dll │ ├── System.Reflection.Extensions.dll │ ├── System.Reflection.Metadata.dll │ ├── System.Reflection.Primitives.dll │ ├── System.Reflection.TypeExtensions.dll │ ├── System.Reflection.dll │ ├── System.Resources.Extensions.dll │ ├── System.Resources.Reader.dll │ ├── System.Resources.ResourceManager.dll │ ├── System.Resources.Writer.dll │ ├── System.Runtime.CompilerServices.Unsafe.dll │ ├── System.Runtime.CompilerServices.VisualC.dll │ ├── System.Runtime.Extensions.dll │ ├── System.Runtime.Handles.dll │ ├── System.Runtime.InteropServices.RuntimeInformation.dll │ ├── System.Runtime.InteropServices.dll │ ├── System.Runtime.Intrinsics.dll │ ├── System.Runtime.Loader.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.Serialization.dll │ ├── System.Runtime.dll │ ├── System.Security.AccessControl.dll │ ├── System.Security.Claims.dll │ ├── System.Security.Cryptography.Algorithms.dll │ ├── System.Security.Cryptography.Cng.dll │ ├── System.Security.Cryptography.Csp.dll │ ├── System.Security.Cryptography.Encoding.dll │ ├── System.Security.Cryptography.OpenSsl.dll │ ├── System.Security.Cryptography.Pkcs.dll │ ├── System.Security.Cryptography.Primitives.dll │ ├── System.Security.Cryptography.ProtectedData.dll │ ├── System.Security.Cryptography.X509Certificates.dll │ ├── System.Security.Cryptography.Xml.dll │ ├── System.Security.Permissions.dll │ ├── System.Security.Principal.Windows.dll │ ├── System.Security.Principal.dll │ ├── System.Security.SecureString.dll │ ├── System.Security.dll │ ├── System.ServiceModel.Web.dll │ ├── System.ServiceProcess.dll │ ├── System.Text.Encoding.CodePages.dll │ ├── System.Text.Encoding.Extensions.dll │ ├── System.Text.Encoding.dll │ ├── System.Text.Encodings.Web.dll │ ├── System.Text.Json.dll │ ├── System.Text.RegularExpressions.dll │ ├── System.Threading.AccessControl.dll │ ├── System.Threading.Channels.dll │ ├── System.Threading.Overlapped.dll │ ├── System.Threading.Tasks.Dataflow.dll │ ├── System.Threading.Tasks.Extensions.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.Transactions.Local.dll │ ├── System.Transactions.dll │ ├── System.ValueTuple.dll │ ├── System.Web.HttpUtility.dll │ ├── System.Web.dll │ ├── System.Windows.Controls.Ribbon.dll │ ├── System.Windows.Extensions.dll │ ├── System.Windows.Forms.Design.Editors.dll │ ├── System.Windows.Forms.Design.dll │ ├── System.Windows.Forms.Primitives.dll │ ├── System.Windows.Forms.dll │ ├── System.Windows.Input.Manipulations.dll │ ├── System.Windows.Presentation.dll │ ├── System.Windows.dll │ ├── System.Xaml.dll │ ├── System.Xml.Linq.dll │ ├── System.Xml.ReaderWriter.dll │ ├── System.Xml.Serialization.dll │ ├── System.Xml.XDocument.dll │ ├── System.Xml.XPath.XDocument.dll │ ├── System.Xml.XPath.dll │ ├── System.Xml.XmlDocument.dll │ ├── System.Xml.XmlSerializer.dll │ ├── System.Xml.dll │ ├── System.dll │ ├── UIAutomationClient.dll │ ├── UIAutomationClientSideProviders.dll │ ├── UIAutomationProvider.dll │ ├── UIAutomationTypes.dll │ ├── WindowsBase.dll │ ├── WindowsFormsIntegration.dll │ ├── api-ms-win-core-console-l1-1-0.dll │ ├── api-ms-win-core-console-l1-2-0.dll │ ├── api-ms-win-core-datetime-l1-1-0.dll │ ├── api-ms-win-core-debug-l1-1-0.dll │ ├── api-ms-win-core-errorhandling-l1-1-0.dll │ ├── api-ms-win-core-fibers-l1-1-0.dll │ ├── api-ms-win-core-file-l1-1-0.dll │ ├── api-ms-win-core-file-l1-2-0.dll │ ├── api-ms-win-core-file-l2-1-0.dll │ ├── api-ms-win-core-handle-l1-1-0.dll │ ├── api-ms-win-core-heap-l1-1-0.dll │ ├── api-ms-win-core-interlocked-l1-1-0.dll │ ├── api-ms-win-core-libraryloader-l1-1-0.dll │ ├── api-ms-win-core-localization-l1-2-0.dll │ ├── api-ms-win-core-memory-l1-1-0.dll │ ├── api-ms-win-core-namedpipe-l1-1-0.dll │ ├── api-ms-win-core-processenvironment-l1-1-0.dll │ ├── api-ms-win-core-processthreads-l1-1-0.dll │ ├── api-ms-win-core-processthreads-l1-1-1.dll │ ├── api-ms-win-core-profile-l1-1-0.dll │ ├── api-ms-win-core-rtlsupport-l1-1-0.dll │ ├── api-ms-win-core-string-l1-1-0.dll │ ├── api-ms-win-core-synch-l1-1-0.dll │ ├── api-ms-win-core-synch-l1-2-0.dll │ ├── api-ms-win-core-sysinfo-l1-1-0.dll │ ├── api-ms-win-core-timezone-l1-1-0.dll │ ├── api-ms-win-core-util-l1-1-0.dll │ ├── api-ms-win-crt-conio-l1-1-0.dll │ ├── api-ms-win-crt-convert-l1-1-0.dll │ ├── api-ms-win-crt-environment-l1-1-0.dll │ ├── api-ms-win-crt-filesystem-l1-1-0.dll │ ├── api-ms-win-crt-heap-l1-1-0.dll │ ├── api-ms-win-crt-locale-l1-1-0.dll │ ├── api-ms-win-crt-math-l1-1-0.dll │ ├── api-ms-win-crt-multibyte-l1-1-0.dll │ ├── api-ms-win-crt-private-l1-1-0.dll │ ├── api-ms-win-crt-process-l1-1-0.dll │ ├── api-ms-win-crt-runtime-l1-1-0.dll │ ├── api-ms-win-crt-stdio-l1-1-0.dll │ ├── api-ms-win-crt-string-l1-1-0.dll │ ├── api-ms-win-crt-time-l1-1-0.dll │ ├── api-ms-win-crt-utility-l1-1-0.dll │ ├── clrcompression.dll │ ├── clretwrc.dll │ ├── clrjit.dll │ ├── coreclr.dll │ ├── createdump.exe │ ├── cs │ ├── Microsoft.VisualBasic.Forms.resources.dll │ ├── PresentationCore.resources.dll │ ├── PresentationFramework.resources.dll │ ├── PresentationUI.resources.dll │ ├── ReachFramework.resources.dll │ ├── System.Windows.Controls.Ribbon.resources.dll │ ├── System.Windows.Forms.Design.resources.dll │ ├── System.Windows.Forms.Primitives.resources.dll │ ├── System.Windows.Forms.resources.dll │ ├── System.Windows.Input.Manipulations.resources.dll │ ├── System.Xaml.resources.dll │ ├── UIAutomationClient.resources.dll │ ├── UIAutomationClientSideProviders.resources.dll │ ├── UIAutomationProvider.resources.dll │ ├── UIAutomationTypes.resources.dll │ ├── WindowsBase.resources.dll │ └── WindowsFormsIntegration.resources.dll │ ├── dbgshim.dll │ ├── de │ ├── Microsoft.VisualBasic.Forms.resources.dll │ ├── PresentationCore.resources.dll │ ├── PresentationFramework.resources.dll │ ├── PresentationUI.resources.dll │ ├── ReachFramework.resources.dll │ ├── System.Windows.Controls.Ribbon.resources.dll │ ├── System.Windows.Forms.Design.resources.dll │ ├── System.Windows.Forms.Primitives.resources.dll │ ├── System.Windows.Forms.resources.dll │ ├── System.Windows.Input.Manipulations.resources.dll │ ├── System.Xaml.resources.dll │ ├── UIAutomationClient.resources.dll │ ├── UIAutomationClientSideProviders.resources.dll │ ├── UIAutomationProvider.resources.dll │ ├── UIAutomationTypes.resources.dll │ ├── WindowsBase.resources.dll │ └── WindowsFormsIntegration.resources.dll │ ├── es │ ├── Microsoft.VisualBasic.Forms.resources.dll │ ├── PresentationCore.resources.dll │ ├── PresentationFramework.resources.dll │ ├── PresentationUI.resources.dll │ ├── ReachFramework.resources.dll │ ├── System.Windows.Controls.Ribbon.resources.dll │ ├── System.Windows.Forms.Design.resources.dll │ ├── System.Windows.Forms.Primitives.resources.dll │ ├── System.Windows.Forms.resources.dll │ ├── System.Windows.Input.Manipulations.resources.dll │ ├── System.Xaml.resources.dll │ ├── UIAutomationClient.resources.dll │ ├── UIAutomationClientSideProviders.resources.dll │ ├── UIAutomationProvider.resources.dll │ ├── UIAutomationTypes.resources.dll │ ├── WindowsBase.resources.dll │ └── WindowsFormsIntegration.resources.dll │ ├── fr │ ├── Microsoft.VisualBasic.Forms.resources.dll │ ├── PresentationCore.resources.dll │ ├── PresentationFramework.resources.dll │ ├── PresentationUI.resources.dll │ ├── ReachFramework.resources.dll │ ├── System.Windows.Controls.Ribbon.resources.dll │ ├── System.Windows.Forms.Design.resources.dll │ ├── System.Windows.Forms.Primitives.resources.dll │ ├── System.Windows.Forms.resources.dll │ ├── System.Windows.Input.Manipulations.resources.dll │ ├── System.Xaml.resources.dll │ ├── UIAutomationClient.resources.dll │ ├── UIAutomationClientSideProviders.resources.dll │ ├── UIAutomationProvider.resources.dll │ ├── UIAutomationTypes.resources.dll │ ├── WindowsBase.resources.dll │ └── WindowsFormsIntegration.resources.dll │ ├── hostfxr.dll │ ├── hostpolicy.dll │ ├── it │ ├── Microsoft.VisualBasic.Forms.resources.dll │ ├── PresentationCore.resources.dll │ ├── PresentationFramework.resources.dll │ ├── PresentationUI.resources.dll │ ├── ReachFramework.resources.dll │ ├── System.Windows.Controls.Ribbon.resources.dll │ ├── System.Windows.Forms.Design.resources.dll │ ├── System.Windows.Forms.Primitives.resources.dll │ ├── System.Windows.Forms.resources.dll │ ├── System.Windows.Input.Manipulations.resources.dll │ ├── System.Xaml.resources.dll │ ├── UIAutomationClient.resources.dll │ ├── UIAutomationClientSideProviders.resources.dll │ ├── UIAutomationProvider.resources.dll │ ├── UIAutomationTypes.resources.dll │ ├── WindowsBase.resources.dll │ └── WindowsFormsIntegration.resources.dll │ ├── ja │ ├── Microsoft.VisualBasic.Forms.resources.dll │ ├── PresentationCore.resources.dll │ ├── PresentationFramework.resources.dll │ ├── PresentationUI.resources.dll │ ├── ReachFramework.resources.dll │ ├── System.Windows.Controls.Ribbon.resources.dll │ ├── System.Windows.Forms.Design.resources.dll │ ├── System.Windows.Forms.Primitives.resources.dll │ ├── System.Windows.Forms.resources.dll │ ├── System.Windows.Input.Manipulations.resources.dll │ ├── System.Xaml.resources.dll │ ├── UIAutomationClient.resources.dll │ ├── UIAutomationClientSideProviders.resources.dll │ ├── UIAutomationProvider.resources.dll │ ├── UIAutomationTypes.resources.dll │ ├── WindowsBase.resources.dll │ └── WindowsFormsIntegration.resources.dll │ ├── ko │ ├── Microsoft.VisualBasic.Forms.resources.dll │ ├── PresentationCore.resources.dll │ ├── PresentationFramework.resources.dll │ ├── PresentationUI.resources.dll │ ├── ReachFramework.resources.dll │ ├── System.Windows.Controls.Ribbon.resources.dll │ ├── System.Windows.Forms.Design.resources.dll │ ├── System.Windows.Forms.Primitives.resources.dll │ ├── System.Windows.Forms.resources.dll │ ├── System.Windows.Input.Manipulations.resources.dll │ ├── System.Xaml.resources.dll │ ├── UIAutomationClient.resources.dll │ ├── UIAutomationClientSideProviders.resources.dll │ ├── UIAutomationProvider.resources.dll │ ├── UIAutomationTypes.resources.dll │ ├── WindowsBase.resources.dll │ └── WindowsFormsIntegration.resources.dll │ ├── mscordaccore.dll │ ├── mscordaccore_amd64_amd64_5.0.1722.21314.dll │ ├── mscordbi.dll │ ├── mscorlib.dll │ ├── mscorrc.dll │ ├── netstandard.dll │ ├── pl │ ├── Microsoft.VisualBasic.Forms.resources.dll │ ├── PresentationCore.resources.dll │ ├── PresentationFramework.resources.dll │ ├── PresentationUI.resources.dll │ ├── ReachFramework.resources.dll │ ├── System.Windows.Controls.Ribbon.resources.dll │ ├── System.Windows.Forms.Design.resources.dll │ ├── System.Windows.Forms.Primitives.resources.dll │ ├── System.Windows.Forms.resources.dll │ ├── System.Windows.Input.Manipulations.resources.dll │ ├── System.Xaml.resources.dll │ ├── UIAutomationClient.resources.dll │ ├── UIAutomationClientSideProviders.resources.dll │ ├── UIAutomationProvider.resources.dll │ ├── UIAutomationTypes.resources.dll │ ├── WindowsBase.resources.dll │ └── WindowsFormsIntegration.resources.dll │ ├── pt-BR │ ├── Microsoft.VisualBasic.Forms.resources.dll │ ├── PresentationCore.resources.dll │ ├── PresentationFramework.resources.dll │ ├── PresentationUI.resources.dll │ ├── ReachFramework.resources.dll │ ├── System.Windows.Controls.Ribbon.resources.dll │ ├── System.Windows.Forms.Design.resources.dll │ ├── System.Windows.Forms.Primitives.resources.dll │ ├── System.Windows.Forms.resources.dll │ ├── System.Windows.Input.Manipulations.resources.dll │ ├── System.Xaml.resources.dll │ ├── UIAutomationClient.resources.dll │ ├── UIAutomationClientSideProviders.resources.dll │ ├── UIAutomationProvider.resources.dll │ ├── UIAutomationTypes.resources.dll │ ├── WindowsBase.resources.dll │ └── WindowsFormsIntegration.resources.dll │ ├── ru │ ├── Microsoft.VisualBasic.Forms.resources.dll │ ├── PresentationCore.resources.dll │ ├── PresentationFramework.resources.dll │ ├── PresentationUI.resources.dll │ ├── ReachFramework.resources.dll │ ├── System.Windows.Controls.Ribbon.resources.dll │ ├── System.Windows.Forms.Design.resources.dll │ ├── System.Windows.Forms.Primitives.resources.dll │ ├── System.Windows.Forms.resources.dll │ ├── System.Windows.Input.Manipulations.resources.dll │ ├── System.Xaml.resources.dll │ ├── UIAutomationClient.resources.dll │ ├── UIAutomationClientSideProviders.resources.dll │ ├── UIAutomationProvider.resources.dll │ ├── UIAutomationTypes.resources.dll │ ├── WindowsBase.resources.dll │ └── WindowsFormsIntegration.resources.dll │ ├── tr │ ├── Microsoft.VisualBasic.Forms.resources.dll │ ├── PresentationCore.resources.dll │ ├── PresentationFramework.resources.dll │ ├── PresentationUI.resources.dll │ ├── ReachFramework.resources.dll │ ├── System.Windows.Controls.Ribbon.resources.dll │ ├── System.Windows.Forms.Design.resources.dll │ ├── System.Windows.Forms.Primitives.resources.dll │ ├── System.Windows.Forms.resources.dll │ ├── System.Windows.Input.Manipulations.resources.dll │ ├── System.Xaml.resources.dll │ ├── UIAutomationClient.resources.dll │ ├── UIAutomationClientSideProviders.resources.dll │ ├── UIAutomationProvider.resources.dll │ ├── UIAutomationTypes.resources.dll │ ├── WindowsBase.resources.dll │ └── WindowsFormsIntegration.resources.dll │ ├── ucrtbase.dll │ ├── vcruntime140_cor3.dll │ ├── wpfgfx_cor3.dll │ ├── zh-Hans │ ├── Microsoft.VisualBasic.Forms.resources.dll │ ├── PresentationCore.resources.dll │ ├── PresentationFramework.resources.dll │ ├── PresentationUI.resources.dll │ ├── ReachFramework.resources.dll │ ├── System.Windows.Controls.Ribbon.resources.dll │ ├── System.Windows.Forms.Design.resources.dll │ ├── System.Windows.Forms.Primitives.resources.dll │ ├── System.Windows.Forms.resources.dll │ ├── System.Windows.Input.Manipulations.resources.dll │ ├── System.Xaml.resources.dll │ ├── UIAutomationClient.resources.dll │ ├── UIAutomationClientSideProviders.resources.dll │ ├── UIAutomationProvider.resources.dll │ ├── UIAutomationTypes.resources.dll │ ├── WindowsBase.resources.dll │ └── WindowsFormsIntegration.resources.dll │ └── zh-Hant │ ├── Microsoft.VisualBasic.Forms.resources.dll │ ├── PresentationCore.resources.dll │ ├── PresentationFramework.resources.dll │ ├── PresentationUI.resources.dll │ ├── ReachFramework.resources.dll │ ├── System.Windows.Controls.Ribbon.resources.dll │ ├── System.Windows.Forms.Design.resources.dll │ ├── System.Windows.Forms.Primitives.resources.dll │ ├── System.Windows.Forms.resources.dll │ ├── System.Windows.Input.Manipulations.resources.dll │ ├── System.Xaml.resources.dll │ ├── UIAutomationClient.resources.dll │ ├── UIAutomationClientSideProviders.resources.dll │ ├── UIAutomationProvider.resources.dll │ ├── UIAutomationTypes.resources.dll │ ├── WindowsBase.resources.dll │ └── WindowsFormsIntegration.resources.dll ├── CS-GNFS.sln ├── Factoring integers with the number field sieve - J.P. Buhler, H.W Lenstra, Jr., and Carl Pomerance.pdf ├── GNFS-Winforms ├── App.config ├── ControlBridge.cs ├── CreateGnfs.cs ├── ExtensionMethods.cs ├── FindRelations.cs ├── FindSquares.cs ├── GNFS-Winforms.csproj ├── Logging.cs ├── MainForm.Designer.cs ├── MainForm.cs ├── MainForm.resx ├── MatrixSolve.cs ├── Program.cs ├── Settings.cs └── SettingsReader.cs ├── GNFSCore ├── Core │ ├── CPUInfo.cs │ ├── CountDictionary.cs │ ├── DirectoryLocations.cs │ ├── ExtensionMethods │ │ ├── BigIntegerCollectionExtensionMethods.cs │ │ ├── BigIntegerExtensionMethods.cs │ │ └── IEnumerableExtensionMethods.cs │ ├── FactorBase.cs │ ├── GNFS.cs │ ├── Interfaces │ │ └── ICloneable.cs │ ├── Serialization │ │ ├── JsonConverters.cs │ │ ├── Serialization.Load.cs │ │ └── Serialization.Save.cs │ ├── SieveRangeEnumerable.cs │ ├── Solution.cs │ └── StaticRandom.cs ├── FactorBase │ ├── FactorPair.cs │ └── FactorPairCollection.cs ├── GNFSCore.csproj ├── IntegerMath │ ├── Combinatorics.cs │ ├── FactorizationFactory.cs │ ├── FastPrimeSieve.cs │ ├── GCD.cs │ ├── Legendre.cs │ ├── Normal.cs │ ├── PrimeFactory.cs │ └── QuadraticResidue.cs ├── Logging.cs ├── Matrix │ ├── GaussianMatrix.cs │ ├── GaussianRow.cs │ └── MatrixSolve.cs ├── RelationSieve │ ├── PolyRelationsSieveProgress.cs │ ├── Relation.cs │ └── RelationContainer.cs └── SquareRoot │ ├── FiniteFieldArithmetic.cs │ └── SquareFinder.cs ├── Integer Factorization - Master Thesis - Per Leslie Jensen.pdf ├── LICENSE ├── README.md ├── ScreenShot_001.png ├── TestGNFS ├── SmallFactorizationTest001.cs ├── SmallFactorizationTest002.cs ├── SmallFactorizationTest_45113.cs ├── TestGNFS.Integration.csproj └── TestHelper.cs ├── The Multiple Polynomial Quadradic Sieve - R.D. Silverman.pdf ├── The Number Field Sieve - C. Pomerance.pdf └── The development of the number field sieve - H. W. Lenstra, Arjen K. Lenstra, Hendrik W. Lenstra.djvu /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/discussion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/.github/ISSUE_TEMPLATE/discussion.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/.github/ISSUE_TEMPLATE/question.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/.gitignore -------------------------------------------------------------------------------- /A General Number Field Sieve Implementaion - DJ Bernstein & Lenstra.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/A General Number Field Sieve Implementaion - DJ Bernstein & Lenstra.PDF -------------------------------------------------------------------------------- /An Introduction to the General Number Field Sieve - Matthew E. Briggs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/An Introduction to the General Number Field Sieve - Matthew E. Briggs.pdf -------------------------------------------------------------------------------- /Binaries/Release/Accessibility.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/Accessibility.dll -------------------------------------------------------------------------------- /Binaries/Release/D3DCompiler_47_cor3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/D3DCompiler_47_cor3.dll -------------------------------------------------------------------------------- /Binaries/Release/DirectWriteForwarder.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/DirectWriteForwarder.dll -------------------------------------------------------------------------------- /Binaries/Release/ExtendedArithmetic.Polynomial.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ExtendedArithmetic.Polynomial.dll -------------------------------------------------------------------------------- /Binaries/Release/ExtendedNumerics.BigRational.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ExtendedNumerics.BigRational.dll -------------------------------------------------------------------------------- /Binaries/Release/GNFSCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/GNFSCore.dll -------------------------------------------------------------------------------- /Binaries/Release/GNFS_Winforms.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/GNFS_Winforms.deps.json -------------------------------------------------------------------------------- /Binaries/Release/GNFS_Winforms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/GNFS_Winforms.dll -------------------------------------------------------------------------------- /Binaries/Release/GNFS_Winforms.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/GNFS_Winforms.dll.config -------------------------------------------------------------------------------- /Binaries/Release/GNFS_Winforms.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/GNFS_Winforms.exe -------------------------------------------------------------------------------- /Binaries/Release/GNFS_Winforms.runtimeconfig.dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/GNFS_Winforms.runtimeconfig.dev.json -------------------------------------------------------------------------------- /Binaries/Release/GNFS_Winforms.runtimeconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/GNFS_Winforms.runtimeconfig.json -------------------------------------------------------------------------------- /Binaries/Release/Microsoft.CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/Microsoft.CSharp.dll -------------------------------------------------------------------------------- /Binaries/Release/Microsoft.DiaSymReader.Native.amd64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/Microsoft.DiaSymReader.Native.amd64.dll -------------------------------------------------------------------------------- /Binaries/Release/Microsoft.VisualBasic.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/Microsoft.VisualBasic.Core.dll -------------------------------------------------------------------------------- /Binaries/Release/Microsoft.VisualBasic.Forms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/Microsoft.VisualBasic.Forms.dll -------------------------------------------------------------------------------- /Binaries/Release/Microsoft.VisualBasic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/Microsoft.VisualBasic.dll -------------------------------------------------------------------------------- /Binaries/Release/Microsoft.Win32.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/Microsoft.Win32.Primitives.dll -------------------------------------------------------------------------------- /Binaries/Release/Microsoft.Win32.Registry.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/Microsoft.Win32.Registry.AccessControl.dll -------------------------------------------------------------------------------- /Binaries/Release/Microsoft.Win32.Registry.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/Microsoft.Win32.Registry.dll -------------------------------------------------------------------------------- /Binaries/Release/Microsoft.Win32.SystemEvents.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/Microsoft.Win32.SystemEvents.dll -------------------------------------------------------------------------------- /Binaries/Release/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /Binaries/Release/PenImc_cor3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/PenImc_cor3.dll -------------------------------------------------------------------------------- /Binaries/Release/PresentationCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/PresentationCore.dll -------------------------------------------------------------------------------- /Binaries/Release/PresentationFramework-SystemCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/PresentationFramework-SystemCore.dll -------------------------------------------------------------------------------- /Binaries/Release/PresentationFramework-SystemData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/PresentationFramework-SystemData.dll -------------------------------------------------------------------------------- /Binaries/Release/PresentationFramework-SystemDrawing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/PresentationFramework-SystemDrawing.dll -------------------------------------------------------------------------------- /Binaries/Release/PresentationFramework-SystemXml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/PresentationFramework-SystemXml.dll -------------------------------------------------------------------------------- /Binaries/Release/PresentationFramework-SystemXmlLinq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/PresentationFramework-SystemXmlLinq.dll -------------------------------------------------------------------------------- /Binaries/Release/PresentationFramework.Aero.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/PresentationFramework.Aero.dll -------------------------------------------------------------------------------- /Binaries/Release/PresentationFramework.Aero2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/PresentationFramework.Aero2.dll -------------------------------------------------------------------------------- /Binaries/Release/PresentationFramework.AeroLite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/PresentationFramework.AeroLite.dll -------------------------------------------------------------------------------- /Binaries/Release/PresentationFramework.Classic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/PresentationFramework.Classic.dll -------------------------------------------------------------------------------- /Binaries/Release/PresentationFramework.Luna.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/PresentationFramework.Luna.dll -------------------------------------------------------------------------------- /Binaries/Release/PresentationFramework.Royale.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/PresentationFramework.Royale.dll -------------------------------------------------------------------------------- /Binaries/Release/PresentationFramework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/PresentationFramework.dll -------------------------------------------------------------------------------- /Binaries/Release/PresentationNative_cor3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/PresentationNative_cor3.dll -------------------------------------------------------------------------------- /Binaries/Release/PresentationUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/PresentationUI.dll -------------------------------------------------------------------------------- /Binaries/Release/ReachFramework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ReachFramework.dll -------------------------------------------------------------------------------- /Binaries/Release/System.AppContext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.AppContext.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Buffers.dll -------------------------------------------------------------------------------- /Binaries/Release/System.CodeDom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.CodeDom.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Collections.Concurrent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Collections.Concurrent.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Collections.Immutable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Collections.Immutable.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Collections.NonGeneric.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Collections.NonGeneric.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Collections.Specialized.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Collections.Specialized.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Collections.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Collections.dll -------------------------------------------------------------------------------- /Binaries/Release/System.ComponentModel.Annotations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.ComponentModel.Annotations.dll -------------------------------------------------------------------------------- /Binaries/Release/System.ComponentModel.DataAnnotations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.ComponentModel.DataAnnotations.dll -------------------------------------------------------------------------------- /Binaries/Release/System.ComponentModel.EventBasedAsync.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.ComponentModel.EventBasedAsync.dll -------------------------------------------------------------------------------- /Binaries/Release/System.ComponentModel.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.ComponentModel.Primitives.dll -------------------------------------------------------------------------------- /Binaries/Release/System.ComponentModel.TypeConverter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.ComponentModel.TypeConverter.dll -------------------------------------------------------------------------------- /Binaries/Release/System.ComponentModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.ComponentModel.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Configuration.ConfigurationManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Configuration.ConfigurationManager.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Configuration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Configuration.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Console.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Console.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Core.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Data.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Data.Common.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Data.DataSetExtensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Data.DataSetExtensions.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Data.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Data.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Design.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Design.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Diagnostics.Contracts.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Diagnostics.Contracts.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Diagnostics.Debug.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Diagnostics.Debug.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Diagnostics.EventLog.Messages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Diagnostics.EventLog.Messages.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Diagnostics.EventLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Diagnostics.EventLog.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Diagnostics.FileVersionInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Diagnostics.FileVersionInfo.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Diagnostics.PerformanceCounter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Diagnostics.PerformanceCounter.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Diagnostics.Process.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Diagnostics.Process.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Diagnostics.StackTrace.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Diagnostics.StackTrace.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Diagnostics.TextWriterTraceListener.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Diagnostics.TextWriterTraceListener.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Diagnostics.Tools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Diagnostics.Tools.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Diagnostics.TraceSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Diagnostics.TraceSource.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Diagnostics.Tracing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Diagnostics.Tracing.dll -------------------------------------------------------------------------------- /Binaries/Release/System.DirectoryServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.DirectoryServices.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Drawing.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Drawing.Common.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Drawing.Design.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Drawing.Design.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Drawing.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Drawing.Primitives.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Drawing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Drawing.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Dynamic.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Dynamic.Runtime.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Formats.Asn1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Formats.Asn1.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Globalization.Calendars.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Globalization.Calendars.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Globalization.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Globalization.Extensions.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Globalization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Globalization.dll -------------------------------------------------------------------------------- /Binaries/Release/System.IO.Compression.Brotli.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.IO.Compression.Brotli.dll -------------------------------------------------------------------------------- /Binaries/Release/System.IO.Compression.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.IO.Compression.FileSystem.dll -------------------------------------------------------------------------------- /Binaries/Release/System.IO.Compression.ZipFile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.IO.Compression.ZipFile.dll -------------------------------------------------------------------------------- /Binaries/Release/System.IO.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.IO.Compression.dll -------------------------------------------------------------------------------- /Binaries/Release/System.IO.FileSystem.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.IO.FileSystem.AccessControl.dll -------------------------------------------------------------------------------- /Binaries/Release/System.IO.FileSystem.DriveInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.IO.FileSystem.DriveInfo.dll -------------------------------------------------------------------------------- /Binaries/Release/System.IO.FileSystem.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.IO.FileSystem.Primitives.dll -------------------------------------------------------------------------------- /Binaries/Release/System.IO.FileSystem.Watcher.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.IO.FileSystem.Watcher.dll -------------------------------------------------------------------------------- /Binaries/Release/System.IO.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.IO.FileSystem.dll -------------------------------------------------------------------------------- /Binaries/Release/System.IO.IsolatedStorage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.IO.IsolatedStorage.dll -------------------------------------------------------------------------------- /Binaries/Release/System.IO.MemoryMappedFiles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.IO.MemoryMappedFiles.dll -------------------------------------------------------------------------------- /Binaries/Release/System.IO.Packaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.IO.Packaging.dll -------------------------------------------------------------------------------- /Binaries/Release/System.IO.Pipes.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.IO.Pipes.AccessControl.dll -------------------------------------------------------------------------------- /Binaries/Release/System.IO.Pipes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.IO.Pipes.dll -------------------------------------------------------------------------------- /Binaries/Release/System.IO.UnmanagedMemoryStream.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.IO.UnmanagedMemoryStream.dll -------------------------------------------------------------------------------- /Binaries/Release/System.IO.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.IO.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Linq.Expressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Linq.Expressions.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Linq.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Linq.Parallel.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Linq.Queryable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Linq.Queryable.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Linq.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Management.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Management.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Memory.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.Http.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.Http.Json.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.Http.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.HttpListener.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.HttpListener.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.Mail.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.Mail.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.NameResolution.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.NameResolution.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.NetworkInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.NetworkInformation.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.Ping.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.Ping.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.Primitives.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.Requests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.Requests.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.Security.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.ServicePoint.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.ServicePoint.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.Sockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.Sockets.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.WebClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.WebClient.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.WebHeaderCollection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.WebHeaderCollection.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.WebProxy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.WebProxy.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Net.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Numerics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Numerics.dll -------------------------------------------------------------------------------- /Binaries/Release/System.ObjectModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.ObjectModel.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Printing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Printing.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Private.CoreLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Private.CoreLib.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Private.DataContractSerialization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Private.DataContractSerialization.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Private.Uri.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Private.Uri.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Private.Xml.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Private.Xml.Linq.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Private.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Private.Xml.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Reflection.DispatchProxy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Reflection.DispatchProxy.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Reflection.Emit.ILGeneration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Reflection.Emit.ILGeneration.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Reflection.Emit.Lightweight.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Reflection.Emit.Lightweight.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Reflection.Emit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Reflection.Emit.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Reflection.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Reflection.Extensions.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Reflection.Metadata.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Reflection.Metadata.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Reflection.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Reflection.Primitives.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Reflection.TypeExtensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Reflection.TypeExtensions.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Reflection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Reflection.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Resources.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Resources.Extensions.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Resources.Reader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Resources.Reader.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Resources.ResourceManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Resources.ResourceManager.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Resources.Writer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Resources.Writer.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Runtime.CompilerServices.VisualC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Runtime.CompilerServices.VisualC.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Runtime.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Runtime.Extensions.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Runtime.Handles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Runtime.Handles.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Runtime.InteropServices.RuntimeInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Runtime.InteropServices.RuntimeInformation.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Runtime.InteropServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Runtime.InteropServices.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Runtime.Intrinsics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Runtime.Intrinsics.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Runtime.Loader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Runtime.Loader.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Runtime.Numerics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Runtime.Numerics.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Runtime.Serialization.Formatters.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Runtime.Serialization.Formatters.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Runtime.Serialization.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Runtime.Serialization.Json.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Runtime.Serialization.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Runtime.Serialization.Xml.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Runtime.Serialization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Runtime.Serialization.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Runtime.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Security.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Security.AccessControl.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Security.Claims.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Security.Claims.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Security.Cryptography.Cng.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Security.Cryptography.Cng.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Security.Cryptography.Csp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Security.Cryptography.Csp.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Security.Cryptography.OpenSsl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Security.Cryptography.OpenSsl.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Security.Cryptography.Pkcs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Security.Cryptography.Pkcs.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Security.Cryptography.ProtectedData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Security.Cryptography.ProtectedData.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Security.Cryptography.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Security.Cryptography.Xml.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Security.Permissions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Security.Permissions.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Security.Principal.Windows.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Security.Principal.Windows.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Security.Principal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Security.Principal.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Security.SecureString.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Security.SecureString.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Security.dll -------------------------------------------------------------------------------- /Binaries/Release/System.ServiceModel.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.ServiceModel.Web.dll -------------------------------------------------------------------------------- /Binaries/Release/System.ServiceProcess.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.ServiceProcess.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Text.Encoding.CodePages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Text.Encoding.CodePages.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Text.Encoding.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Text.Encoding.Extensions.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Text.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Text.Encoding.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Text.Encodings.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Text.Encodings.Web.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Text.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Text.Json.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Text.RegularExpressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Text.RegularExpressions.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Threading.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Threading.AccessControl.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Threading.Channels.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Threading.Channels.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Threading.Overlapped.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Threading.Overlapped.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Threading.Tasks.Dataflow.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Threading.Tasks.Dataflow.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Threading.Tasks.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Threading.Tasks.Extensions.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Threading.Tasks.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Threading.Tasks.Parallel.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Threading.Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Threading.Tasks.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Threading.Thread.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Threading.Thread.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Threading.ThreadPool.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Threading.ThreadPool.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Threading.Timer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Threading.Timer.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Threading.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Threading.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Transactions.Local.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Transactions.Local.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Transactions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Transactions.dll -------------------------------------------------------------------------------- /Binaries/Release/System.ValueTuple.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.ValueTuple.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Web.HttpUtility.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Web.HttpUtility.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Web.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Windows.Controls.Ribbon.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Windows.Controls.Ribbon.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Windows.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Windows.Extensions.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Windows.Forms.Design.Editors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Windows.Forms.Design.Editors.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Windows.Forms.Design.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Windows.Forms.Design.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Windows.Forms.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Windows.Forms.Primitives.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Windows.Forms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Windows.Forms.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Windows.Input.Manipulations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Windows.Input.Manipulations.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Windows.Presentation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Windows.Presentation.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Windows.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Windows.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Xaml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Xaml.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Xml.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Xml.Linq.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Xml.ReaderWriter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Xml.ReaderWriter.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Xml.Serialization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Xml.Serialization.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Xml.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Xml.XDocument.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Xml.XPath.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Xml.XPath.XDocument.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Xml.XPath.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Xml.XPath.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Xml.XmlDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Xml.XmlDocument.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Xml.XmlSerializer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Xml.XmlSerializer.dll -------------------------------------------------------------------------------- /Binaries/Release/System.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.Xml.dll -------------------------------------------------------------------------------- /Binaries/Release/System.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/System.dll -------------------------------------------------------------------------------- /Binaries/Release/UIAutomationClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/UIAutomationClient.dll -------------------------------------------------------------------------------- /Binaries/Release/UIAutomationClientSideProviders.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/UIAutomationClientSideProviders.dll -------------------------------------------------------------------------------- /Binaries/Release/UIAutomationProvider.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/UIAutomationProvider.dll -------------------------------------------------------------------------------- /Binaries/Release/UIAutomationTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/UIAutomationTypes.dll -------------------------------------------------------------------------------- /Binaries/Release/WindowsBase.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/WindowsBase.dll -------------------------------------------------------------------------------- /Binaries/Release/WindowsFormsIntegration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/WindowsFormsIntegration.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-console-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-console-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-console-l1-2-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-console-l1-2-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-datetime-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-datetime-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-debug-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-debug-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-errorhandling-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-errorhandling-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-fibers-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-fibers-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-file-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-file-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-file-l1-2-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-file-l1-2-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-file-l2-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-file-l2-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-handle-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-handle-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-heap-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-heap-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-interlocked-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-interlocked-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-libraryloader-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-libraryloader-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-localization-l1-2-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-localization-l1-2-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-memory-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-memory-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-namedpipe-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-namedpipe-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-processenvironment-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-processenvironment-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-processthreads-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-processthreads-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-processthreads-l1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-processthreads-l1-1-1.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-profile-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-profile-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-rtlsupport-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-rtlsupport-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-string-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-string-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-synch-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-synch-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-synch-l1-2-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-synch-l1-2-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-sysinfo-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-sysinfo-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-timezone-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-timezone-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-core-util-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-core-util-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-crt-conio-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-crt-conio-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-crt-convert-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-crt-convert-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-crt-environment-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-crt-environment-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-crt-filesystem-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-crt-filesystem-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-crt-heap-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-crt-heap-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-crt-locale-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-crt-locale-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-crt-math-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-crt-math-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-crt-multibyte-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-crt-multibyte-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-crt-private-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-crt-private-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-crt-process-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-crt-process-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-crt-runtime-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-crt-runtime-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-crt-stdio-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-crt-stdio-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-crt-string-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-crt-string-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-crt-time-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-crt-time-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/api-ms-win-crt-utility-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/api-ms-win-crt-utility-l1-1-0.dll -------------------------------------------------------------------------------- /Binaries/Release/clrcompression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/clrcompression.dll -------------------------------------------------------------------------------- /Binaries/Release/clretwrc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/clretwrc.dll -------------------------------------------------------------------------------- /Binaries/Release/clrjit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/clrjit.dll -------------------------------------------------------------------------------- /Binaries/Release/coreclr.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/coreclr.dll -------------------------------------------------------------------------------- /Binaries/Release/createdump.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/createdump.exe -------------------------------------------------------------------------------- /Binaries/Release/cs/Microsoft.VisualBasic.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/cs/Microsoft.VisualBasic.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/cs/PresentationCore.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/cs/PresentationCore.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/cs/PresentationFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/cs/PresentationFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/cs/PresentationUI.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/cs/PresentationUI.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/cs/ReachFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/cs/ReachFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/cs/System.Windows.Controls.Ribbon.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/cs/System.Windows.Controls.Ribbon.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/cs/System.Windows.Forms.Design.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/cs/System.Windows.Forms.Design.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/cs/System.Windows.Forms.Primitives.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/cs/System.Windows.Forms.Primitives.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/cs/System.Windows.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/cs/System.Windows.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/cs/System.Windows.Input.Manipulations.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/cs/System.Windows.Input.Manipulations.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/cs/System.Xaml.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/cs/System.Xaml.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/cs/UIAutomationClient.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/cs/UIAutomationClient.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/cs/UIAutomationClientSideProviders.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/cs/UIAutomationClientSideProviders.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/cs/UIAutomationProvider.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/cs/UIAutomationProvider.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/cs/UIAutomationTypes.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/cs/UIAutomationTypes.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/cs/WindowsBase.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/cs/WindowsBase.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/cs/WindowsFormsIntegration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/cs/WindowsFormsIntegration.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/dbgshim.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/dbgshim.dll -------------------------------------------------------------------------------- /Binaries/Release/de/Microsoft.VisualBasic.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/de/Microsoft.VisualBasic.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/de/PresentationCore.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/de/PresentationCore.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/de/PresentationFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/de/PresentationFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/de/PresentationUI.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/de/PresentationUI.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/de/ReachFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/de/ReachFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/de/System.Windows.Controls.Ribbon.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/de/System.Windows.Controls.Ribbon.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/de/System.Windows.Forms.Design.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/de/System.Windows.Forms.Design.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/de/System.Windows.Forms.Primitives.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/de/System.Windows.Forms.Primitives.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/de/System.Windows.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/de/System.Windows.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/de/System.Windows.Input.Manipulations.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/de/System.Windows.Input.Manipulations.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/de/System.Xaml.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/de/System.Xaml.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/de/UIAutomationClient.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/de/UIAutomationClient.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/de/UIAutomationClientSideProviders.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/de/UIAutomationClientSideProviders.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/de/UIAutomationProvider.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/de/UIAutomationProvider.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/de/UIAutomationTypes.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/de/UIAutomationTypes.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/de/WindowsBase.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/de/WindowsBase.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/de/WindowsFormsIntegration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/de/WindowsFormsIntegration.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/es/Microsoft.VisualBasic.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/es/Microsoft.VisualBasic.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/es/PresentationCore.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/es/PresentationCore.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/es/PresentationFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/es/PresentationFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/es/PresentationUI.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/es/PresentationUI.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/es/ReachFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/es/ReachFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/es/System.Windows.Controls.Ribbon.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/es/System.Windows.Controls.Ribbon.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/es/System.Windows.Forms.Design.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/es/System.Windows.Forms.Design.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/es/System.Windows.Forms.Primitives.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/es/System.Windows.Forms.Primitives.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/es/System.Windows.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/es/System.Windows.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/es/System.Windows.Input.Manipulations.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/es/System.Windows.Input.Manipulations.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/es/System.Xaml.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/es/System.Xaml.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/es/UIAutomationClient.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/es/UIAutomationClient.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/es/UIAutomationClientSideProviders.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/es/UIAutomationClientSideProviders.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/es/UIAutomationProvider.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/es/UIAutomationProvider.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/es/UIAutomationTypes.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/es/UIAutomationTypes.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/es/WindowsBase.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/es/WindowsBase.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/es/WindowsFormsIntegration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/es/WindowsFormsIntegration.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/fr/Microsoft.VisualBasic.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/fr/Microsoft.VisualBasic.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/fr/PresentationCore.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/fr/PresentationCore.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/fr/PresentationFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/fr/PresentationFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/fr/PresentationUI.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/fr/PresentationUI.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/fr/ReachFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/fr/ReachFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/fr/System.Windows.Controls.Ribbon.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/fr/System.Windows.Controls.Ribbon.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/fr/System.Windows.Forms.Design.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/fr/System.Windows.Forms.Design.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/fr/System.Windows.Forms.Primitives.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/fr/System.Windows.Forms.Primitives.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/fr/System.Windows.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/fr/System.Windows.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/fr/System.Windows.Input.Manipulations.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/fr/System.Windows.Input.Manipulations.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/fr/System.Xaml.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/fr/System.Xaml.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/fr/UIAutomationClient.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/fr/UIAutomationClient.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/fr/UIAutomationClientSideProviders.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/fr/UIAutomationClientSideProviders.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/fr/UIAutomationProvider.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/fr/UIAutomationProvider.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/fr/UIAutomationTypes.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/fr/UIAutomationTypes.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/fr/WindowsBase.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/fr/WindowsBase.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/fr/WindowsFormsIntegration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/fr/WindowsFormsIntegration.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/hostfxr.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/hostfxr.dll -------------------------------------------------------------------------------- /Binaries/Release/hostpolicy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/hostpolicy.dll -------------------------------------------------------------------------------- /Binaries/Release/it/Microsoft.VisualBasic.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/it/Microsoft.VisualBasic.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/it/PresentationCore.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/it/PresentationCore.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/it/PresentationFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/it/PresentationFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/it/PresentationUI.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/it/PresentationUI.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/it/ReachFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/it/ReachFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/it/System.Windows.Controls.Ribbon.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/it/System.Windows.Controls.Ribbon.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/it/System.Windows.Forms.Design.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/it/System.Windows.Forms.Design.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/it/System.Windows.Forms.Primitives.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/it/System.Windows.Forms.Primitives.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/it/System.Windows.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/it/System.Windows.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/it/System.Windows.Input.Manipulations.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/it/System.Windows.Input.Manipulations.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/it/System.Xaml.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/it/System.Xaml.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/it/UIAutomationClient.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/it/UIAutomationClient.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/it/UIAutomationClientSideProviders.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/it/UIAutomationClientSideProviders.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/it/UIAutomationProvider.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/it/UIAutomationProvider.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/it/UIAutomationTypes.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/it/UIAutomationTypes.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/it/WindowsBase.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/it/WindowsBase.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/it/WindowsFormsIntegration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/it/WindowsFormsIntegration.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ja/Microsoft.VisualBasic.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ja/Microsoft.VisualBasic.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ja/PresentationCore.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ja/PresentationCore.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ja/PresentationFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ja/PresentationFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ja/PresentationUI.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ja/PresentationUI.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ja/ReachFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ja/ReachFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ja/System.Windows.Controls.Ribbon.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ja/System.Windows.Controls.Ribbon.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ja/System.Windows.Forms.Design.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ja/System.Windows.Forms.Design.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ja/System.Windows.Forms.Primitives.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ja/System.Windows.Forms.Primitives.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ja/System.Windows.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ja/System.Windows.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ja/System.Windows.Input.Manipulations.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ja/System.Windows.Input.Manipulations.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ja/System.Xaml.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ja/System.Xaml.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ja/UIAutomationClient.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ja/UIAutomationClient.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ja/UIAutomationClientSideProviders.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ja/UIAutomationClientSideProviders.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ja/UIAutomationProvider.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ja/UIAutomationProvider.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ja/UIAutomationTypes.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ja/UIAutomationTypes.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ja/WindowsBase.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ja/WindowsBase.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ja/WindowsFormsIntegration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ja/WindowsFormsIntegration.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ko/Microsoft.VisualBasic.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ko/Microsoft.VisualBasic.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ko/PresentationCore.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ko/PresentationCore.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ko/PresentationFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ko/PresentationFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ko/PresentationUI.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ko/PresentationUI.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ko/ReachFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ko/ReachFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ko/System.Windows.Controls.Ribbon.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ko/System.Windows.Controls.Ribbon.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ko/System.Windows.Forms.Design.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ko/System.Windows.Forms.Design.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ko/System.Windows.Forms.Primitives.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ko/System.Windows.Forms.Primitives.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ko/System.Windows.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ko/System.Windows.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ko/System.Windows.Input.Manipulations.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ko/System.Windows.Input.Manipulations.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ko/System.Xaml.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ko/System.Xaml.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ko/UIAutomationClient.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ko/UIAutomationClient.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ko/UIAutomationClientSideProviders.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ko/UIAutomationClientSideProviders.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ko/UIAutomationProvider.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ko/UIAutomationProvider.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ko/UIAutomationTypes.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ko/UIAutomationTypes.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ko/WindowsBase.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ko/WindowsBase.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ko/WindowsFormsIntegration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ko/WindowsFormsIntegration.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/mscordaccore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/mscordaccore.dll -------------------------------------------------------------------------------- /Binaries/Release/mscordaccore_amd64_amd64_5.0.1722.21314.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/mscordaccore_amd64_amd64_5.0.1722.21314.dll -------------------------------------------------------------------------------- /Binaries/Release/mscordbi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/mscordbi.dll -------------------------------------------------------------------------------- /Binaries/Release/mscorlib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/mscorlib.dll -------------------------------------------------------------------------------- /Binaries/Release/mscorrc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/mscorrc.dll -------------------------------------------------------------------------------- /Binaries/Release/netstandard.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/netstandard.dll -------------------------------------------------------------------------------- /Binaries/Release/pl/Microsoft.VisualBasic.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pl/Microsoft.VisualBasic.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pl/PresentationCore.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pl/PresentationCore.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pl/PresentationFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pl/PresentationFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pl/PresentationUI.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pl/PresentationUI.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pl/ReachFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pl/ReachFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pl/System.Windows.Controls.Ribbon.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pl/System.Windows.Controls.Ribbon.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pl/System.Windows.Forms.Design.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pl/System.Windows.Forms.Design.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pl/System.Windows.Forms.Primitives.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pl/System.Windows.Forms.Primitives.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pl/System.Windows.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pl/System.Windows.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pl/System.Windows.Input.Manipulations.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pl/System.Windows.Input.Manipulations.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pl/System.Xaml.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pl/System.Xaml.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pl/UIAutomationClient.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pl/UIAutomationClient.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pl/UIAutomationClientSideProviders.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pl/UIAutomationClientSideProviders.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pl/UIAutomationProvider.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pl/UIAutomationProvider.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pl/UIAutomationTypes.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pl/UIAutomationTypes.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pl/WindowsBase.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pl/WindowsBase.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pl/WindowsFormsIntegration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pl/WindowsFormsIntegration.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pt-BR/Microsoft.VisualBasic.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pt-BR/Microsoft.VisualBasic.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pt-BR/PresentationCore.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pt-BR/PresentationCore.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pt-BR/PresentationFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pt-BR/PresentationFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pt-BR/PresentationUI.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pt-BR/PresentationUI.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pt-BR/ReachFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pt-BR/ReachFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pt-BR/System.Windows.Controls.Ribbon.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pt-BR/System.Windows.Controls.Ribbon.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pt-BR/System.Windows.Forms.Design.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pt-BR/System.Windows.Forms.Design.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pt-BR/System.Windows.Forms.Primitives.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pt-BR/System.Windows.Forms.Primitives.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pt-BR/System.Windows.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pt-BR/System.Windows.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pt-BR/System.Windows.Input.Manipulations.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pt-BR/System.Windows.Input.Manipulations.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pt-BR/System.Xaml.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pt-BR/System.Xaml.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pt-BR/UIAutomationClient.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pt-BR/UIAutomationClient.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pt-BR/UIAutomationClientSideProviders.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pt-BR/UIAutomationClientSideProviders.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pt-BR/UIAutomationProvider.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pt-BR/UIAutomationProvider.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pt-BR/UIAutomationTypes.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pt-BR/UIAutomationTypes.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pt-BR/WindowsBase.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pt-BR/WindowsBase.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/pt-BR/WindowsFormsIntegration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/pt-BR/WindowsFormsIntegration.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ru/Microsoft.VisualBasic.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ru/Microsoft.VisualBasic.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ru/PresentationCore.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ru/PresentationCore.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ru/PresentationFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ru/PresentationFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ru/PresentationUI.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ru/PresentationUI.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ru/ReachFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ru/ReachFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ru/System.Windows.Controls.Ribbon.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ru/System.Windows.Controls.Ribbon.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ru/System.Windows.Forms.Design.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ru/System.Windows.Forms.Design.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ru/System.Windows.Forms.Primitives.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ru/System.Windows.Forms.Primitives.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ru/System.Windows.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ru/System.Windows.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ru/System.Windows.Input.Manipulations.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ru/System.Windows.Input.Manipulations.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ru/System.Xaml.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ru/System.Xaml.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ru/UIAutomationClient.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ru/UIAutomationClient.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ru/UIAutomationClientSideProviders.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ru/UIAutomationClientSideProviders.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ru/UIAutomationProvider.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ru/UIAutomationProvider.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ru/UIAutomationTypes.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ru/UIAutomationTypes.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ru/WindowsBase.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ru/WindowsBase.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ru/WindowsFormsIntegration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ru/WindowsFormsIntegration.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/tr/Microsoft.VisualBasic.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/tr/Microsoft.VisualBasic.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/tr/PresentationCore.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/tr/PresentationCore.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/tr/PresentationFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/tr/PresentationFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/tr/PresentationUI.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/tr/PresentationUI.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/tr/ReachFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/tr/ReachFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/tr/System.Windows.Controls.Ribbon.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/tr/System.Windows.Controls.Ribbon.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/tr/System.Windows.Forms.Design.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/tr/System.Windows.Forms.Design.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/tr/System.Windows.Forms.Primitives.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/tr/System.Windows.Forms.Primitives.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/tr/System.Windows.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/tr/System.Windows.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/tr/System.Windows.Input.Manipulations.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/tr/System.Windows.Input.Manipulations.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/tr/System.Xaml.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/tr/System.Xaml.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/tr/UIAutomationClient.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/tr/UIAutomationClient.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/tr/UIAutomationClientSideProviders.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/tr/UIAutomationClientSideProviders.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/tr/UIAutomationProvider.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/tr/UIAutomationProvider.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/tr/UIAutomationTypes.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/tr/UIAutomationTypes.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/tr/WindowsBase.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/tr/WindowsBase.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/tr/WindowsFormsIntegration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/tr/WindowsFormsIntegration.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/ucrtbase.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/ucrtbase.dll -------------------------------------------------------------------------------- /Binaries/Release/vcruntime140_cor3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/vcruntime140_cor3.dll -------------------------------------------------------------------------------- /Binaries/Release/wpfgfx_cor3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/wpfgfx_cor3.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hans/Microsoft.VisualBasic.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hans/Microsoft.VisualBasic.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hans/PresentationCore.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hans/PresentationCore.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hans/PresentationFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hans/PresentationFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hans/PresentationUI.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hans/PresentationUI.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hans/ReachFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hans/ReachFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hans/System.Windows.Controls.Ribbon.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hans/System.Windows.Controls.Ribbon.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hans/System.Windows.Forms.Design.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hans/System.Windows.Forms.Design.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hans/System.Windows.Forms.Primitives.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hans/System.Windows.Forms.Primitives.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hans/System.Windows.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hans/System.Windows.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hans/System.Windows.Input.Manipulations.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hans/System.Windows.Input.Manipulations.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hans/System.Xaml.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hans/System.Xaml.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hans/UIAutomationClient.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hans/UIAutomationClient.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hans/UIAutomationClientSideProviders.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hans/UIAutomationClientSideProviders.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hans/UIAutomationProvider.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hans/UIAutomationProvider.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hans/UIAutomationTypes.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hans/UIAutomationTypes.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hans/WindowsBase.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hans/WindowsBase.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hans/WindowsFormsIntegration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hans/WindowsFormsIntegration.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hant/Microsoft.VisualBasic.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hant/Microsoft.VisualBasic.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hant/PresentationCore.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hant/PresentationCore.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hant/PresentationFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hant/PresentationFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hant/PresentationUI.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hant/PresentationUI.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hant/ReachFramework.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hant/ReachFramework.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hant/System.Windows.Controls.Ribbon.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hant/System.Windows.Controls.Ribbon.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hant/System.Windows.Forms.Design.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hant/System.Windows.Forms.Design.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hant/System.Windows.Forms.Primitives.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hant/System.Windows.Forms.Primitives.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hant/System.Windows.Forms.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hant/System.Windows.Forms.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hant/System.Windows.Input.Manipulations.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hant/System.Windows.Input.Manipulations.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hant/System.Xaml.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hant/System.Xaml.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hant/UIAutomationClient.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hant/UIAutomationClient.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hant/UIAutomationClientSideProviders.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hant/UIAutomationClientSideProviders.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hant/UIAutomationProvider.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hant/UIAutomationProvider.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hant/UIAutomationTypes.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hant/UIAutomationTypes.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hant/WindowsBase.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hant/WindowsBase.resources.dll -------------------------------------------------------------------------------- /Binaries/Release/zh-Hant/WindowsFormsIntegration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Binaries/Release/zh-Hant/WindowsFormsIntegration.resources.dll -------------------------------------------------------------------------------- /CS-GNFS.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/CS-GNFS.sln -------------------------------------------------------------------------------- /Factoring integers with the number field sieve - J.P. Buhler, H.W Lenstra, Jr., and Carl Pomerance.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Factoring integers with the number field sieve - J.P. Buhler, H.W Lenstra, Jr., and Carl Pomerance.pdf -------------------------------------------------------------------------------- /GNFS-Winforms/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFS-Winforms/App.config -------------------------------------------------------------------------------- /GNFS-Winforms/ControlBridge.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFS-Winforms/ControlBridge.cs -------------------------------------------------------------------------------- /GNFS-Winforms/CreateGnfs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFS-Winforms/CreateGnfs.cs -------------------------------------------------------------------------------- /GNFS-Winforms/ExtensionMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFS-Winforms/ExtensionMethods.cs -------------------------------------------------------------------------------- /GNFS-Winforms/FindRelations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFS-Winforms/FindRelations.cs -------------------------------------------------------------------------------- /GNFS-Winforms/FindSquares.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFS-Winforms/FindSquares.cs -------------------------------------------------------------------------------- /GNFS-Winforms/GNFS-Winforms.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFS-Winforms/GNFS-Winforms.csproj -------------------------------------------------------------------------------- /GNFS-Winforms/Logging.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFS-Winforms/Logging.cs -------------------------------------------------------------------------------- /GNFS-Winforms/MainForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFS-Winforms/MainForm.Designer.cs -------------------------------------------------------------------------------- /GNFS-Winforms/MainForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFS-Winforms/MainForm.cs -------------------------------------------------------------------------------- /GNFS-Winforms/MainForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFS-Winforms/MainForm.resx -------------------------------------------------------------------------------- /GNFS-Winforms/MatrixSolve.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFS-Winforms/MatrixSolve.cs -------------------------------------------------------------------------------- /GNFS-Winforms/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFS-Winforms/Program.cs -------------------------------------------------------------------------------- /GNFS-Winforms/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFS-Winforms/Settings.cs -------------------------------------------------------------------------------- /GNFS-Winforms/SettingsReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFS-Winforms/SettingsReader.cs -------------------------------------------------------------------------------- /GNFSCore/Core/CPUInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Core/CPUInfo.cs -------------------------------------------------------------------------------- /GNFSCore/Core/CountDictionary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Core/CountDictionary.cs -------------------------------------------------------------------------------- /GNFSCore/Core/DirectoryLocations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Core/DirectoryLocations.cs -------------------------------------------------------------------------------- /GNFSCore/Core/ExtensionMethods/BigIntegerCollectionExtensionMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Core/ExtensionMethods/BigIntegerCollectionExtensionMethods.cs -------------------------------------------------------------------------------- /GNFSCore/Core/ExtensionMethods/BigIntegerExtensionMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Core/ExtensionMethods/BigIntegerExtensionMethods.cs -------------------------------------------------------------------------------- /GNFSCore/Core/ExtensionMethods/IEnumerableExtensionMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Core/ExtensionMethods/IEnumerableExtensionMethods.cs -------------------------------------------------------------------------------- /GNFSCore/Core/FactorBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Core/FactorBase.cs -------------------------------------------------------------------------------- /GNFSCore/Core/GNFS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Core/GNFS.cs -------------------------------------------------------------------------------- /GNFSCore/Core/Interfaces/ICloneable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Core/Interfaces/ICloneable.cs -------------------------------------------------------------------------------- /GNFSCore/Core/Serialization/JsonConverters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Core/Serialization/JsonConverters.cs -------------------------------------------------------------------------------- /GNFSCore/Core/Serialization/Serialization.Load.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Core/Serialization/Serialization.Load.cs -------------------------------------------------------------------------------- /GNFSCore/Core/Serialization/Serialization.Save.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Core/Serialization/Serialization.Save.cs -------------------------------------------------------------------------------- /GNFSCore/Core/SieveRangeEnumerable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Core/SieveRangeEnumerable.cs -------------------------------------------------------------------------------- /GNFSCore/Core/Solution.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Core/Solution.cs -------------------------------------------------------------------------------- /GNFSCore/Core/StaticRandom.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Core/StaticRandom.cs -------------------------------------------------------------------------------- /GNFSCore/FactorBase/FactorPair.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/FactorBase/FactorPair.cs -------------------------------------------------------------------------------- /GNFSCore/FactorBase/FactorPairCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/FactorBase/FactorPairCollection.cs -------------------------------------------------------------------------------- /GNFSCore/GNFSCore.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/GNFSCore.csproj -------------------------------------------------------------------------------- /GNFSCore/IntegerMath/Combinatorics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/IntegerMath/Combinatorics.cs -------------------------------------------------------------------------------- /GNFSCore/IntegerMath/FactorizationFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/IntegerMath/FactorizationFactory.cs -------------------------------------------------------------------------------- /GNFSCore/IntegerMath/FastPrimeSieve.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/IntegerMath/FastPrimeSieve.cs -------------------------------------------------------------------------------- /GNFSCore/IntegerMath/GCD.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/IntegerMath/GCD.cs -------------------------------------------------------------------------------- /GNFSCore/IntegerMath/Legendre.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/IntegerMath/Legendre.cs -------------------------------------------------------------------------------- /GNFSCore/IntegerMath/Normal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/IntegerMath/Normal.cs -------------------------------------------------------------------------------- /GNFSCore/IntegerMath/PrimeFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/IntegerMath/PrimeFactory.cs -------------------------------------------------------------------------------- /GNFSCore/IntegerMath/QuadraticResidue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/IntegerMath/QuadraticResidue.cs -------------------------------------------------------------------------------- /GNFSCore/Logging.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Logging.cs -------------------------------------------------------------------------------- /GNFSCore/Matrix/GaussianMatrix.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Matrix/GaussianMatrix.cs -------------------------------------------------------------------------------- /GNFSCore/Matrix/GaussianRow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Matrix/GaussianRow.cs -------------------------------------------------------------------------------- /GNFSCore/Matrix/MatrixSolve.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/Matrix/MatrixSolve.cs -------------------------------------------------------------------------------- /GNFSCore/RelationSieve/PolyRelationsSieveProgress.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/RelationSieve/PolyRelationsSieveProgress.cs -------------------------------------------------------------------------------- /GNFSCore/RelationSieve/Relation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/RelationSieve/Relation.cs -------------------------------------------------------------------------------- /GNFSCore/RelationSieve/RelationContainer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/RelationSieve/RelationContainer.cs -------------------------------------------------------------------------------- /GNFSCore/SquareRoot/FiniteFieldArithmetic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/SquareRoot/FiniteFieldArithmetic.cs -------------------------------------------------------------------------------- /GNFSCore/SquareRoot/SquareFinder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/GNFSCore/SquareRoot/SquareFinder.cs -------------------------------------------------------------------------------- /Integer Factorization - Master Thesis - Per Leslie Jensen.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/Integer Factorization - Master Thesis - Per Leslie Jensen.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/README.md -------------------------------------------------------------------------------- /ScreenShot_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/ScreenShot_001.png -------------------------------------------------------------------------------- /TestGNFS/SmallFactorizationTest001.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/TestGNFS/SmallFactorizationTest001.cs -------------------------------------------------------------------------------- /TestGNFS/SmallFactorizationTest002.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/TestGNFS/SmallFactorizationTest002.cs -------------------------------------------------------------------------------- /TestGNFS/SmallFactorizationTest_45113.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/TestGNFS/SmallFactorizationTest_45113.cs -------------------------------------------------------------------------------- /TestGNFS/TestGNFS.Integration.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/TestGNFS/TestGNFS.Integration.csproj -------------------------------------------------------------------------------- /TestGNFS/TestHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/TestGNFS/TestHelper.cs -------------------------------------------------------------------------------- /The Multiple Polynomial Quadradic Sieve - R.D. Silverman.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/The Multiple Polynomial Quadradic Sieve - R.D. Silverman.pdf -------------------------------------------------------------------------------- /The Number Field Sieve - C. Pomerance.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/The Number Field Sieve - C. Pomerance.pdf -------------------------------------------------------------------------------- /The development of the number field sieve - H. W. Lenstra, Arjen K. Lenstra, Hendrik W. Lenstra.djvu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdamWhiteHat/GNFS/HEAD/The development of the number field sieve - H. W. Lenstra, Arjen K. Lenstra, Hendrik W. Lenstra.djvu --------------------------------------------------------------------------------