Description
Inspects C++ shared libraries to show virtual table information, which helps developers understand class layout and binary interfaces. It is mainly useful when debugging ABI problems, reverse-engineering a build issue, or checking how compiled C++ code is organized.
This is a terminal-oriented developer tool. It does not modify the library being inspected, but the output is technical and intended for people comfortable with compiled binaries, symbols, and C++ implementation details.