Skip to content

Instantly share code, notes, and snippets.

View aikoncwd's full-sized avatar
💭
Making games with Godot!

AikonCWD aikoncwd

💭
Making games with Godot!
  • Barcelona, Spain
View GitHub Profile

Keybase proof

I hereby claim:

  • I am aikoncwd on github.
  • I am aikoncwd (https://keybase.io/aikoncwd) on keybase.
  • I have a public key ASAd65c2dQgVUOSB5ZLlX4MWt1748hPmhBp1K4TazDWdhwo

To claim this, I am signing this object:

@aikoncwd
aikoncwd / bin2dat.py
Created January 10, 2018 09:59
Python 3.x - bin2dat.py: Convert Intel CPU microcode binary format to text format.
#!/usr/bin/env python
# coding=utf-8
"""bin2dat.py: Convert Intel CPU microcode binary format to text format."""
__author__ = "H. Fischer"
__copyright__ = "Copyright 2017, HF"
__license__ = "GPL"
__version__ = "3"