| Crates.io | simple-frame-rs |
| lib.rs | simple-frame-rs |
| version | 0.2.0 |
| created_at | 2025-09-30 15:02:35.082661+00 |
| updated_at | 2025-10-01 02:05:22.710697+00 |
| description | Parse SFrame (Simple Frame) stack trace information |
| homepage | |
| repository | https://github.com/jiegec/simple-frame-rs |
| max_upload_size | |
| id | 1861263 |
| size | 52,632 |
Rust crate to parse SFrame stack trace format.
$ echo "int main() { return 0; }" > test.c
$ gcc -Wa,--gsframe test.c -o test
$ cargo run --example dump_sframe test
# output is similar to: objdump --sframe test
$ cargo run --example dump_backtrace [PID]
# dump backtrace of process of pid [PID],
# require ptrace attach permission
Licensed under MIT.