Retrieve name of manufacturer for 64bit KeeLoq garage opener

I have a garage opener that uses a 64bit KeeLoq protocol. Flipper is able to read and emulate, however, the manufacturer is Unknown.

Is there a way I could extend the code base (open a PR) with this manufacturer? How does one do that?

Going through the code (lib/subghz/protocols/keeloq.c), I got the feeling that this is somehow not as simple as I thought it would be.

Could someone point me in the right direction?

@SkorP

it’s simple, you need to add the manufacture key to the user_keelog. but where to get it? it’s a question. ask someone who knows, download the firmware from the keychain processor and disassemble it, wait for someone to do it for you …

Thanks @SkorP (and @Astra)! That’s what I was guessing after browsing through the code base. Before, I thought the manufacturer’s name is more of a public data that you can extract somehow… :frowning_face: