llvm-stackmap
This is a library that can be used to parse stack maps emitted by the experimental stack maps feature provided by LLVM
Example
Parsing a stack map embedded into the binary objdump
can be done via the following snippet:
use StackMap;
use PathBuf;
let path_to_elf = from_str.unwrap;
let sm = from_path.unwrap;