mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
8 lines
143 B
Bash
8 lines
143 B
Bash
SCRIPT_NAME=aout
|
|
OUTPUT_FORMAT="a.out-mach3"
|
|
TEXT_START_ADDR=0x10020
|
|
NONPAGED_TEXT_START_ADDR=0x10000
|
|
SEGMENT_SIZE=0x1000
|
|
PAD_TEXT=t
|
|
ARCH=i386
|