Hello, I am trying to use the Code Composer v4 to disassemble a hex file. I am doing a little reverse engineering and I need a readable format. Can I do this with Code Composer?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello, I am trying to use the Code Composer v4 to disassemble a hex file. I am doing a little reverse engineering and I need a readable format. Can I do this with Code Composer?
Rob Armstrong said:Hello, I am trying to use the Code Composer v4 to disassemble a hex file. I am doing a little reverse engineering and I need a readable format. Can I do this with Code Composer?
Rob Armstrong said:Hello, I am trying to use the Code Composer v4 to disassemble a hex file. I am doing a little reverse engineering and I need a readable format. Can I do this with Code Composer?
While CCS can disassemble binary instructions, it does so only for a loaded project while debugging. Disassembling a plain binary file is missing the project context that CCS requires for operation, so disassembling it is not available outside a project debugging session.
**Attention** This is a public forum