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:
I hereby claim:
To claim this, I am signing this object:
| #!/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" |