mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 14:14:23 +00:00
8 lines
152 B
Bash
8 lines
152 B
Bash
EMULATION_NAME=i386linux
|
|
SCRIPT_NAME=aout
|
|
OUTPUT_FORMAT="a.out-i386-linux"
|
|
PAGE_SIZE=0x1000
|
|
TEXT_START_ADDR=0
|
|
NONPAGED_TEXT_START_ADDR=0x1000
|
|
ARCH=i386
|