1
0
Fork 0
forked from len0rd/rockbox
foxbox/utils/AMS/hacking
2008-10-01 08:13:10 +00:00
..
amsinfo.c Some tools for hacking Sansa V2 (AMS) firmware files and injecting our own code. 2008-05-11 18:29:53 +00:00
Makefile Some tools for hacking Sansa V2 (AMS) firmware files and injecting our own code. 2008-05-11 18:29:53 +00:00
mkamsboot.c We don't know how to increase the firmware size, so abort instead of creating a bricking firmware. Suggested by Rafaël Carré (funman). 2008-09-29 09:27:35 +00:00
nrv2e_d8.S Original, unmodified version of the ARM thumb implementation of the UCL ucl_nrv2e_decompress_8 function from upx-3.03 - licensed under the GPL (v2 or later). This will be used to decompress the original firmware image in the next version of mkamsboot. 2008-10-01 08:13:10 +00:00
README Some tools for hacking Sansa V2 (AMS) firmware files and injecting our own code. 2008-05-11 18:29:53 +00:00
test.S Some tools for hacking Sansa V2 (AMS) firmware files and injecting our own code. 2008-05-11 18:29:53 +00:00

This directory contains the following tools related to the Sansa V2
(AMS) firmware files:

1) amsinfo

A tool that dumps information from an AMS firmware file.

2) mkamsboot

A tool to inject some code (contained in test.S) into a firmware file.

Edit the INFILE variable in the Makefile to point to the original
firmware file you want to patch, edit "test.S" appropriately, and then
type "make".