Quantcast
Viewing all articles
Browse latest Browse all 6932

Beginners • Re: How do I read an SO file on Debian?

Code:

$ objdump -d libfoo.so
seems to work pretty well.
Thank you!

EDIT: I found a second command,

Code:

$objdump -T arraymodule.so
,

and it drew up a much nicer table, but again, how do I read it?

Statistics: Posted by MattTheDouche — Mon Dec 30, 2024 7:20 pm



Viewing all articles
Browse latest Browse all 6932

Trending Articles