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
ffe3e925
Unverified
Commit
ffe3e925
authored
Nov 27, 2018
by
devttys0
Committed by
GitHub
Nov 27, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #366 from E3V3A/patch-1
Fix broken QNX4/6 detection
parents
701da0f9
c988c378
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
filesystems
src/binwalk/magic/filesystems
+7
-2
No files found.
src/binwalk/magic/filesystems
View file @
ffe3e925
...
@@ -681,8 +681,13 @@
...
@@ -681,8 +681,13 @@
>16 lelong x {strlen:%d}
>16 lelong x {strlen:%d}
>20 string x first file name: "{string}"
>20 string x first file name: "{string}"
# QNX6 filesystem
# QNX4 Filesystem
0 string \xEB\x10\x90\x00 QNX6 filesystem
0 string \xEB\x10\x90\x00 QNX4 Boot Block
# QNX6 Filesystem
# https://www.forensicfocus.com/Forums/viewtopic/t=16846/
# Also known as the QNX6_SUPER_MAGIC (in linux sources)
0 string \x68\x19\x11\x22 QNX6 Super Block
# QNX IFS
# QNX IFS
0 string \xEB\x7E\xFF\x00 QNX IFS
0 string \xEB\x7E\xFF\x00 QNX IFS
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