[Qt-interest] How to View Classes and Functions inside .so library file
Girish Ramakrishnan
girish at forwardbias.in
Wed Oct 19 09:02:42 CEST 2011
Hi,
On Wed, Oct 19, 2011 at 10:47 AM, Kamatchi Lakshmanan -ERS, HCL Tech
<kamatchi-l at hcl.com> wrote:
> I have created a library function libtest.so
> I need to know the class and method names present inside the library.
> Is there any method in QT ( QLibrary / QPluginLoader) to view class and method names .
>
No, QLibrary can only resolve names that are already known. Maybe you
can parse output of nm/readelf.
Girish
More information about the Qt-interest-old
mailing list