Hi, I'm trying to reverse engineering a STM8 firmware. till now I can disassemble the binary firmware to get the assembler code using naken_asm : https://github.com/mikeakohn/naken_asmIs it possible to decompile it ? can anyone point me to some tools...