/unwind-stack

A simple stack unwinding implementation using frame pointers for ARM64.

Primary LanguageC

Unwind the Stack

A simple stack unwinding implementation using frame pointers for ARM64.

Files

  • unwind_stack.s: The main implementation of the stack unwinding.
  • main.c: A simple test program to demonstrate the stack unwinding.

Build & Run

To build and run the test program, run the following command:

make run