mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
8 lines
165 B
Bash
8 lines
165 B
Bash
SCRIPT_NAME=armaout
|
|
OUTPUT_FORMAT="a.out-arm-big"
|
|
HEADER_START_ADDR=0x8000
|
|
TEXT_START_ADDR=0x8000
|
|
NONPAGED_TEXT_START_ADDRESS=0x8000
|
|
TARGET_PAGE_SIZE=32768
|
|
ARCH=arm
|