Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (68450245f22296c2170f16d3fa991ec4e9f59cf1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (68450245f22296c2170f16d3fa991ec4e9f59cf1)
  • Date: Tue, 18 Dec 2012 18:32:28 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
utils/binwalk/BUILD | 2 ++
utils/binwalk/DETAILS | 21 +++++++++++++++++++++
utils/binwalk/HISTORY | 2 ++
4 files changed, 28 insertions(+)

New commits:
commit 68450245f22296c2170f16d3fa991ec4e9f59cf1
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

utils/binwalk: new spell, firmware analysis tool

diff --git a/ChangeLog b/ChangeLog
index a389df3..1bc6475 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-12-19 Ladislav Hagara <hgr AT vabo.cz>
+ * utils/binwalk: new spell, firmware analysis tool
+
2012-12-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/libircclient: new spell, a library for developing IRC clients
* libs/miniupnpc: new spell, client library for upnp
diff --git a/utils/binwalk/BUILD b/utils/binwalk/BUILD
new file mode 100755
index 0000000..ed9b1c7
--- /dev/null
+++ b/utils/binwalk/BUILD
@@ -0,0 +1,2 @@
+cd src &&
+default_build
diff --git a/utils/binwalk/DETAILS b/utils/binwalk/DETAILS
new file mode 100755
index 0000000..e26a681
--- /dev/null
+++ b/utils/binwalk/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=binwalk
+ VERSION=0.4.5
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://binwalk.googlecode.com/files/$SOURCE
+
SOURCE_HASH=sha512:1670ca6c00857b9e7af0d58fcf5bb2b85bbfc79c605ff2910a78f29d246493608ccd74e35e078fe88cd50778dbf1fb4e98c5eabcfc9e4300265e3003079823b7
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://code.google.com/p/binwalk/
+ LICENSE[0]=MIT
+ ENTERED=20121219
+ SHORT="firmware analysis tool"
+cat << EOF
+Binwalk is a tool for searching a given binary image for embedded files and
+executable code. Specifically, it is designed for identifying files and code
+embedded inside of firmware images. Binwalk uses the libmagic library, so it
+is compatible with magic signatures created for the Unix file utility.
+
+Binwalk also includes a custom magic signature file which contains improved
+signatures for files that are commonly found in firmware images such as
+compressed/archived files, firmware headers, Linux kernels, bootloaders,
+filesystems, etc.
+EOF
diff --git a/utils/binwalk/HISTORY b/utils/binwalk/HISTORY
new file mode 100644
index 0000000..6ab4e28
--- /dev/null
+++ b/utils/binwalk/HISTORY
@@ -0,0 +1,2 @@
+2012-12-19 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, BUILD: spell created, version 0.4.5



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (68450245f22296c2170f16d3fa991ec4e9f59cf1), Ladislav Hagara, 12/18/2012

Archive powered by MHonArc 2.6.24.

Top of Page