| La page WEB de Sined | / nouveautés traductions patches projets présentations liens exploits | |
|
apporter la connaissance en sécurité informatique à ceux qui la recherchent
| ||
|
supporter les projets opensource les plus intéressants en sécurité informatique
| ||
| Par Denis Ducamp <Denis.Ducamp(à)groar.org> | For english speakers... |
Sylvie, dis bonjour à google ;-)
Il fallait bien que j'y succombe moi aussi comme n'importe quel mortel...
$ ls -l busybox.static busybox.dynamic
-rwxr-xr-x 1 ducamp ducamp 242608 Jul 21 19:18 busybox.dynamic*
-rwxr-xr-x 1 ducamp ducamp 582588 Jul 21 19:21 busybox.static*
$ file busybox.static busybox.dynamic
busybox.static: ELF 32-bit LSB executable, Intel 80386, version 1, statically linked, stripped
busybox.dynamic: ELF 32-bit LSB executable, Intel 80386, version 1, dynamically linked (uses shared libs), stripped
$ ldd busybox.static busybox.dynamic
busybox.static: statically linked (ELF)
busybox.dynamic: libc.so.6 =>
/lib/libc.so.6 (0x40019000) lib/ld-linux.so.2 =>
//lib/ld-linux.so.2 (0x40000000)
$ ls -l sash
-rwxr-xr-x 1 ducamp ducamp 403096 Jul 24 03:41 sash*
$ file sash
sash: ELF 32-bit LSB executable, Intel 80386, version 1, statically linked, stripped
$ ldd sash
statically linked (ELF)
$ ls -l sh.dynamic sh.static
-rwxr-xr-x 1 ducamp ducamp 59644 Jul 24 01:40 sh.dynamic*
-rwxr-xr-x 1 ducamp ducamp 262148 Jul 24 01:41 sh.static*
$ file sh.dynamic sh.static
sh.dynamic: ELF 32-bit LSB executable, Intel 80386, version 1, dynamically linked (uses shared libs), stripped
sh.static: ELF 32-bit LSB executable, Intel 80386, version 1, statically linked, stripped
$ ldd sh.dynamic sh.static
sh.dynamic:
libc.so.6 => /lib/libc.so.6 (0x40019000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
sh.static:
statically linked (ELF)
Hits depuis le 2001/07/01: [an error occurred while processing this directive]