Multiple choice technology security

The detected crypter can me made undetectable by changing/updating the ....

  1. RunPe

  2. stubs

  3. Encryption Algorithm

  4. Encryption Key

Reveal answer Fill a bubble to check yourself
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.