Tagged Questions
5
votes
4answers
5k views
What is Dynamic Code Analysis?
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 checking and memory analysis - what are ...