Remote backtrace decoding [SOLVED]

Thanks for the feedback, that hint with what the backtrace frame starts helped in finding my bug. It was in the communication and the conversion from hex back to bytes. With the conversion and transmission it was inverting all bytes which start in x0 i.e. \x04 became \x40 … the parts where the frame was correctly decoded didnt have any bytes starting in \x0 so thought my conversion was right.

Thanks again for the feedback daav.