Raphael Geissert <[email protected]> writes:

> for f in /usr/lib/*so.*;
>     do nm -DC "$f" | grep -q "U virtual thunk" && echo "$f is private"
> done
>
> Yields much better results

Still false positives here.

ea...@windlord:~$ for f in /usr/lib/*so.*;
> do nm -DC "$f" | grep -q "U virtual thunk" && echo "$f is private"
> done
/usr/lib/libsaml.so.2 is private
/usr/lib/libsaml.so.2.0.0 is private
/usr/lib/libsaml.so.3 is private
/usr/lib/libsaml.so.3.0.0 is private
/usr/lib/libshibsp-lite.so.2 is private
/usr/lib/libshibsp-lite.so.2.0.0 is private
/usr/lib/libshibsp.so.2 is private
/usr/lib/libshibsp.so.2.0.0 is private

Those are all regular shared libraries and intended to be used as such.

-- 
Russ Allbery ([email protected])               <http://www.eyrie.org/~eagle/>



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to