|
|
|
|
|
by anonymous67453
67 days ago
|
|
Dell 5440 $ git clone https://github.com/meribold/btry
...
$ make
as -mx86-used-note=no btry.s -o btry.o
objcopy -O binary btry.o btry
chmod +x btry
$ ./btry
Segmentation fault ./btry
$ strace -f ./btry
execve("./btry", ["./btry"], 0x7ffc1a562078 /* 57 vars */) = -1 ENOMEM (Cannot allocate memory)
$ file btry
btry: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, corrupted section header size
|
|