During memory analysis using Volatility, an analyst wants to identify processes that may be hiding. Which TWO plugins are most useful for detecting hidden or injected code? (Choose two.)
Detects injected code in processes.
Why this answer
psxview compares process listings from different sources to find discrepancies, while malfind detects injected code. pslist lists normally, and cmdline shows command lines.