![]() |
|
|
|
#1
|
||||
|
||||
|
This somewhat helps with reverse engineering.
IDA creates cross-references. for example jump to: RAM:1FFFE1C8 you will see all references to this variable. This is not the ROM start address. This is the start address of the firmware. The starting address of the ROM is 0x00000000. And the first 0x00004800 bytes are very likely occupied by a custom bootloader. where from I got 0x00004800 Code:
typedef struct
{
uint16_t addr; // <<<<<<<<<<<<< from here
uint16_t length;
uint32_t chksum;
uint8_t data[0x60];
} chunk_t;
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The Definitive Guide to ARM Cortex M3 and Cortex M4 Processors, 3rd Edition | JMP-JECXZ | Ebooks | 0 | 09-14-2024 23:01 |
| Edit firmware .bin | alberto280 | General Discussion | 8 | 08-22-2020 23:06 |