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
b28ee174
Commit
b28ee174
authored
6 years ago
by
devttys0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed RAR 5.x signature
parent
bec12a27
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
13 deletions
+14
-13
archives
src/binwalk/magic/archives
+14
-13
No files found.
src/binwalk/magic/archives
View file @
b28ee174
...
...
@@ -107,20 +107,21 @@
# RAR archiver (http://kthoom.googlecode.com/hg/docs/unrar.html, https://www.rarlab.com/technote.htm#rarsign)
0 string \x52\x61\x72\x21\x1A\x07 RAR archive data,
>6 ubyte >1 unknown version{invalid}
>6 ubyte 1 version 5.x
>6 ubyte 0 version 4.x, first volume type:
>6 ubyte 1 version 5.x, first volume type:
>9 ubyte <0x72 {invalid}
>9 ubyte >0x7B {invalid}
>9 ubyte 0x72 MARK_HEAD
>9 ubyte 0x73 MAIN_HEAD
>9 ubyte 0x74 FILE_HEAD
>9 ubyte 0x75 COMM_HEAD
>9 ubyte 0x76 AV_HEAD
>9 ubyte 0x77 SUB_HEAD
>9 ubyte 0x78 PROTECT_HEAD
>9 ubyte 0x79 SIGN_HEAD
>9 ubyte 0x7A NEWSUB_HEAD
>9 ubyte 0x7B ENDARC_HEAD
>>9 ubyte <0x72 {invalid}
>>9 ubyte >0x7B {invalid}
>>9 ubyte 0x72 MARK_HEAD
>>9 ubyte 0x73 MAIN_HEAD
>>9 ubyte 0x74 FILE_HEAD
>>9 ubyte 0x75 COMM_HEAD
>>9 ubyte 0x76 AV_HEAD
>>9 ubyte 0x77 SUB_HEAD
>>9 ubyte 0x78 PROTECT_HEAD
>>9 ubyte 0x79 SIGN_HEAD
>>9 ubyte 0x7A NEWSUB_HEAD
>>9 ubyte 0x7B ENDARC_HEAD
# HPACK archiver (Peter Gutmann, pgut1@cs.aukuni.ac.nz)
0 string HPAK HPACK archive data
...
...
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