Skip to content

Gdt

parser = argparse.ArgumentParser(formatter_class=argparse.RawTextHelpFormatter, description='Decode X86-64 GDT entries at address\n\nSee also:\n* https://wiki.osdev.org/Global_Descriptor_Table\n* https://wiki.osdev.org/GDT_Tutorial\n\nNote:\nIn 64-bit mode, the Base and Limit values are ignored, each descriptor covers the entire linear address space regardless of what they are set to.\n') module-attribute

decode_gdt_entry(value)

gdt(address, count)