Files
revng-revng/include
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
2020-11-12 14:55:57 +01:00