|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
I need one help
How to extract the contents of a .so file. We are able to list the contents using "nm filename.so" command. Please help me as soon as possible.. Shameem S |
|
#2
|
||||
|
||||
|
Erm, what do you need to extract the contents for? I know how to convert a static library to a shared lib, but not the other way around.
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month |
|
#3
|
|||
|
|||
|
One does not typically extract the contents of a .so file.
Typically a .so is a shared library i.e. libc.so that you link into your application at compile time. Another way of using a .so is to build part of your application as a shared object and using the dl*() set of routines to access the shared object. Look at the dlopen() man page for further information. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > extracting contents from .so ( shared object file) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|