PDA

View Full Version : Library version


Boyov
Jun 8, 2004, 08:22
Hi,

Suppose I have files xxx.so and xxx.a. Is it somehow possible to find out the version of xxx library from theese files.

thanks in advance

nm
Jun 8, 2004, 08:50
Hi,

Suppose I have files xxx.so and xxx.a. Is it somehow possible to find out the version of xxx library from theese files.

thanks in advance

strings $file | sort -u | less

dal'she ispol'zuj eye grep


a woobshe-to xxx.so bywaet prilinkowan na xxx.so.NNN, po kotorumo wse uzhe jastno :)))

Boyov
Jun 8, 2004, 09:06
strings $file | sort -u | less

dal'she ispol'zuj eye grep


спасибо :)


a woobshe-to xxx.so bywaet prilinkowan na xxx.so.NNN, po kotorumo wse uzhe jastno :)))


Я знаю ;), но у меня xxx.so прилинкован к xxx.so.0.0.0, a я стопудово знаю что версия должна быть выше 0.9.2.

regards,
Artem.