#include <ntos.h>
#include <stdio.h>
Go to the source code of this file.
◆ main()
Definition at line 5 of file pteb.c.
6{
9
11 __asm__(
"movl %%fs:0x18, %0\n\t"
13 : );
15
17
21
22 return(0);
23}
GLint GLint GLint GLint GLint x
__asm__(".p2align 4, 0x90\n" ".seh_proc __seh2_global_filter_func\n" "__seh2_global_filter_func:\n" "\tsub %rbp, %rax\n" "\tpush %rbp\n" "\t.seh_pushreg %rbp\n" "\tsub $32, %rsp\n" "\t.seh_stackalloc 32\n" "\t.seh_endprologue\n" "\tsub %rax, %rdx\n" "\tmov %rdx, %rbp\n" "\tjmp *%r8\n" "__seh2_global_filter_func_exit:\n" "\t.p2align 4\n" "\tadd $32, %rsp\n" "\tpop %rbp\n" "\tret\n" "\t.seh_endproc")