logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vtable-dumper - a tool to list content of virtual tables in a C++ shared library

Author

       This manual page was written by Mathieu Malaterre <malat@debian.org> for the Debian GNU/Linux system (but
       may be used by others).

vtable-dumper 1.2                                 January 2017                                  VTABLE-DUMPER(1)

Description

       Example: vtable-dumper /usr/lib64/libstdc++.so.6

       Options:

       -mangled
              Show mangled symbol names

       -demangled
              Show de-mangled symbol names

       -help  Display this help message

       -dumpversion
              Print the tool version (1.2) and don't do anything else

       More info: https://github.com/lvc/vtable-dumper

Name

       vtable-dumper - a tool to list content of virtual tables in a C++ shared library

Synopsis

vtable-dumper [options] file

See Also