├── .editorconfig ├── .gitignore ├── ILProtectorUnpacker-x86 ├── ILProtectorUnpacker-x86.csproj └── Program.cs ├── ILProtectorUnpacker.sln ├── ILProtectorUnpacker ├── Hooks.cs ├── ILProtectorUnpacker.csproj └── Program.cs └── README.md /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobile46/ILProtectorUnpacker/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobile46/ILProtectorUnpacker/HEAD/.gitignore -------------------------------------------------------------------------------- /ILProtectorUnpacker-x86/ILProtectorUnpacker-x86.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobile46/ILProtectorUnpacker/HEAD/ILProtectorUnpacker-x86/ILProtectorUnpacker-x86.csproj -------------------------------------------------------------------------------- /ILProtectorUnpacker-x86/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobile46/ILProtectorUnpacker/HEAD/ILProtectorUnpacker-x86/Program.cs -------------------------------------------------------------------------------- /ILProtectorUnpacker.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobile46/ILProtectorUnpacker/HEAD/ILProtectorUnpacker.sln -------------------------------------------------------------------------------- /ILProtectorUnpacker/Hooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobile46/ILProtectorUnpacker/HEAD/ILProtectorUnpacker/Hooks.cs -------------------------------------------------------------------------------- /ILProtectorUnpacker/ILProtectorUnpacker.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobile46/ILProtectorUnpacker/HEAD/ILProtectorUnpacker/ILProtectorUnpacker.csproj -------------------------------------------------------------------------------- /ILProtectorUnpacker/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobile46/ILProtectorUnpacker/HEAD/ILProtectorUnpacker/Program.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobile46/ILProtectorUnpacker/HEAD/README.md --------------------------------------------------------------------------------