Install vtable-dumper by entering the following commands in the terminal:
sudo apt update sudo apt install vtable-dumper
Description:
tool to list content of virtual tables in a C++ shared library
It is intended for developers of software libraries and maintainers of Linux distributions who are interested in ensuring backward binary compatibility. . A virtual function table is a mechanism used in a programming language to support dynamic dispatch (or run-time method binding). Virtual tables are part of the ABI of a C++ shared library.
Homepage: https://github.com/lvc/vtable-dumper
Version: 1.2-1
Section: universe/devel