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
Graph
b39193c8452684ff894e6baf426a80a8aa7a430d
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
30
Apr
18
17
13
7
1
31
Mar
23
11
1
27
Feb
4
1
29
Jan
28
27
19
20
19
9
6
5
4
29
Dec
25
23
18
14
7
30
Nov
29
27
25
23
22
4
3
1
15
Oct
12
1
30
Sep
28
27
18
9
8
25
Aug
15
13
3
19
Jul
18
17
16
10
Jun
9
7
5
4
3
2
22
May
18
15
3
23
Apr
21
17
5
14
5
28
Mar
27
28
27
20
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
Fix perm messup
Merge branch 'master' of https://github.com/devttys0/binwalk
Merge pull request #199 from FiloSottile/patch-1
deps.sh: replace a leftover "sudo" with "$SUDO"
Fixed extraction bug where extracted files were rounded up to nearest block size.
Merge branch 'master' of https://github.com/devttys0/binwalk
DIR-100 magic: AIH0N -> AIH0
Fixed build_output_directory bug, issue #195
Fixed hilink signature
Updated hilink signature comments
Fixed hilink signature
Added pycrypto to INSTALL.md dependencies
Added comment to extract.conf noting the use of an internal plugin for Hilink encrypted firmware extraction.
Updated deps.sh to include the pycrypto dependency.
Added hilink plugin and added hilink signature.
Code cleanup; added some extraction API methods.
Fixed extraction bugs when recursively extracting multiple files at once; added some extraction API methods.
Added samsung S6 modem TOC signature
Merge pull request #191 from ddcc/master
deps: check for package installation failure
Fixed hashlib warnings/errors in IDA
Removed executable bit on .md files
Added openjdk back to deps.sh
Merge branch 'master' of https://github.com/devttys0/binwalk
Merge pull request #186 from Flameeyes/master
Identified one more GUID as Variable Storage.
Check revision and reserved byte on UEFI PI Firmware volumes.
Add more capsule formats.
Identify the UEFI PI headers with the _FVH signature and valid size.
Added guid type field (Python2 only)
Move EFI entries to their own file as they can become crowded.
Improve detection of UEFI PI headers.
Add support for identifying and reporting basic info for (U)EFI Capsules
Merge pull request #184 from voltagex/patch-1
Added jar as a zip extraction option
deps.sh: remove errexit for now
Typo fix for APT dependencies and better error checking
Updated jefferson install to use install_pip_package
Fixed Linux kernel ARM boot image signatures
Fixed UnboundLocalError in extractor.py