├── .vs └── NanoDecrypt │ └── v16 │ └── .suo ├── LICENSE ├── NanoDecrypt.sln ├── NanoDecrypt ├── App.config ├── Configuration.cs ├── NanoDecrypt.csproj ├── Plugin.cs ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── bin │ └── Debug │ │ ├── NanoDecrypt.exe │ │ ├── NanoDecrypt.exe.config │ │ ├── NanoDecrypt.pdb │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml ├── obj │ └── Debug │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── NanoDecrypt.csproj.CopyComplete │ │ ├── NanoDecrypt.csproj.CoreCompileInputs.cache │ │ ├── NanoDecrypt.csproj.FileListAbsolute.txt │ │ ├── NanoDecrypt.csprojAssemblyReference.cache │ │ ├── NanoDecrypt.exe │ │ └── NanoDecrypt.pdb └── packages.config ├── README.md ├── logo.jpg ├── packages └── Newtonsoft.Json.12.0.3 │ ├── .signature.p7s │ ├── LICENSE.md │ ├── Newtonsoft.Json.12.0.3.nupkg │ ├── lib │ ├── net20 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ ├── net35 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ ├── net40 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ ├── net45 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ ├── netstandard1.0 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ ├── netstandard1.3 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ ├── netstandard2.0 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ ├── portable-net40+sl5+win8+wp8+wpa81 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ └── portable-net45+win8+wp8+wpa81 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ └── packageIcon.png ├── screenshot1.jpg └── screenshot2.jpg /.vs/NanoDecrypt/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/.vs/NanoDecrypt/v16/.suo -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/LICENSE -------------------------------------------------------------------------------- /NanoDecrypt.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt.sln -------------------------------------------------------------------------------- /NanoDecrypt/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/App.config -------------------------------------------------------------------------------- /NanoDecrypt/Configuration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/Configuration.cs -------------------------------------------------------------------------------- /NanoDecrypt/NanoDecrypt.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/NanoDecrypt.csproj -------------------------------------------------------------------------------- /NanoDecrypt/Plugin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/Plugin.cs -------------------------------------------------------------------------------- /NanoDecrypt/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/Program.cs -------------------------------------------------------------------------------- /NanoDecrypt/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /NanoDecrypt/bin/Debug/NanoDecrypt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/bin/Debug/NanoDecrypt.exe -------------------------------------------------------------------------------- /NanoDecrypt/bin/Debug/NanoDecrypt.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/bin/Debug/NanoDecrypt.exe.config -------------------------------------------------------------------------------- /NanoDecrypt/bin/Debug/NanoDecrypt.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/bin/Debug/NanoDecrypt.pdb -------------------------------------------------------------------------------- /NanoDecrypt/bin/Debug/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/bin/Debug/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /NanoDecrypt/bin/Debug/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/bin/Debug/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /NanoDecrypt/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs -------------------------------------------------------------------------------- /NanoDecrypt/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /NanoDecrypt/obj/Debug/NanoDecrypt.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /NanoDecrypt/obj/Debug/NanoDecrypt.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | d0f31f2032c08008b09b0b8e990cf283034cedbb 2 | -------------------------------------------------------------------------------- /NanoDecrypt/obj/Debug/NanoDecrypt.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/obj/Debug/NanoDecrypt.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /NanoDecrypt/obj/Debug/NanoDecrypt.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/obj/Debug/NanoDecrypt.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /NanoDecrypt/obj/Debug/NanoDecrypt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/obj/Debug/NanoDecrypt.exe -------------------------------------------------------------------------------- /NanoDecrypt/obj/Debug/NanoDecrypt.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/obj/Debug/NanoDecrypt.pdb -------------------------------------------------------------------------------- /NanoDecrypt/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/NanoDecrypt/packages.config -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/README.md -------------------------------------------------------------------------------- /logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/logo.jpg -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/.signature.p7s -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/LICENSE.md -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/Newtonsoft.Json.12.0.3.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/Newtonsoft.Json.12.0.3.nupkg -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/net20/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/net20/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/net20/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/net20/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/net35/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/net35/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/net35/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/net35/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/net40/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/net40/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/net40/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/net40/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/net45/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/net45/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/net45/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/net45/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/netstandard1.0/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.0/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/netstandard1.0/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.0/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/netstandard1.3/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.3/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/netstandard1.3/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.3/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/netstandard2.0/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/netstandard2.0/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/netstandard2.0/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/netstandard2.0/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.12.0.3/packageIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/packages/Newtonsoft.Json.12.0.3/packageIcon.png -------------------------------------------------------------------------------- /screenshot1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/screenshot1.jpg -------------------------------------------------------------------------------- /screenshot2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NexusFuzzy/NanoDump/HEAD/screenshot2.jpg --------------------------------------------------------------------------------