PDA

View Full Version : Writeelf v1.0



wraggster
February 22nd, 2008, 19:26
via tehskeen (http://www.tehskeen.com/modules.php?name=Downloads&file=viewarticle&id=2043)


writeelf v1.0

by cybermind - cybermind(at)gmail.com
for Windows

Writes a specified ELF file to an SD card for use with the Twilight Hack.

Usage:
writeelf <driveletter>: <elffile> [-b]
driveletter = drive letter of the sd card reader
elffile = path to elf file you wish to write to the sd card
-b = backup existing data from the write location

If elffile is "-", it will not write anything to the SD card, and will automatically turn on backup mode.

Example:

To only write an ELF file to the drive:
writeelf j: demo.elf

To only backup data from the drive:
writeelf j: -
writeelf j: - -b

To backup data from the drive and then write a new ELF file:
writeelf j: demo.elf -b


This should not be able to write to a fixed drive, but don't try it anyway!

This will (by design) corrupt any file occupying the 16384 sectors starting
with sector 2048, so just don't leave anything important on the card.

Download and Give Feedback Via Comments

aefish
February 23rd, 2008, 21:34
Thank you very much Cybermind writing this tool! Tried DD with no luck and this tool worked flawlessly! :-)