├── DynamicStringDecrypter ├── DynamicStringDecrypter.csproj ├── Extensions.cs ├── Program.cs └── bin │ └── Debug │ └── netcoreapp3.1 │ ├── AsmResolver.DotNet.dll │ ├── AsmResolver.PE.File.dll │ ├── AsmResolver.PE.dll │ ├── AsmResolver.dll │ ├── DynamicStringDecrypter.deps.json │ ├── DynamicStringDecrypter.dll │ ├── DynamicStringDecrypter.exe │ ├── DynamicStringDecrypter.pdb │ ├── DynamicStringDecrypter.runtimeconfig.dev.json │ ├── DynamicStringDecrypter.runtimeconfig.json │ ├── UNPConsole-deob.exe │ └── UNPConsole.exe ├── LICENSE └── README.md /DynamicStringDecrypter/DynamicStringDecrypter.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ribthegreat99OrN0P/DynamicStringDecrypter/HEAD/DynamicStringDecrypter/DynamicStringDecrypter.csproj -------------------------------------------------------------------------------- /DynamicStringDecrypter/Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ribthegreat99OrN0P/DynamicStringDecrypter/HEAD/DynamicStringDecrypter/Extensions.cs -------------------------------------------------------------------------------- /DynamicStringDecrypter/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ribthegreat99OrN0P/DynamicStringDecrypter/HEAD/DynamicStringDecrypter/Program.cs -------------------------------------------------------------------------------- /DynamicStringDecrypter/bin/Debug/netcoreapp3.1/AsmResolver.DotNet.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ribthegreat99OrN0P/DynamicStringDecrypter/HEAD/DynamicStringDecrypter/bin/Debug/netcoreapp3.1/AsmResolver.DotNet.dll -------------------------------------------------------------------------------- /DynamicStringDecrypter/bin/Debug/netcoreapp3.1/AsmResolver.PE.File.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ribthegreat99OrN0P/DynamicStringDecrypter/HEAD/DynamicStringDecrypter/bin/Debug/netcoreapp3.1/AsmResolver.PE.File.dll -------------------------------------------------------------------------------- /DynamicStringDecrypter/bin/Debug/netcoreapp3.1/AsmResolver.PE.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ribthegreat99OrN0P/DynamicStringDecrypter/HEAD/DynamicStringDecrypter/bin/Debug/netcoreapp3.1/AsmResolver.PE.dll -------------------------------------------------------------------------------- /DynamicStringDecrypter/bin/Debug/netcoreapp3.1/AsmResolver.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ribthegreat99OrN0P/DynamicStringDecrypter/HEAD/DynamicStringDecrypter/bin/Debug/netcoreapp3.1/AsmResolver.dll -------------------------------------------------------------------------------- /DynamicStringDecrypter/bin/Debug/netcoreapp3.1/DynamicStringDecrypter.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ribthegreat99OrN0P/DynamicStringDecrypter/HEAD/DynamicStringDecrypter/bin/Debug/netcoreapp3.1/DynamicStringDecrypter.deps.json -------------------------------------------------------------------------------- /DynamicStringDecrypter/bin/Debug/netcoreapp3.1/DynamicStringDecrypter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ribthegreat99OrN0P/DynamicStringDecrypter/HEAD/DynamicStringDecrypter/bin/Debug/netcoreapp3.1/DynamicStringDecrypter.dll -------------------------------------------------------------------------------- /DynamicStringDecrypter/bin/Debug/netcoreapp3.1/DynamicStringDecrypter.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ribthegreat99OrN0P/DynamicStringDecrypter/HEAD/DynamicStringDecrypter/bin/Debug/netcoreapp3.1/DynamicStringDecrypter.exe -------------------------------------------------------------------------------- /DynamicStringDecrypter/bin/Debug/netcoreapp3.1/DynamicStringDecrypter.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ribthegreat99OrN0P/DynamicStringDecrypter/HEAD/DynamicStringDecrypter/bin/Debug/netcoreapp3.1/DynamicStringDecrypter.pdb -------------------------------------------------------------------------------- /DynamicStringDecrypter/bin/Debug/netcoreapp3.1/DynamicStringDecrypter.runtimeconfig.dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ribthegreat99OrN0P/DynamicStringDecrypter/HEAD/DynamicStringDecrypter/bin/Debug/netcoreapp3.1/DynamicStringDecrypter.runtimeconfig.dev.json -------------------------------------------------------------------------------- /DynamicStringDecrypter/bin/Debug/netcoreapp3.1/DynamicStringDecrypter.runtimeconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ribthegreat99OrN0P/DynamicStringDecrypter/HEAD/DynamicStringDecrypter/bin/Debug/netcoreapp3.1/DynamicStringDecrypter.runtimeconfig.json -------------------------------------------------------------------------------- /DynamicStringDecrypter/bin/Debug/netcoreapp3.1/UNPConsole-deob.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ribthegreat99OrN0P/DynamicStringDecrypter/HEAD/DynamicStringDecrypter/bin/Debug/netcoreapp3.1/UNPConsole-deob.exe -------------------------------------------------------------------------------- /DynamicStringDecrypter/bin/Debug/netcoreapp3.1/UNPConsole.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ribthegreat99OrN0P/DynamicStringDecrypter/HEAD/DynamicStringDecrypter/bin/Debug/netcoreapp3.1/UNPConsole.exe -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ribthegreat99OrN0P/DynamicStringDecrypter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ribthegreat99OrN0P/DynamicStringDecrypter/HEAD/README.md --------------------------------------------------------------------------------