Re: how to see the list of reference of APIs of an library in my exe
- From: Måns Rullgård <mru@xxxxxxxxxxxxx>
- Date: Mon, 26 Jun 2006 19:16:26 +0100
Paul Pluzhnikov <ppluzhnikov-nsp@xxxxxxxxxxx> writes:
$ nm myexe | grep ' U ' # lists all "external" referenced symbols.
nm -U does the same.
The readelf utility may also be of interest to the OP.
--
Måns Rullgård
mru@xxxxxxxxxxxxx
.
- Follow-Ups:
- Re: how to see the list of reference of APIs of an library in my exe
- From: Paul Pluzhnikov
- Re: how to see the list of reference of APIs of an library in my exe
- References:
- how to see the list of reference of APIs of an library in my exe
- From: datha . krishnabhat
- Re: how to see the list of reference of APIs of an library in my exe
- From: Paul Pluzhnikov
- how to see the list of reference of APIs of an library in my exe
- Prev by Date: glibc-2.4 and version.h
- Next by Date: Re: how to see the list of reference of APIs of an library in my exe
- Previous by thread: Re: how to see the list of reference of APIs of an library in my exe
- Next by thread: Re: how to see the list of reference of APIs of an library in my exe
- Index(es):