2021-06-06 09:45 AM
for your information we are using .srec software file. we want to open this file in readable format.
2021-06-06 10:40 AM
The .SREC file should be readable/openable in a text editor
You're not going to be able to see the original C source code, and regenerating would be quite a task.
You could disassemble the software and determine subroutines and function from that. The quality of this would depend a lot of the quality/effectiveness of your disassembler, and your ability to read and translate that code, or find the areas of critical functionality.