1 Oct 2008 10:13
dave: r18674 - trunk/utils/AMS/hacking
<mailer <at> svn.rockbox.org>
2008-10-01 08:13:10 GMT
2008-10-01 08:13:10 GMT
Date: 2008-10-01 10:13:10 +0200 (Wed, 01 Oct 2008) New Revision: 18674 Log Message: 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. Added: trunk/utils/AMS/hacking/nrv2e_d8.S Added: trunk/utils/AMS/hacking/nrv2e_d8.S =================================================================== --- trunk/utils/AMS/hacking/nrv2e_d8.S (rev 0) +++ trunk/utils/AMS/hacking/nrv2e_d8.S 2008-10-01 08:13:10 UTC (rev 18674) <at> <at> -0,0 +1,187 <at> <at> +/* arm_nrv2e_d8.S -- ARM decompressor for NRV2E + + This file is part of the UPX executable compressor. + + Copyright (C) 1996-2008 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2008 Laszlo Molnar + Copyright (C) 2000-2008 John F. Reiser + All Rights Reserved. + + UPX and the UCL library are free software; you can redistribute them + and/or modify them under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of + the License, or (at your option) any later version. +(Continue reading)
RSS Feed