Multiple choice technology security

which logic used for hide process in rootkits?

  1. change priority in processors

  2. add process id to services process id

  3. change the running files with this virus files

  4. entering into system files

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Explanation

Rootkits typically hide processes by modifying system structures, such as altering the active process list, replacing system files, or hooking APIs to filter out specific process IDs from being displayed in system tools.