-
Notifications
You must be signed in to change notification settings - Fork 0
A command-line tool for generating, decoding, and analyzing x86 GDT descriptors with documentation support.
License
stevepan643/gdt-descriptors-tool
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
GDT Descriptions Tool ===================== a simple command-line utility for working with GDT descriptors (Global Descriptor Table). It supports descriptor generation, decoding, and documentation browsing. Features -------- - Generate GDT descriptors - Decode a given GDT descriptor - Show a help message and version - View a explanation of GDT concepts Usage ----- gdt-tool <option> [arguments...] Option Description -h, --help Show help message -v, --version Show version information -g, --generate Generate a default GDT descriptor -d, --decode Decode a given GDT descriptor -w, --what Explain GDT and its descriptors License ------- This project is licensed under the GNU General Public License v3.0. See LICENSE for details.
About
A command-line tool for generating, decoding, and analyzing x86 GDT descriptors with documentation support.