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
3836235f
Commit
3836235f
authored
4 years ago
by
devttys0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated debug info and EXT signature
parent
ff34b121
master
…
v2.3.4
v2.3.3
v2.3.2
v2.3.1
v2.3.0
python27
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
plugin.py
src/binwalk/core/plugin.py
+1
-1
filesystems
src/binwalk/magic/filesystems
+1
-1
No files found.
src/binwalk/core/plugin.py
View file @
3836235f
...
...
@@ -121,7 +121,7 @@ class Plugins(object):
except
IgnoreFileException
as
e
:
raise
e
except
Exception
as
e
:
binwalk
.
core
.
common
.
warning
(
"
%
s.
%
s failed
:
%
s"
%
(
callback
.
__module__
,
callback
.
__name__
,
e
))
binwalk
.
core
.
common
.
warning
(
"
%
s.
%
s failed
[
%
s]: '
%
s'"
%
(
callback
.
__module__
,
callback
.
__name__
,
type
(
e
)
,
e
))
def
_find_plugin_class
(
self
,
plugin
):
for
(
name
,
klass
)
in
inspect
.
getmembers
(
plugin
,
inspect
.
isclass
):
...
...
This diff is collapsed.
Click to expand it.
src/binwalk/magic/filesystems
View file @
3836235f
...
...
@@ -526,7 +526,7 @@
# http://etbe.coker.com.au/2008/07/08/label-vs-uuid-vs-device/
0x438 uleshort 0xEF53 Linux EXT filesystem,
>0x404 ulelong x blocks count: %d,
>0x404
lelong*1024
x image size: %d,{jump:%d}
>0x404
ulelong*1024
x image size: %d,{jump:%d}
>0x43A leshort >4 {invalid}invalid state
>0x43A leshort 3 {invalid}invalid state
>0x43A leshort <0 {invalid}invalid state
...
...
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