Right now a Function contains information to build a function signature (name, calling convention, type), this would classify as inter-function analysis, i.e. the transition from one Function to another Function would constitute knowing that information, whereas intra-function analysis would be the information internal to a Function.
Examples of intra-function information:
- Variables
- Comments
- Stack pointer adjustments
Right now a
Functioncontains information to build a function signature (name, calling convention, type), this would classify as inter-function analysis, i.e. the transition from oneFunctionto anotherFunctionwould constitute knowing that information, whereas intra-function analysis would be the information internal to aFunction.Examples of intra-function information: