oss-fuzz/projects/gimli
manunio e269f7ffe3
gimli: initial integration (#9753)
gimli is a library for reading and writing the [DWARF debugging
format](https://dwarfstd.org/).
- It has `48 million+` downloads as per
[crates.io](https://crates.io/crates/gimli)
- It has [criticality_score](https://github.com/ossf/criticality_score)
of `0.5228`
- Its being used by projects like:
- [wasmer](https://github.com/wasmerio/wasmer) (integrated to oss-fuzz)
- [wasmtime](https://github.com/bytecodealliance/wasmtime) (integrated
to oss-fuzz)
  - [rust-lang/backtrace-rs](https://github.com/rust-lang/backtrace-rs)
- A library for acquiring backtraces at runtime for Rust. This library
aims to enhance the support of the standard library by providing a
programmatic interface to work with, but it also supports simply easily
printing the current backtrace like libstd's panics.
   - [getsentry/symbolic](https://github.com/getsentry/symbolic)
- [Symbolic](https://docs.rs/symbolic) is a library written in Rust
which is used at [Sentry](https://sentry.io/) to implement symbolication
of native stack traces, sourcemap handling for minified JavaScript and
more.
   - [addr2line](https://github.com/gimli-rs/addr2line)
- A cross-platform `addr2line` clone written in Rust for retrieving
per-address debug information from files with DWARF debug information.
- It has `47 million+` downloads as per
[crates.io](https://crates.io/crates/addr2line)
2023-02-28 09:26:14 -05:00
..
Dockerfile
build.sh
project.yaml