Jkeys uses a 3 letter ascii string to determine the model of the receiver you are trying to dump.If you have a full dump and if you can find a string that is in all your receivers' dumps at the same place,you can edit the jkeys.def file to autodetect the model.
Code:
IRD, 24, "SkyView 1000", 15, 1, 1, 1, 2, 2, 0, 0, 0, 0,0x40010151, 0, "BA-", 3, 4
IRDFlash, 24, "Flash 1(SST39VF3201)", 0x235B, 0x40000000, 0x400000, 2, 2, 0
In this case you would edit the "skyview 1000" to match your brand/model receiver;Find a short string and edit the "BA-" and finally put the address of the string instead of 0x40010151.In a hex editor you would write down the address of the string and add it to the 40000000 base address.So if "BOO"
as a part of the ascii "BOOT"was at address 70020 in a hex dump the jkeys address would be 40000000+70020 =40070020 If you are correct,when you run jkeys again it will detect the receiver and you don't have to manually enter the flash address and length before doing a dump.