What is Dynamic Analysis | Definition and Meaning
Last modified on Wednesday, May 8, 2024
1 minute read
Dynamic analysis is used to detect malicious code via live execution of the code. It is vulnerable to evasion techniques such as stalling and hiding behind fake CAPTCHAS. Dynamic analysis is frequently compared to static analysis, which inspects code without executing it.