What is Dynamic Code Analysis?
How is it different from Static Code Analysis (ie, what can it catch that can\'t be caught in static)?
I\'ve heard of bounds c
Simply put, static analysis collect information based on source code and dynamic analysis is based on the system execution, often using instrumentation.
There's many dynamic analysis tools in the market, being debuggers the most notorious one. On the other hand, it's still an academic research field. There's many researchers studying how to use dynamic analysis for better understanding of software systems. There's an annual workshop dedicated to dependency analysis.