An open API service indexing awesome lists of open source software.

https://github.com/tylpk1216/wingpt

The tool dumps GPT Header and GPT Partition Header on Windows.
https://github.com/tylpk1216/wingpt

c gpttable

Last synced: about 1 month ago
JSON representation

The tool dumps GPT Header and GPT Partition Header on Windows.

Awesome Lists containing this project

README

        

# WinGPT
The tool dumps "GPT Header" and "GPT Partition Header" on Windows.

It is written by pure C (C99).

It can also check SSD 4K alignment.

It can also be built on Ubuntu.

## How to build
1. Download TDM-GCC-64.
2. Modify Build.bat for your installation path.
3. Run Build.bat (Windows) or Build.sh (Ubuntu).

## FAQ
1. If you run it on Windows 10, you must use CMD windows that has administrator privilege.
2. You can use argv to dump another disk information -> "WinGPT.exe 1".

## Running
![running](/image/Result.png)