mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-13 21:49:40 +00:00
![David MacKenzie](/assets/img/avatar_default.png)
exec header offset, since the exec header isn't loaded. (PAGE_SIZE, SEGMENT_SIZE): Agree with bfd/i386mach3.c.
8 lines
139 B
Bash
8 lines
139 B
Bash
SCRIPT_NAME=aout
|
|
OUTPUT_FORMAT="a.out-mach3"
|
|
TEXT_START_ADDR=0x10020
|
|
NONPAGED_TEXT_START_ADDR=0x10000
|
|
PAGE_SIZE=1
|
|
SEGMENT_SIZE=0
|
|
ARCH=i386
|