Tooling to analyzing binaries to better understand what symbols are expected to be provided from what libary at runtime.
$ git clone --recursive https://github.com/ClangBuiltLinux/cmplib.git
./provides libfoo.[a,so]
./depends.py a.out
./check_compat.py a.out lib1.[a,so] lib2.[a,so]
Copyright 2023 Google LLC
Licensed under Apache 2.0