|
Cortex M4 Firmware
Hi everyone,
I am trying to disassemble a Kinetis K10 Firmware update file.
I have the following:
- Processor is a Kinetis K10 MK10DZ (Arm-Cortex M4)
- little endian
- 32 Bit
- no encryption / Strings are visible
Memory map is like this:
FLASH 0x00000000 - 0x0003FFFF
When loading the file into IDA it doesnt make any sense.
I think the update file does have his own structure.
Normally the init vectors should be at 0x0 but this is not true for this firmware update file.
Maybe someone can help me out with this.
-e
|