cpuid

x86/x64 CPUID in C#

落爺英雄遲暮 提交于 2019-11-26 07:58:42
问题 Related to my other question, please help me debug \"An unhandled exception of type \'System.AccessViolationException\' occurred in Unknown Module. Additional information: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.\" Stepping through the code, everything works up until the actual call to del() and fails in that line. This code is based on this article\'s sample and this python code which works in python. I can\'t get the code example