Closed antnks closed 6 months ago
Few more details:
self.details['exceptions'][exceptionnum] =
{
'shortdesc':'GuardPage',
'instructionline':'000007fe e6eacdc7 0f10441110 mov
ups xmm0,xmmword ptr [rcx+rdx+10h] ds:00000000 27a6bff5=00000000000000000000000000000000',
'pcmodule':'C:\\Windows\\system32\\VCRUNTIME140.dll',
'classification':'EXPLOITABLE',
'efa':'00000000000000000000000000000000'
}
So pretty much this is what heppening:
import struct
import binascii
struct.unpack('<Q', binascii.a2b_hex('00000000000000000000000000000000'))
Fuzzing process randomly dies with the following Python exception:
I will try to add try/catch there to see if that helps