You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear NYAN-x-CAT,
I got the source code for the crypter and wanted to edit the code and make my own version of it. Because I want to learn how crypters work etc....
But I got a problem, everytime I get errors in the Stub Lines 28/29:
28: RunPE.Run(Path.Combine(RuntimeEnvironment.GetRuntimeDirectory().Replace("Framework64", "Framework"),#Injection), AES_Decrypt(GetResource("#Payload")), false);
29: Environment.Exit(0);
On line 28 it has to do with #Injection but I don't know how to fix it I do know the basics of C# error code CS1040
On line 29 it has to do with the last bracked if I just add a ) on the end that line is fixed but I think it has the error because the line above (28) has a error right? error code CS1026
Hopefully you have the time to help me out.
Thanks already for all your great tools! really big fan of you!
The text was updated successfully, but these errors were encountered:
Dear NYAN-x-CAT,
I got the source code for the crypter and wanted to edit the code and make my own version of it. Because I want to learn how crypters work etc....
But I got a problem, everytime I get errors in the Stub Lines 28/29:
28: RunPE.Run(Path.Combine(RuntimeEnvironment.GetRuntimeDirectory().Replace("Framework64", "Framework"),#Injection), AES_Decrypt(GetResource("#Payload")), false);
29: Environment.Exit(0);
On line 28 it has to do with #Injection but I don't know how to fix it I do know the basics of C# error code CS1040
On line 29 it has to do with the last bracked if I just add a ) on the end that line is fixed but I think it has the error because the line above (28) has a error right? error code CS1026
Hopefully you have the time to help me out.
Thanks already for all your great tools! really big fan of you!
The text was updated successfully, but these errors were encountered: