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
37d5110c
Commit
37d5110c
authored
Sep 06, 2014
by
devttys0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved --disasm efficiency
parent
35538acb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
codeid.py
src/binwalk/modules/codeid.py
+1
-1
signature.py
src/binwalk/modules/signature.py
+1
-1
No files found.
src/binwalk/modules/codeid.py
View file @
37d5110c
...
@@ -19,7 +19,7 @@ class CodeID(Module):
...
@@ -19,7 +19,7 @@ class CodeID(Module):
Option
(
short
=
'Y'
,
Option
(
short
=
'Y'
,
long
=
'disasm'
,
long
=
'disasm'
,
kwargs
=
{
'enabled'
:
True
},
kwargs
=
{
'enabled'
:
True
},
description
=
'Identify the architecture of
files containing executable code
'
),
description
=
'Identify the architecture of
excutable code using the capstone disassembler
'
),
Option
(
short
=
'T'
,
Option
(
short
=
'T'
,
long
=
'minsn'
,
long
=
'minsn'
,
type
=
int
,
type
=
int
,
...
...
src/binwalk/modules/signature.py
View file @
37d5110c
...
@@ -23,7 +23,7 @@ class Signature(Module):
...
@@ -23,7 +23,7 @@ class Signature(Module):
Option
(
short
=
'A'
,
Option
(
short
=
'A'
,
long
=
'opcodes'
,
long
=
'opcodes'
,
kwargs
=
{
'enabled'
:
True
,
'search_for_opcodes'
:
True
},
kwargs
=
{
'enabled'
:
True
,
'search_for_opcodes'
:
True
},
description
=
'Scan target file(s) for common executable opcodes'
),
description
=
'Scan target file(s) for common executable opcode
signature
s'
),
Option
(
short
=
'C'
,
Option
(
short
=
'C'
,
long
=
'cast'
,
long
=
'cast'
,
kwargs
=
{
'enabled'
:
True
,
'cast_data_types'
:
True
},
kwargs
=
{
'enabled'
:
True
,
'cast_data_types'
:
True
},
...
...
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