Re: how to see the list of reference of APIs of an library in my exe



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
.