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
0bd6f1d7
Commit
0bd6f1d7
authored
10 years ago
by
devttys0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved signature validation
parent
2b6880cc
fix-entropy-graph-legend
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
archives
src/binwalk/magic/archives
+2
-0
binwalk
src/binwalk/magic/binwalk
+0
-2
crypto
src/binwalk/magic/crypto
+2
-0
filesystems
src/binwalk/magic/filesystems
+1
-0
No files found.
src/binwalk/magic/archives
View file @
0bd6f1d7
...
@@ -179,6 +179,8 @@
...
@@ -179,6 +179,8 @@
# RPM: file(1) magic for Red Hat Packages Erik Troan (ewt@redhat.com)
# RPM: file(1) magic for Red Hat Packages Erik Troan (ewt@redhat.com)
#
#
0 ubelong 0xedabeedb RPM
0 ubelong 0xedabeedb RPM
>4 byte <1 {invalid}
>4 byte >99 {invalid}
>4 byte x v%d
>4 byte x v%d
>6 beshort 0 bin
>6 beshort 0 bin
>6 beshort 1 src
>6 beshort 1 src
...
...
This diff is collapsed.
Click to expand it.
src/binwalk/magic/binwalk
deleted
100644 → 0
View file @
2b6880cc
# This is just here to make sure that the older "binwalk" file in this directory
# is overwritten during an installation of the newer binwalk code.
This diff is collapsed.
Click to expand it.
src/binwalk/magic/crypto
View file @
0bd6f1d7
...
@@ -21,10 +21,12 @@
...
@@ -21,10 +21,12 @@
# From: Gert Hulselmans <hulselmansgert@gmail.com>
# From: Gert Hulselmans <hulselmansgert@gmail.com>
0 string \x30\x82 Private key in DER format (PKCS#8),
0 string \x30\x82 Private key in DER format (PKCS#8),
>4 string !\x02\x01\x00 {invalid}
>4 string !\x02\x01\x00 {invalid}
>2 beshort <0 {invalid}
>2 beshort x header length: 4, sequence length: %d
>2 beshort x header length: 4, sequence length: %d
0 string \x30\x82 Certificate in DER format (x509 v3),
0 string \x30\x82 Certificate in DER format (x509 v3),
>4 string !\x30\x82 {invalid}
>4 string !\x30\x82 {invalid}
>2 beshort <0 {invalid}
>2 beshort x header length: 4, sequence length: %d
>2 beshort x header length: 4, sequence length: %d
# GnuPG
# GnuPG
...
...
This diff is collapsed.
Click to expand it.
src/binwalk/magic/filesystems
View file @
0bd6f1d7
...
@@ -62,6 +62,7 @@
...
@@ -62,6 +62,7 @@
# PFS file system
# PFS file system
0 string PFS/ PFS filesystem,
0 string PFS/ PFS filesystem,
>5 byte !0x2E {invalid}
>4 string x version %s,
>4 string x version %s,
>14 leshort x %d files
>14 leshort x %d files
...
...
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