Is it possible to refud this code? I commented this out of my stub and it was no longer detected. I am unsure how I could recode this. method.Invoke is causing 2 detections.
Or should I move on and try to recode a runpe found on github?
Код:
var assembly = Assembly.Load(decryptedBytes);
MethodInfo method = assembly.EntryPoint;
method.Invoke(method, null);
Or should I move on and try to recode a runpe found on github?