- 23 Feb, 2015 2 commits
- 25 Feb, 2015 1 commit
-
-
Updated install docs to include latest capstone
devttys0 authored
-
- 23 Feb, 2015 1 commit
-
-
Bernardo Rodrigues authored
-
- 15 Feb, 2015 1 commit
-
-
devttys0 authored
-
- 20 Feb, 2015 1 commit
-
-
add magic for ARM Linux image
devttys0 authored
-
- 19 Feb, 2015 1 commit
-
-
Dominic Chen authored
-
- 15 Feb, 2015 1 commit
-
-
devttys0 authored
-
- 14 Feb, 2015 1 commit
-
-
devttys0 authored
-
- 10 Feb, 2015 1 commit
-
-
devttys0 authored
-
- 09 Feb, 2015 1 commit
-
-
devttys0 authored
-
- 22 Jan, 2015 3 commits
- 21 Jan, 2015 2 commits
- 05 Feb, 2015 2 commits
-
-
TRX Header Size Fix
devttys0 authored -
Bernardo Rodrigues authored
-
- 21 Jan, 2015 1 commit
-
-
devttys0 authored
-
- 20 Jan, 2015 1 commit
-
-
devttys0 authored
-
- 03 Feb, 2015 2 commits
-
-
Fixed TRX v1 signature bug
devttys0 authored -
The signature for the TRX header is still incomplete for v1. According to http://wiki.openwrt.org/doc/techref/header, offset[0] = lzma-loader, offset[1] = Linux-Kernel and offset[2] = rootfs. Before the fix: bernardomr@splinter ~/openwrt $ binwalk openwrt-wrtsl54gs-squashfs.bin DECIMAL HEXADECIMAL DESCRIPTION 32 0x20 TRX firmware header, little endian, header size: 32 bytes, image size: 1323008 bytes, CRC32: 0x6CAC483, flags: 0x0, version: 1, kernel offset: 0x1C, rootfs offset: 0x8D8 60 0x3C gzip compressed data, maximum compression, from Unix, NULL date: 2296 0x8F8 LZMA compressed data, properties: 0x6D, dictionary size: 8388608 bytes, uncompressed size: -1 bytes 517152 0x7E420 Squashfs filesystem, little endian, version 2.1, size: 805671 bytes, 269 inodes, blocksize: 65536 bytes, created: 2014-10-29 18:53:25 After the fix: bernardomr@splinter ~/openwrt $ binwalk openwrt-wrtsl54gs-squashfs.bin DECIMAL HEXADECIMAL DESCRIPTION -------------------------------------------------------------------------------- 32 0x20 TRX firmware header, little endian, header size: 32 bytes, image size: 1323008 bytes, CRC32: 0x6CAC483, flags: 0x0, version: 1, loader offset: 0x1C, linux kernel offset: 0x8D8, rootfs offset: 0x7E400, 60 0x3C gzip compressed data, maximum compression, from Unix, NULL date: 2296 0x8F8 LZMA compressed data, properties: 0x6D, dictionary size: 8388608 bytes, uncompressed size: -1 bytes 517152 0x7E420 Squashfs filesystem, little endian, version 2.1, size: 805671 bytes, 269 inodes, blocksize: 65536 bytes, created: 2014-10-29 18:53:25 - Loader: 0x20 + 0x1C = 0x3C - Kernel: 0x20 + 0x8D8 = 0x8F8 - RootFS: 0x20 + 0x7E400 = 0x7E420
Bernardo Rodrigues authored
-
- 19 Jan, 2015 2 commits
- 18 Jan, 2015 1 commit
-
-
devttys0 authored
-
- 17 Jan, 2015 1 commit
-
-
devttys0 authored
-
- 25 Jan, 2015 1 commit
-
-
binwalk does not start if python3 capstone bindings are installed [fixing python3 --disas option (using compat dict iterator)]
devttys0 authored
-
- 24 Jan, 2015 1 commit
-
-
anthraxx authored
-
- 21 Jan, 2015 3 commits
-
-
Remove java dependency and fix running binwalk from non-standard location
devttys0 authored -
This patch fixes some cases in running binwalk: - from build dir: src/scripts/binwalk - from repo dir: src/build/binwalk - from custom dir, but without full path: ./binwalk (`dirname(dirname('./binwalk'))` becomes an empty string which is treated as "current working directory" while the expected output is "..")
Peter Wu authored -
While `unzip` has problems with extracting certain zip files[1], `7z` does properly handle this test file. There is no reason to stick to `jar` now. Fixes #101. [1]: http://www.openipcam.com/files/Firmware/Foscam/FI8908W-fw11.14.1.46.zip
Peter Wu authored
-
- 16 Jan, 2015 1 commit
-
-
devttys0 authored
-
- 29 Dec, 2014 3 commits
- 28 Dec, 2014 1 commit
-
-
Added extractor.directory attribute which contains the absolute base extraction directory; fixed extraction path name cration bug.
devttys0 authored
-
- 07 Jan, 2015 1 commit
-
-
Move 'archive data' string for Zip to ensure match on binwalk -y archive
devttys0 authored
-
- 06 Jan, 2015 1 commit
-
-
Dominic Chen authored
-
- 09 Dec, 2014 2 commits
-
-
Modify arj configuration to assume yes on all queries
devttys0 authored -
Dominic Chen authored
-