mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-09 05:31:41 +00:00
7 lines
132 B
Bash
7 lines
132 B
Bash
|
SCRIPT_NAME=aout
|
||
|
OUTPUT_FORMAT="a.out-i386-bsd"
|
||
|
TARGET_PAGE_SIZE=0x1000
|
||
|
TEXT_START_ADDR=0
|
||
|
NONPAGED_TEXT_START_ADDR=0x1000
|
||
|
ARCH=i386
|