Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
binwalk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-gitdep
binwalk
Commits
d70044dc
Commit
d70044dc
authored
Mar 12, 2017
by
Craig Heffner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added srec and intel hex conversion/extraction
parent
c84078a8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
deps.sh
deps.sh
+2
-2
extract.conf
src/binwalk/config/extract.conf
+2
-0
firmware
src/binwalk/magic/firmware
+1
-1
No files found.
deps.sh
View file @
d70044dc
...
...
@@ -13,11 +13,11 @@ set -o nounset
REQUIRED_UTILS
=
"wget tar python"
APTCMD
=
"apt-get"
YUMCMD
=
"yum"
APT_CANDIDATES
=
"git build-essential libqt4-opengl mtd-utils gzip bzip2 tar arj lhasa p7zip p7zip-full cabextract cramfsprogs cramfsswap squashfs-tools zlib1g-dev liblzma-dev liblzo2-dev sleuthkit default-jdk lzop"
APT_CANDIDATES
=
"git build-essential libqt4-opengl mtd-utils gzip bzip2 tar arj lhasa p7zip p7zip-full cabextract cramfsprogs cramfsswap squashfs-tools zlib1g-dev liblzma-dev liblzo2-dev sleuthkit default-jdk lzop
srecord
"
PYTHON2_APT_CANDIDATES
=
"python-crypto python-lzo python-lzma python-pip python-opengl python-qt4 python-qt4-gl python-numpy python-scipy"
PYTHON3_APT_CANDIDATES
=
"python3-crypto python3-pip python3-opengl python3-pyqt4 python3-pyqt4.qtopengl python3-numpy python3-scipy"
PYTHON3_YUM_CANDIDATES
=
""
YUM_CANDIDATES
=
"git gcc gcc-c++ make openssl-devel qtwebkit-devel qt-devel gzip bzip2 tar arj p7zip p7zip-plugins cabextract squashfs-tools zlib zlib-devel lzo lzo-devel xz xz-compat-libs xz-libs xz-devel xz-lzma-compat python-backports-lzma lzip pyliblzma perl-Compress-Raw-Lzma lzop"
YUM_CANDIDATES
=
"git gcc gcc-c++ make openssl-devel qtwebkit-devel qt-devel gzip bzip2 tar arj p7zip p7zip-plugins cabextract squashfs-tools zlib zlib-devel lzo lzo-devel xz xz-compat-libs xz-libs xz-devel xz-lzma-compat python-backports-lzma lzip pyliblzma perl-Compress-Raw-Lzma lzop
srecord
"
PYTHON2_YUM_CANDIDATES
=
"python-pip python-opengl python-qt4 numpy python-numdisplay numpy-2f python-Bottleneck scipy"
APT_CANDIDATES
=
"
$APT_CANDIDATES
$PYTHON2_APT_CANDIDATES
"
YUM_CANDIDATES
=
"
$YUM_CANDIDATES
$PYTHON2_YUM_CANDIDATES
"
...
...
src/binwalk/config/extract.conf
View file @
d70044dc
...
...
@@ -41,6 +41,8 @@
^
stuffit
:
sit
:
unstuff
'%e'
^
osx
dmg
:
dmg
:
7
z
x
'%e'
^
lzo
compressed
data
:
lzo
:
lzop
-
f
-
d
'%e'
^
intel
hex
:
hex
:
srec_cat
'%e'
-
Intel
-
Output
'%e.bin'
-
Binary
^
motorola
s
-
record
:
srec
:
srec_cat
'%e'
-
Motorola
-
Output
'%e.bin'
-
Binary
# jar just does a better job of extracting zip files than either
# unzip or 7z.
...
...
src/binwalk/magic/firmware
View file @
d70044dc
...
...
@@ -448,7 +448,7 @@
0 string AIH0 AIH0 firmware header, header size: 48,
>12 ubelong 0 {invalid}
>12 ubelong+48 x {size:%d}
>12 ubelong
+48 x
size: %d,
>12 ubelong
x data
size: %d,
>8 ubelong !0 executable code,
>>8 ubelong&3 !0 {invalid}
>>8 ubelong x load address: 0x%X,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment