summaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Make beastpatcher build with VS2005 again.Dominik Riebeling1-4/+12
2009-09-24Add non-interactive mode to beastpatcher.Dominik Riebeling3-35/+42
2009-09-20Integrate mknkboot into beastpatcher.Dominik Riebeling4-44/+100
2009-09-18Fix signedness mismatch.Dominik Riebeling3-4/+4
2009-08-23Extend beastpatcher command line.Dominik Riebeling5-20/+102
2009-08-17Utils/Analysis/Find_Addr.pl: fix wrongly recognizing addresses as being in co...Maurus Cuelenaere1-3/+4
2009-07-27hopefully fix the wpseditor... I cant get it to compile on a pre r22062 tree ...Jonathan Gordon1-3/+5
2009-07-16Add some notes describing how the bin2note exploit worksDave Chapman1-0/+24
2009-07-13Add some Makefile rules to demonstrate assembling, linking, converting to bin...Dave Chapman2-1/+18
2009-07-13Add flashsplit utility, previously hosted on the wiki at http://www.rockbox.o...Dave Chapman3-0/+254
2009-07-13First commit of "bin2note" utility for exploiting the Notes buffer overflow o...Dave Chapman3-0/+208
2009-07-08utils/analysis/find_addr.pl: fix detection of codec start addressMaurus Cuelenaere1-1/+1
2009-07-01utils/analysis/find_addr.pl: also add support for plugins & codecsMaurus Cuelenaere1-5/+100
2009-07-01Add (better IMO) alternative for utils/analyis/objdiff.py (taken from Linux k...Maurus Cuelenaere1-0/+80
2009-06-28Add an utility to easily find the assembled instructions at a specific memory...Maurus Cuelenaere1-0/+176
2009-06-28meizu_dfu:Bertrik Sikken2-2/+7
2009-06-19jz4740_tools : bin2c.c location has changedRafaël Carré1-4/+4
2009-06-13Make bin2c compile with VS2005 and move it to a separate folder as its gettin...Dominik Riebeling1-2/+2
2009-06-13Refactor sendfirm functionality in beastpatcher and do some code police.Dominik Riebeling5-65/+90
2009-06-13Build beastpatcher by incorporating the MTP_DLL code instead of linking the DLL.Dominik Riebeling1-14/+48
2009-06-13Some more MTP_DLL cleanup.Dominik Riebeling7-62/+11
2009-06-12Fix beastpatcher on linux and code police.Dominik Riebeling3-20/+25
2009-06-12Implement sendfirm functionality in beastpatcher. Set svn:eol-style properties.Dominik Riebeling10-1039/+1241
2009-06-11Allow building beastpatcher with libmtp 0.2.[0-5].Dominik Riebeling2-1/+7
2009-06-10Fix ZenUtils compilationMaurus Cuelenaere11-3185/+756
2009-06-08Remove never used code -- libmtp is not used on Windows.Dominik Riebeling1-4/+1
2009-06-08Major W32 beastpatcher rework (FS#10220).Dominik Riebeling14-300/+1524
2009-05-28FS#10253 : mkamsboot v1.0mkamsboot_1.0Rafaël Carré1-0/+132
2009-05-16Support building beastpatcher with MinGW.Dominik Riebeling1-0/+7
2009-05-07Add the Sansa m200 to tcctool.Robert Menes1-0/+1
2009-04-21Update jz4740_tools READMEMaurus Cuelenaere1-1/+2
2009-04-10Add new directory under utils for code-analysis tools, and objdiff.py script ...Andrew Mahone1-0/+54
2009-04-04Jz4740 USB tool:Maurus Cuelenaere1-6/+4
2009-03-31Fix Jz4740 USB tools warningsMaurus Cuelenaere1-2/+2
2009-03-20Make Jz4740 USB tools a bit more configurable by letting you choose what file...Maurus Cuelenaere3-110/+117
2009-03-04Cosmetic fix: remove duplicate semicolonsBertrik Sikken1-1/+1
2009-02-22Initial (untested) attempt at a Windows version. The MTP_DLL.dll library nee...Dave Chapman6-13/+183
2009-02-22Initial version of a BSD-licensed beastpatcher utility for Gigabeat S install...Dave Chapman6-0/+596
2009-02-19MTP_DLL:Maurus Cuelenaere7-99/+150
2009-02-18Fix old libmtp detection on Ubuntu systems that don't support echo -e.Nicolas Pennequin1-2/+2
2009-02-08extract LIBMTP_VERSION from header, and use that to set -DOLDMTP when buildin...Andrew Mahone1-1/+4
2009-02-07Fix compilation of sendfirm with 0.3.x versions of libmtp and keep a (hacky) ...Nils Wallménius2-5/+12
2009-01-31FS#9638 - temp_cue is unused and wasting memory.Bertrik Sikken2-2/+0
2009-01-23ZenUtils: fix offset detectionMaurus Cuelenaere1-4/+5
2009-01-04Remove executable property that somehow got setMichael Giacomelli1-0/+0
2009-01-04Commit utility to dump the OF from a rockboxed Gigabeat S. Searches the part...Michael Giacomelli1-0/+143
2008-12-12Fix array sizesFrank Gevaerts1-2/+6
2008-11-21Fix segmentation fault when no key was found.Maurus Cuelenaere1-1/+1
2008-10-27Commit DLanalyser tool, made by Jin LeMaurus Cuelenaere3-4/+446
2008-10-13Don't exit with code 0 on do_patching() failVitja Makarov1-10/+14