D
Size: a a a
D
AO
EP
t
t
EP
t
КП
[yo Development]$ gcc -nostartfiles -Wl,--entry=master -o mater.out master.c
[yo Development]$ ./mater.out 1 2 3
hello
[yo Development]$ cat master.c
#include <stdio.h>
#include <stdlib.h>
int master(void) {
puts("hello");
exit(0);
}
КП
КП
t
КП
КП
КП
EP
EP
AO
AO
t