Inhaltsverzeichnis

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

Unter Windows ist eine .dll erforderlich, eventuell libgcc.a hinzulinken? (http://stackoverflow.com/questions/2096519/from-mingw-static-library-a-to-visual-studio-static-library-lib)