# debug-frame-check **Repository Path**: mirrors_emersion/debug-frame-check ## Basic Information - **Project Name**: debug-frame-check - **Description**: Check .eh_frame and .debug_frame information - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-24 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # debug-frame-check Check `.eh_frame` and `.debug_frame` information. ## ORC & DWARF crosscheck Dependencies: * GCC * `objtool` from the Linux kernel tree * [`dareog`](https://github.com/emersion/dareog) * [`pyelftools`](https://github.com/eliben/pyelftools) * [Csmith](https://embed.cs.utah.edu/csmith/) (optional) * [C-Reduce](https://embed.cs.utah.edu/creduce/) (optional) Usage: ```shell bin/dwarf-orc-crosscheck.sh test.c ``` (You can set `CC`, `OBJTOOL` and `DAREOG` environment variables to paths to these tools) Csmith example usage: ```shell env CC=gcc CFLAGS="-I/usr/include/csmith-2.3.0/ -w -O2" OBJTOOL=../../linux/tools/objtool/objtool OBJTOOLFLAGS="--no-fp" DAREOG=../../dareog/build/dareog bin/dwarf-orc-csmith.sh ``` ## License MIT