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
Graph
085fd6fbefe446f778e034fc55f7607b6a0759a8
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
20
Mar
19
23
Feb
25
23
15
20
19
14
13
10
9
22
Jan
21
5
Feb
20
Jan
3
Feb
19
Jan
18
17
24
21
16
29
Dec
27
6
Jan
9
Dec
24
Nov
22
1
Dec
22
Nov
1
Dec
16
Nov
21
26
21
20
19
18
17
16
14
13
12
11
10
9
8
7
6
5
4
3
2
1
30
Oct
29
28
27
24
23
22
21
16
2
30
Sep
16
8
6
4
28
Aug
27
26
25
23
20
15
11
7
6
5
2
31
Jul
30
29
28
27
26
25
23
22
21
19
15
13
12
11
10
9
30
Jun
25
19
17
29
May
27
26
19
15
11
9
8
30
Apr
28
27
26
25
23
22
21
19
18
9
6
26
Mar
6
7
5
10
Jan
5
Mar
10
Jan
21
Feb
18
10
Jan
17
Feb
13
10
Jan
9
12
Feb
9
Jan
4
Feb
2
8
Jan
27
7
22
21
7
12
6
8
6
3
2
23
Dec
22
21
20
19
13
12
23
Nov
22
8
Dec
7
5
4
3
2
1
30
Nov
29
28
27
26
22
23
22
21
22
21
20
19
18
17
16
17
16
Added jefferson to INSTALL.md
Updated jefferson extraction rule
Update jffs2valid.py plugin to validate jffs2 node header CRCs
Added JFFS2 plugin to properly validate JFFS2 nodes
Updates to config file parsing
Added extractor conf option to *not* recurse into directories (e.g., for extracted file systems) when --matryoshka is specified
Added comments to unjffs2.py
Fixed entropy sys.exit bug
Updated license dates
Updated capstone install documentation
Merge pull request #113 from bmaia/patch-3
Updated install docs to include latest capstone
Added validation to ARM linux image signature
Merge pull request #111 from ddcc/master
add magic for ARM Linux image
Added elf carving rule
Fixed duplicate blocksize check in SquashFS signatures
Fixed hang on protected zip file extraction
Updated BIN-header signature
Fixed gzip extractor plugin bug
Fixed output of gzip signature with NULL dates
Added BIN-header signature
Fixed --base bug; --base now only affects the displayed offsets
Added SuperH gcc instruction signatures
Merge pull request #107 from bmaia/patch-2
TRX Header Size Fix
Fixed extractor bug with --swap enabled
Fixed warning that occured if a blank extraction command was speicified.
Merge pull request #106 from bmaia/patch-1
Fixed TRX v1 signature bug
Fixed TRX signature bug
Minor change to spacing in help output
Fixed file open bug when attempting to scan a large number of files at once.
Added check for pyqtgraph and warning if not found during entropy scans
Merge pull request #104 from anthraxx/master
fixing python3 --disas option (using compat dict iterator)
Merge pull request #102 from Lekensteyn/fixes
Fix running binwalk from build dir
Remove dependency on Java
Fixed JPEG signature bug