SychicBoy / NETReactorSlayer

An open source (GPLv3) deobfuscator and unpacker for Eziriz .NET Reactor
https://www.CodeStrikers.org
GNU General Public License v3.0
967 stars 228 forks source link

System.Security.Cryptography.CryptographicException #21

Closed paranormalactivity22 closed 2 years ago

paranormalactivity22 commented 2 years ago

Exceção Sem Tratamento: System.Security.Cryptography.CryptographicException: The padding is invalid and cannot be removed. em System.Security.Cryptography.RijndaelManagedTransform.DecryptData(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) em System.Security.Cryptography.RijndaelManagedTransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) em NETReactorSlayer.Core.Helper.De4dot.DeobUtils.AesDecrypt(Byte[] data, Byte[] key, Byte[] iv) na C:\Users\Administrator\source\repos\NETReactorSlayer\NETReactorSlayer.Core\Helper\De4dot\DeobUtils.cs:linha 96 em NETReactorSlayer.Core.Deobfuscators.ResourceDecryptor.V1.Decrypt(EmbeddedResource resource) na C:\Users\Administrator\source\repos\NETReactorSlayer\NETReactorSlayer.Core\Deobfuscators\ResourceDecryptor.cs:linha 273 em NETReactorSlayer.Core.Deobfuscators.BooleanDecryptor.Execute() na C:\Users\Administrator\source\repos\NETReactorSlayer\NETReactorSlayer.Core\Deobfuscators\BooleanDecryptor.cs:linha 68 em NETReactorSlayer.Core.Program.Main(String[] args) na C:\Users\Administrator\source\repos\NETReactorSlayer\NETReactorSlayer.Core\Program.cs:linha 62 em NETReactorSlayer.Program.Main(String[] args) na C:\Users\Administrator\source\repos\NETReactorSlayer\NETReactorSlayer.CLI\Program.cs:linha 22