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
ec860bf1
Unverified
Commit
ec860bf1
authored
Mar 11, 2020
by
devttys0
Committed by
GitHub
Mar 11, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #439 from The-Compiler/dd-help
Improve help output for --dd
parents
d8b78c06
b447948c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
extractor.py
src/binwalk/modules/extractor.py
+3
-2
No files found.
src/binwalk/modules/extractor.py
View file @
ec860bf1
...
...
@@ -59,9 +59,10 @@ class Extractor(Module):
Option
(
short
=
'D'
,
long
=
'dd'
,
type
=
list
,
dtype
=
'type
:ext:cmd
'
,
dtype
=
'type
[:ext[:cmd]]
'
,
kwargs
=
{
'manual_rules'
:
[],
'enabled'
:
True
},
description
=
'Extract <type> signatures, give the files an extension of <ext>, and execute <cmd>'
),
description
=
'Extract <type> signatures (regular expression), give the files an extension of <ext>, '
'and execute <cmd>'
),
Option
(
short
=
'M'
,
long
=
'matryoshka'
,
kwargs
=
{
'matryoshka'
:
8
},
...
...
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