Tuesday, February 22, 2011

Jcnip M218B #3

$ cat squashfs-root/etc/release-ebook
Patch-15

$ grep aespipe squashfs-root/sbin/flash.sh
cd $TMP_SD && aespipe -p3 -d 3< $PASSWD < `ls $SRC_PATH` | tar x -
#cd $TMP && aespipe -p3 -d 3< $PASSWD < `ls $SRC_PATH/$SRC_FILE-*.bin` | tar x -

$ strings squashfs-root/bin/busybox | grep -E "BusyBox v[0-9]\.[0-9]{1,2}(\.[0-9])?"
BusyBox v1.00 (2006.11.27-03:42+0000) Built-in shell (ash)
BusyBox v1.00 (2006.11.27-03:42+0000) multi-call binary

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

$ strings squashfs-root/sbin/aespipe | grep "version 2.2a"
version 2.2a Copyright (c) 2002,2003 Jari Ruusu, (c) 2001 Dr Brian Gladman

aespipe 2.2a
http://loop-aes.sourceforge.net/aespipe.README

No comments:

Post a Comment