I have a LDR file which was generated using CCES 1.2 in biary mode for a project targetting BF706 SoC and was written in C.
I currently dont have access to the source code.
In the project I had a byte aray named unsigned char xn_ec_nonce[32]
, declared globally in one of the C files and statically initialized to some hex values.
Is there a way to recover the elements of this array from the LDR ?