Files
revng-revng/lib/StackAnalysis
Antonio Frighetto 835089705e Introduce StackAnalysis2
An architecture-agnostic analysis that attempts to detect
boundaries of functions, recover the control-flow graph as
well as function prototypes (arguments and return values)
of the original program. The analysis identifies whether
the function jumps to its return address (namely, it is a
regular function), it tracks the evolution of the stack
by determining its height (in order to say if the stack is
left in a correct position upon stackframe destruction),
and it identifies callee-saved registers.
2021-12-10 12:30:11 +01:00
..
2021-12-10 12:30:11 +01:00
2021-10-18 20:44:58 +02:00
2020-11-13 10:00:24 +01:00
2021-04-22 18:06:27 +02:00
2020-11-13 10:00:24 +01:00
2021-12-10 12:30:11 +01:00
2020-11-13 10:00:24 +01:00
2021-12-10 12:30:11 +01:00