skate323k137
Enlightened
I didn't even realize you could dump or program PIC chips with BIN files. I use BIN for eproms, JED for GAL chips, and HEX for PIC chips.The bin files come from the decap of the original device. It's a binary copy of what was written to the FLASH.I don't get where .bin files come in here, I use a complied hex file with top and it works fine.
I modified the decompiled source, compiled it to HEX with MPLAB, and I program that compiled hex code to the PIC chips. I've made a lot of PICs for both CF and netboot this way.