Tuesday, April 27, 2010

Mac OSX lib tools

I keep forgetting there names

nm --help
otool --help

For example to determine the arch of a lib hit it with these commands(not the best way but it works)

nm -arch i386 libname
nm -arch x86_64 libname

No comments:

Post a Comment