Skip to content
Snippets Groups Projects

Add inspect-library helper

Merged Ludovico de Nittis requested to merge wip/denittis/inspect-library into master

This is the WIP for the "Executable to dlopen and inspect a library" of T15426.

This is an output example of the current version:

$ ./x86_64-linux-gnu-inspect-library libzvbi.so
{
  "libzvbi.so": {
    "path": "/usr/lib",
    "dependencies": [
      "/usr/lib/libzvbi.so",
      "/usr/lib/libm.so.6",
      "/usr/lib/libpng16.so.16",
      "/usr/lib/libz.so.1"
    ]
  }
}

The next thing to do that is still missing is to take a list of (version, symbol) pairs as input.

Edited by Ludovico de Nittis

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading