This final chapter summarizes the various patterns we have encountered during the reading of this book.
Function Prolog/Epilog
Function prologstp x29, x30, [sp,#-48]!
mov x29, sp
Some code may omit
stp if there are no nested calls inside:
Function epilogldp x29, x30, [sp],#48
ret
Some code may omit to restore X29/X30 if there are no nested calls inside:
Knowing the prolog can help identify situations when symbol files or function ...