You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
l_zenina
ab9d604c2f
|
3 months ago | |
---|---|---|
2024-09-20_15-52.png | 3 months ago | |
README.md | 3 months ago |
README.md
balccon_txt
Dump firmware
You can use OpenOCD
to dump firmware from STM32F103 mcu:
openocd -f interface/stlink.cfg -f target/stm32f1x.cfg -c init -c "reset halt" -c "flash read_bank 0 firmware_gold.bin 0 0x10000" -c "reset" -c shutdown
Ghidra
- You need to load bynary file to ghidra systems:
- Press
I
and addfirmware_gold.bin
- Choose
ARM-Cortex-32-little
- And:
- Analyze -> YES, select ALL options, press Apply and finaly press Analyze.