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-depend
binwalk
Commits
0a610d66
Commit
0a610d66
authored
8 years ago
by
Craig Heffner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed ext signature and mounting
parent
78e0ccad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
extract.conf
src/binwalk/config/extract.conf
+1
-1
filesystems
src/binwalk/magic/filesystems
+1
-1
No files found.
src/binwalk/config/extract.conf
View file @
0a610d66
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
# Try mounting the file system (this requires root privileges)
# Try mounting the file system (this requires root privileges)
^
squashfs
filesystem
:
squashfs
:
mkdir
squashfs
-
root
&&
mount
-
t
squashfs
'%e'
squashfs
-
root
:
0
:
False
^
squashfs
filesystem
:
squashfs
:
mkdir
squashfs
-
root
&&
mount
-
t
squashfs
'%e'
squashfs
-
root
:
0
:
False
^
cramfs
filesystem
:
cramfs
:
mkdir
cramfs
-
root
&&
mount
-
t
cramfs
'%e'
cramfs
-
root
:
0
:
False
^
cramfs
filesystem
:
cramfs
:
mkdir
cramfs
-
root
&&
mount
-
t
cramfs
'%e'
cramfs
-
root
:
0
:
False
^
ext2
filesystem
:
ext2
:
mkdir
ext2
-
root
&&
mount
-
t
ext2
'%e'
ext2
-
root
:
0
:
False
^
linux
ext
filesystem
:
ext2
:
mkdir
ext
-
root
&&
mount
'%e'
ext
-
root
:
0
:
False
^
romfs
filesystem
:
romfs
:
mkdir
romfs
-
root
&&
mount
-
t
romfs
'%e'
romfs
-
root
:
0
:
False
^
romfs
filesystem
:
romfs
:
mkdir
romfs
-
root
&&
mount
-
t
romfs
'%e'
romfs
-
root
:
0
:
False
# Use sviehb's jefferson.py tool for JFFS2 extraction
# Use sviehb's jefferson.py tool for JFFS2 extraction
...
...
This diff is collapsed.
Click to expand it.
src/binwalk/magic/filesystems
View file @
0a610d66
...
@@ -501,7 +501,7 @@
...
@@ -501,7 +501,7 @@
>0x43A leshort <0 {invalid}invalid state
>0x43A leshort <0 {invalid}invalid state
>0x43C leshort >3 {invalid}invalid error behavior
>0x43C leshort >3 {invalid}invalid error behavior
>0x43C leshort <0 {invalid}invalid error behavior
>0x43C leshort <0 {invalid}invalid error behavior
>0x43C lelong >
1
{invalid}invalid major revision
>0x43C lelong >
4
{invalid}invalid major revision
>0x43C lelong <0 {invalid}invalid major revision
>0x43C lelong <0 {invalid}invalid major revision
>0x43C lelong x rev %d
>0x43C lelong x rev %d
>0x43E leshort x \b.%d,
>0x43E leshort x \b.%d,
...
...
This diff is collapsed.
Click to expand it.
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