|
|
|
|
|
by Atlas22
1135 days ago
|
|
Have not used it myself but looks like there is StackAnalyzer[0]. Have done it myself by adding analysis to angr[1] but it pretty much boils down to trying to solving the halting problem for many large programs (an unbounded recursion or alloca makes the max stack size infinite) [0] https://www.absint.com/stackanalyzer/index.htm [1] https://angr.io/ |
|