Monday, October 3, 2011

firmware-mod-kit - tools for easy deconstruction and reconstruction of firmware images

The Firmware Mod Kit consists of a collection of tools useful when working with embedded firmware images.

Here is how to build and install it:

$ svn checkout http://firmware-mod-kit.googlecode.com/svn/trunk/ firmware-mod-kit

$ cd firmware-mod-kit/trunk/src/

$ make

There is no install rule in the Makefile, so you have to copy the utilities you'd like. For example:
$ sudo cp uncramfs-lzma/uncramfs-lzma /usr/local/bin/

No comments:

Post a Comment