@d0k3
Could you go a bit further and give us a hint as to how Decrypt9WIP detects the *.bin files? Why would I ask this? I store all my .bin files in a separate folder, so I would modify the path accordingly with a bash script.
For example, I know the file that I need to modify for slot0x05KeyY.bin is nand.c:
slot0x1BKeyX.bin
slot0x05KeyY.bin - sed -i -e 's|"slot0x05KeyY.bin"|"/.bin/slot0x05KeyY.bin"|g' /Decrypt9WIP/source/decrypt/nand.c
slot0x18KeyX.bin
slot0x25KeyX.bin
I did a CTR + F (*.bin) for the other 3 bin files for all the files in "decrypt" folder and found nothing...