mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-02 00:56:27 +00:00
7 lines
127 B
Bash
7 lines
127 B
Bash
EMULATION_NAME=i386coff
|
|
SCRIPT_NAME=i386coff
|
|
OUTPUT_FORMAT="coff-i386"
|
|
TEXT_START_ADDR=0x1000000
|
|
PAGE_SIZE=0x1000000
|
|
ARCH=i386
|