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
8e70a5ed
Commit
8e70a5ed
authored
11 years ago
by
devttys0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added eCos exception handler signature.
parent
693eb39c
fix-entropy-graph-legend
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletions
+13
-1
binwalk
src/binwalk/magic/binwalk
+6
-0
extractor.py
src/binwalk/modules/extractor.py
+1
-1
kernels
src/magic/kernels
+6
-0
No files found.
src/binwalk/magic/binwalk
View file @
8e70a5ed
...
...
@@ -2387,6 +2387,12 @@
>>14 string x "%s
>>45 string x \b%s"
0 string \x00\x68\x1A\x40\x00\x00\x00\x00\x7F\x00\x5A\x33 eCos kernel exception handler, architecture: MIPSEL,
>14 leshort !0x3C1B invalid
>18 leshort !0x277B invalid
>12 leshort x exception vector table base address: 0x%.4X
>16 leshort x \b%.4X
# ------------------------------------------------------------------
# Signature for LZMA compressed data with valid properties byte 0x40
# ------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
src/binwalk/modules/extractor.py
View file @
8e70a5ed
...
...
@@ -45,7 +45,7 @@ class Extractor(Module):
long
=
'depth'
,
type
=
int
,
kwargs
=
{
'matryoshka'
:
0
},
description
=
'Limit
extraction
recursion depth (default: 8 levels deep)'
),
description
=
'Limit
matryoshka
recursion depth (default: 8 levels deep)'
),
Option
(
short
=
'j'
,
long
=
'max-size'
,
type
=
int
,
...
...
This diff is collapsed.
Click to expand it.
src/magic/kernels
View file @
8e70a5ed
...
...
@@ -15,3 +15,9 @@
>14 byte !0
>>14 string x "%s
>>45 string x \b%s"
0 string \x00\x68\x1A\x40\x00\x00\x00\x00\x7F\x00\x5A\x33 eCos kernel exception handler, architecture: MIPSEL,
>14 leshort !0x3C1B invalid
>18 leshort !0x277B invalid
>12 leshort x exception vector table base address: 0x%.4X
>16 leshort x \b%.4X
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