rizin/test/unit/legacy_unit/egg/t-exit1.sh
2019-12-08 15:31:14 +01:00

12 lines
125 B
Bash
Executable file

#!/bin/sh
EXIT=1
OUTPUT=""
cat > t.r <<EOF
main@global(128) {
: push 1
: mov eax, 1
: push eax
: int 0x80
}
EOF
. ./t.sh