Development Documentation

Tools

The three usual tools can be used for objects : nm, objdump, readelf.

 Random examples ...

 readelf -s /usr/lib/lib<example>.so.XX.x | grep <OBJECT_abc>
 objdump -Dslx /lib/libcap.so.2 | more
 objdump -x /path/to/file/filename | head -50

 Functions / parameters , see post 2-3-4

Call a function from a .so/.dll