MCPcopy Create free account
hub / github.com/eSentire/iocs / SetTargetMethod

Method SetTargetMethod

Pure Crypter/PureCrypterPunisher/Program.cs:350–353  ·  view source on GitHub ↗
(ModuleDefMD mod)

Source from the content-addressed store, hash-verified

348
349
350 static bool SetTargetMethod(ModuleDefMD mod)
351 {
352 return (targetMethod = mod.Types.SelectMany(t => t.Methods).FirstOrDefault(m => m.Name == stringDecryptMethodName && m.DeclaringType.FullName == stringDecryptMethodType)) != null;
353 }
354
355
356 static void HandleObjectProperties(string payloadsDir, object obj, int indent = 0, HashSet<object> visited = null)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected