An Introduction to Stack Unwinding and Exception Handling
      
        We give an overview of the stack unwinding and exception handling for C++ like languages on x86_64. We describe the use of `.eh_frame` and `.gcc_except_table` section and the 2-phase unwinding procedure.
      Mar 28, 2022