View Single Post
  #1  
Old 04-07-2018, 01:44
eychei eychei is offline
Friend
 
Join Date: Mar 2018
Posts: 58
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 34
Thanks Rcvd at 10 Times in 10 Posts
eychei Reputation: 0
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
Attached Files
File Type: zip 15.zip (25.8 KB, 4 views)
Reply With Quote