Included are:
* demod.py - The receiver side of the firmware dumper.
             This program reads from a GStreamer audio source and interprets the commands it receives, e.g.
             printing a character, number or string, writing to a file.
             
* udump/   - The sender side of the firmware dumper.
             You will need an ARM (cross)compiler, a way to run Windows executables (e.g. Wine) as well as
             fi2encdec.exe (the firmware update package generator for newer Canon cameras) to generate
             useful binaries.
             
             When you have the prerequisites, run ./nudryos.sh to generate the .FI2 file.
             
             The interesting stuff is in main.c, which searches for the firmware in the camera's memory and
             "blinks it out" using the protocol understood by the receiver side.

Not included are:
* Any actual documentation.

LICENSE:

This software is provided as is, with no warranty whatsoever.
You may use the software as you see fit, provided that you credit me.
