dynamic-analysis Questions
4
I would like to be able to detect if my function (or any other function it calls) will end up calling some specific functions (for instance, malloc and free) in my unit tests: some small portions o...
Psychotic asked 31/12, 2017 at 17:56
4
I recently read a paper titling "All You Ever Wanted to Know about Dynamic Taint Analysis and Forward Symbolic Execution (but Might Have Been Afraid to Ask)" by Dr. EJ Schwartz. In the paper, he ma...
Hap asked 2/3, 2015 at 14:6
4
Solved
I've just been introduced to the term "program slicing." It makes perfect sense that one would want such functionality, but does it exist anywhere?
The term is 20 years old now, and I see there ar...
Wilhite asked 2/4, 2014 at 11:4
2
I found several questions about this topic, and all of them with lot of references, but still I don't have a clear idea about that, because most of the references speak about concrete tools and not...
Isomorphism asked 14/10, 2012 at 17:21
1
I am trying to understand the difference between static analysis and dynamic analysis for the purpose of program flow execution, for detection of security vulnerabilities.
It is fairly clear that ...
Karol asked 8/6, 2014 at 0:18
4
Solved
What tool I can use for .Net/C# project to capture run-time dependencies between classes ? I found this question to be very useful but the suggested tools capture a static dependency graph. I simpl...
Sverre asked 15/8, 2012 at 18:32
4
Solved
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 t...
Defence asked 8/9, 2008 at 15:23
5
I have a large legacy system to maintain. The codebase uses threads all over the place and those threads share a lot of mutable data. I know, sounds bad. Anyway, don't answer "rewrite the whole app...
Pleinair asked 9/10, 2008 at 12:20
1
© 2022 - 2024 — McMap. All rights reserved.