If that came via Pavel Kirienko - https://gist.github.com/pavel-kirienko/6835194423df07f6160af19f7ea33a4d - The '.data' address needs to change. This is what my tools use -I tried arm-none-eabi-objcopy -I binary -O elf32-little --change-section-address .data=0x08000000 pt52lua_lostver.bin output.elf
but then radare2 -w arm -b 16 output.elf doesn't seem to work.
Code:
arm-none-eabi-objcopy -I binary -O elf32-little --change-section-address .data=0x10000000 input.bin output.elf
Statistics: Posted by hippy — Sun Mar 17, 2024 5:26 pm