dd86k / ddcpuid

🔬 dd's x86 CPU Identification tool
MIT License
36 stars 1 forks source link

Dump and read from dump feature #18

Closed dd86k closed 4 years ago

dd86k commented 5 years ago

Would be interesting to have a feature to dump info in a binary file then read it from another machine, but then I think it'd only be useful for diagnostics.

I'll have to think this over.

dd86k commented 5 years ago

Possible structure:

ulong magic; // "`ddcpuidN`" where `N` is a binary number for version (starting at 0)
... // `__CPUINFO` structure dump
dd86k commented 4 years ago

No usage for feature. People may want to pipe this if they ever need such a feature