| Sined's WEB Page | / news translations patches projects presentations links exploits | |
|
bringing the knowledge in security to those who are looking for it
| ||
|
support the most interesting opensource projects in security
| ||
| By Denis Ducamp <Denis.Ducamp(at)groar.org> | Pour les francophones... |
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 since 2001/07/01: [an error occurred while processing this directive]