blazesym-c 0.1.7

C bindings for blazesym
Documentation
1
2
3
4
5
6
7
8
9
#include "blazesym.h"

int main(int argc, const char* argv[]) {
  blaze_inspect_elf_src src = {
    .type_size = sizeof(src),
    .path = "/tmp/some/dir/test.bin",
    .debug_syms = true,
  };
}