Monday, January 31, 2011

Sagem RM50 #6

$ find rootfs1/bin/ -not -type l -not -type d
rootfs1/bin/busybox
rootfs1/bin/lrz
rootfs1/bin/lsz

$ strings rootfs1/bin/busybox | grep -E "BusyBox v[0-9]\.[0-9]{1,2}\.[0-9]"
BusyBox v1.14.1 (2009-12-22 16:52:28 CST)
syslogd started: BusyBox v1.14.1

BusyBox 1.14.1
http://www.busybox.net/downloads/busybox-1.14.1.tar.bz2

$ strings rootfs1/bin/lrz | grep -E "[0-9]{1}\.[0-9]{2}\.[0-9]{2}"
0.12.20

$ strings rootfs1/bin/lsz | grep -E "[0-9]{1}\.[0-9]{2}\.[0-9]{2}"
0.12.20

lrzsz 0.12.20
http://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz

No comments:

Post a Comment