The detected crypter can me made undetectable by changing/updating the ....
-
RunPe
-
stubs
-
Encryption Algorithm
-
Encryption Key
B
Correct answer
Explanation
Crypters use stubs - small code sections that handle payload decryption and execution. To bypass antivirus detection, stubs are frequently changed or updated since antivirus signatures are often based on stub patterns. RunPE (Run Portable Executable) is a technique used by crypters but not what's updated; encryption algorithms and keys can be part of detection signatures but stub modification is the primary evasion method.