Skip to main content

Examining shared libraries

  • sharedlib info - displays a list of shared libraries and their memory mappings

Note: memory mappings are unknown until the debugged program starts execution.

Usage example

Consider this Rust program:

fn main() {
println!("hello world");
}

Display information about the loaded shared libraries: