The command dd will work (commonly joked as being called "disk destroyer", keep that in mind)
sudo dd if=/dev/diskX of=nand.bin bs=1m
to dump the nand and
sudo dd if=patched_nand.bin of=/dev/diskX bs=1m
to flash it back (making sure that you have the correct disk)
This won't help with the...