LD
Size: a a a
LD
P
БГ
БГ
LD
БГ
BA
БГ
БГ
БГ
P
P
P
LD
BA
P
#include "stdio.h"
static void foo() {
while(1);
}
int main () {
printf("ub is here\n");
foo();
printf("unreachable\n");
}
БГ
LD
P
P
#include "stdio.h"
static void foo() {
while(1);
}
int main () {
printf("ub is here\n");
foo();
printf("unreachable\n");
}