Skip to content

Instantly share code, notes, and snippets.

View kisun-bit's full-sized avatar
💭
I may be slow to respond.

kisun kisun-bit

💭
I may be slow to respond.
  • Chengdu
View GitHub Profile
@kisun-bit
kisun-bit / guids.py
Created April 2, 2025 07:22 — forked from u1735067/guids.py
GPT GUID List (manually constructed from different sources)
#!python3
from uuid import UUID
from datetime import date
# https://github.com/d-fence/frit/blob/master/frit/fritutils/fsprobe.py
# https://gist.github.com/sque/dc7a057e66371717e921
# https://en.wikipedia.org/wiki/GUID_Partition_Table
# https://github.com/n0fate/raw/blob/master/gpt_parser.py
# https://sourceforge.net/u/guikcd93/gptfdisk/ci/master/tree/parttypes.cc#l179