- 04 Jun, 2016 1 commit
-
-
Some programs (which?) might create temporary files like `~name` or `_name`, but maybe there are people who actually rely on names like `_name`. Let's restrict the filter to just dotfiles for now.
Peter Wu authored
-
- 20 May, 2016 1 commit
-
-
I was a bit surprised to get an "UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbe in position 21: invalid start byte" error while writing and testing a new magic file. It turns out that binwalk tried to parse the Vim swap file (.magic.swp) as a magic file which obviously fails. Therefore ignore all files not starting with an alphanumeric character.
Peter Wu authored
-
- 11 May, 2016 1 commit
-
-
Craig Heffner authored
-
- 05 May, 2016 1 commit
-
-
Craig Heffner authored
-
- 03 May, 2016 2 commits
-
-
Craig Heffner authored
-
Craig Heffner authored
-
- 30 Apr, 2016 3 commits
-
-
Improved support for DIR100D1/E1 firmware files
devttys0 authored -
Martin Sundhaug authored
-
- 18 Apr, 2016 1 commit
-
-
deps.sh: replace a leftover "sudo" with "$SUDO"
devttys0 authored
-
- 17 Apr, 2016 1 commit
-
-
Filippo Valsorda authored
-
- 13 Apr, 2016 1 commit
-
-
Craig Heffner authored
-
- 07 Apr, 2016 2 commits
-
-
Martin Sundhaug authored
- 01 Apr, 2016 4 commits
-
-
Craig Heffner authored
-
Craig Heffner authored
-
Craig Heffner authored
-
Craig Heffner authored
-
- 31 Mar, 2016 4 commits
-
-
Craig Heffner authored
-
Added comment to extract.conf noting the use of an internal plugin for Hilink encrypted firmware extraction.
Craig Heffner authored -
Craig Heffner authored
-
Craig Heffner authored
-
- 23 Mar, 2016 2 commits
-
-
Craig Heffner authored
-
Fixed extraction bugs when recursively extracting multiple files at once; added some extraction API methods.
Craig Heffner authored
-
- 11 Mar, 2016 1 commit
-
-
Craig Heffner authored
-
- 01 Mar, 2016 1 commit
-
-
deps: check for package installation failure
devttys0 authored
-
- 27 Feb, 2016 1 commit
-
-
Dominic Chen authored
-
- 04 Feb, 2016 1 commit
-
-
Craig Heffner authored
-
- 01 Feb, 2016 2 commits
-
-
Craig Heffner authored
-
Craig Heffner authored
-
- 29 Jan, 2016 1 commit
-
- 28 Jan, 2016 6 commits
-
-
Improve (U)EFI structures detection
devttys0 authored -
Diego Elio Pettenò authored
-
Diego Elio Pettenò authored
-
GUIDs coming from https://github.com/LongSoft/UEFITool/blob/new_engine/common/ffs.h Invalidate capsules with unrealistic sizes, but would be better to check against the remaining data length.
Diego Elio Pettenò authored -
This should avoid reporting a number of false positives on UEFI PI headers, and includes a list of known filesystems based on https://github.com/LongSoft/UEFITool/blob/new_engine/common/ffs.h
Diego Elio Pettenò authored -
Craig Heffner authored
-
- 27 Jan, 2016 3 commits
-
-
Diego Elio Pettenò authored
-
The _FVH header is the actual fixed header, the GUID identifies the type of filesystem instead. Since this seems to be the only known GUID valid for this structure, accept it by itself, and report the size of the volume and header.
Diego Elio Pettenò authored -
Identify the GUIDs for EFI Capsule formats, both v0.9, v2 and UEFI versions, which are essentially the same for what gets reported.
Diego Elio Pettenò authored
-