Lines Matching +full:0 +full:x1c
4 # cpuid = 0; apic id = 00
5 # fault virtual address = 0x70
7 # instruction pointer = 0x20:0xffffffff80dec3cf
8 # stack pointer = 0x28:0xfffffe013c9384d0
9 # frame pointer = 0x28:0xfffffe013c938510
10 # code segment = base 0x0, limit 0xfffff, type 0x1b
11 # = DPL 0, pres 1, long 1, def32 0, gran 1
12 # processor eflags = interrupt enabled, resume, IOPL = 0
16 # cpuid = 0
19 # db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe013c938180
20 # vpanic() at vpanic+0x182/frame 0xfffffe013c9381d0
21 # panic() at panic+0x43/frame 0xfffffe013c938230
22 # trap_fatal() at trap_fatal+0x387/frame 0xfffffe013c938290
23 # trap_pfault() at trap_pfault+0x99/frame 0xfffffe013c9382f0
24 # trap() at trap+0x2a5/frame 0xfffffe013c938400
25 # calltrap() at calltrap+0x8/frame 0xfffffe013c938400
26 # --- trap 0xc, rip = 0xffffffff80dec3cf, rsp = 0xfffffe013c9384d0, rbp = 0xfffffe013c938510 ---
27 # in6_setscope() at in6_setscope+0x5f/frame 0xfffffe013c938510
28 # ip6_output() at ip6_output+0x103c/frame 0xfffffe013c938750
29 # udp6_send() at udp6_send+0x79b/frame 0xfffffe013c938900
30 # sosend_dgram() at sosend_dgram+0x34e/frame 0xfffffe013c938960
31 # sosend() at sosend+0x66/frame 0xfffffe013c938990
32 # kern_sendit() at kern_sendit+0x246/frame 0xfffffe013c938a30
33 # sendit() at sendit+0x1d8/frame 0xfffffe013c938a80
34 # sys_sendto() at sys_sendto+0x4d/frame 0xfffffe013c938ad0
35 # amd64_syscall() at amd64_syscall+0x159/frame 0xfffffe013c938bf0
36 # fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe013c938bf0
37 # --- syscall (0, FreeBSD ELF64, nosys), rip = 0x80045513a, rsp = 0x7fffffffe568, rbp = 0x7fffffffe…
40 # Stopped at kdb_enter+0x37: movq $0,0x10b8de6(%rip)
42 # version: FreeBSD 13.0-CURRENT #0 r363687: Thu Jul 30 08:55:21 CEST 2020
46 [ `uname -p` != "amd64" ] && exit 0
65 uint64_t r[2] = {0xffffffffffffffff, 0xffffffffffffffff};
69 syscall(SYS_mmap, 0x20000000ul, 0x1000000ul, 7ul, 0x1012ul, -1, 0ul);
70 intptr_t res = 0;
71 res = syscall(SYS_socket, 0x1cul, 1ul, 0);
73 r[0] = res;
74 res = syscall(SYS_socket, 0x1cul, 2ul, 0x88);
77 syscall(SYS_dup2, r[1], r[0]);
78 *(uint8_t*)0x20000000 = 0x1c;
79 *(uint8_t*)0x20000001 = 0x1c;
80 *(uint16_t*)0x20000002 = htobe16(0x4e21);
81 *(uint32_t*)0x20000004 = 0;
82 *(uint64_t*)0x20000008 = htobe64(0);
83 *(uint64_t*)0x20000010 = htobe64(1);
84 *(uint32_t*)0x20000018 = 0;
85 syscall(SYS_bind, r[0], 0x20000000ul, 0x1cul);
86 *(uint8_t*)0x200002c0 = 0x1c;
87 *(uint8_t*)0x200002c1 = 0x1c;
88 *(uint16_t*)0x200002c2 = htobe16(0x4e23);
89 *(uint32_t*)0x200002c4 = 0;
90 memcpy((void*)0x200002c8,
93 *(uint32_t*)0x200002d8 = 0;
94 syscall(SYS_sendto, r[0], 0ul, 0ul, 0ul, 0x200002c0ul, 0x1cul);
95 return 0;
109 exit 0