skelsec / minidump

Python library to parse and read Microsoft minidump file format
MIT License
270 stars 55 forks source link

AttributeError: type object 'MINIDUMP_MEMORY_LIST' has no attribute 'parse' #2

Closed jfarley248 closed 5 years ago

jfarley248 commented 5 years ago

After running setup.py install on Python 3.7, the executable gives the error "AttributeError: type object 'MINIDUMP_MEMORY_LIST' has no attribute 'parse'". Attached is the full error. minidump_error.txt

skelsec commented 5 years ago

thank you. This is fixed in the new version (0.0.7) Please check and close. Reason was that I coulnd't figure out memory_list objects, to be honest still can't. The documentation is extremely vauge on when to use RVA32 or RVA64.