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 ...
1
vote
2answers
184 views

What is dynamic program analysis and its principles? Literature on dynamic program analysis

What are the basic concepts of dynamic program analysis? What are the basic techniques of dynamic program analysis? Is gprof (GNU profiler) dynamic analysis tool or static analysis tool? Please ...
0
votes
1answer
76 views

Dynamic malware analysis

I am new to malware analysis and I have following questions regarding dynamic malware analysis: How to solve multiple path problem in dynamic analysis(any tools available)? what else I need to ...