Reverse-engineering Archive

I’ve been trying to reverse-engineer a particular proprietary binary-only Linux library, to learn what algorithms it uses. Unsurprisingly, the vendor ships both the library and the application that calls it without debugging information and with symbols stripped. However, because they dynamically link to the library, the function names of the library entry points [...]