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
d116a8a3
Unverified
Commit
d116a8a3
authored
Mar 11, 2020
by
devttys0
Committed by
GitHub
Mar 11, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #435 from owl129/master
add UNIQUE_PATH_DELIMITER to mount command
parents
9bdbf4d9
13e17e8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
extract.conf
src/binwalk/config/extract.conf
+4
-4
No files found.
src/binwalk/config/extract.conf
View file @
d116a8a3
...
...
@@ -69,10 +69,10 @@
^
linux
ext
:
ext
:
tsk_recover
-
i
raw
-
f
ext
-
a
-
v
'%e'
'%%ext-root%%'
:
0
:
False
# Try mounting the file system (this requires root privileges)
^
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
^
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
^
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
^
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
# Use sviehb's jefferson.py tool for JFFS2 extraction
^
jffs2
filesystem
:
jffs2
:
jefferson
-
d
'%%jffs2-root%%'
'%e'
:
0
:
False
...
...
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