System.FormatException
HResult=0x80131537
Message=The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.
Source=System.Private.CoreLib
StackTrace:
at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength)
at System.Convert.FromBase64String(String s)
at Program.Main() in C:\Users\19174\OneDrive\Desktop\oo\obfuscation\crypterr\injection\injection\Program.cs:line 20
i will upload the c sharp code for the injection side and the encryption side.