Skip to content

Commit e670755

Browse files
author
heffnercj
committed
Updated to use binwalk-1.0.
git-svn-id: http://firmware-mod-kit.googlecode.com/svn/trunk@389 5c1471b0-2a1b-0410-b4f4-f33460ac40b9
1 parent f91008b commit e670755

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

extract-ng.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ echo "Scanning firmware..."
6666

6767
# Log binwalk results to the ${BINLOG} file, disable default filters, exclude invalid results,
6868
# and search only for trx, uimage, dlob, squashfs, and cramfs results.
69-
${BINWALK} -f "${BINLOG}" -d -x invalid -y trx -y uimage -y dlob -y squashfs -y cramfs "${IMG}"
69+
#${BINWALK} -f "${BINLOG}" -d -x invalid -y trx -y uimage -y dlob -y squashfs -y cramfs "${IMG}"
70+
${BINWALK} -f "${BINLOG}" "${IMG}"
7071

7172
# Set Internal Field Separator (IFS) via two lines to newline only (bashism would be $'\n')
7273
IFS='

shared-ng.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ FSIMG="$IMAGE_PARTS/rootfs.img"
88
HEADER_IMAGE="$IMAGE_PARTS/header.img"
99
FOOTER_IMAGE="$IMAGE_PARTS/footer.img"
1010
FWOUT="$DIR/new-firmware.bin"
11-
BINWALK="./src/binwalk -m ./src/binwalk*/src/magic.binwalk"
11+
BINWALK="./src/binwalk-1.0/src/bin/binwalk-script -v -m ./src/binwalk-1.0/src/binwalk/magic/binwalk"
File renamed without changes.

0 commit comments

Comments
 (0)