![]() |
|
#11
|
||||
|
||||
|
remove first dword: 10 00 7F 01
run IDA drag and drop bin file on ida window select Processor type: ARM Little-endian [ARM], click Set, then OK in next window setup memory map: RAM check "Create RAM section" RAM start address: 0x1fff8000 RAM size: 0x18000 ROM ROM start address: 0x4800 Loading address: 0x4800 Click OK After load, click "Alt + G", change flag T to 1 (thumb mode) now first dword is a stack pointer: in your case 0x20000000 second dword is entry point, go that (address-1) and press C (Code), or P (Procedure) here is IDA 7.0 idb https://www.file-upload.net/download-13070917/BinCleanIDB.zip.html Last edited by UniSoft; 04-08-2018 at 02:09. |
| The Following User Says Thank You to UniSoft For This Useful Post: | ||
eychei (04-08-2018) | ||
|
|
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 |