skelsec / minidump

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

Implement AARCH64 support #12

Closed s1341 closed 4 years ago

s1341 commented 4 years ago

I added the constant needed for Android AARCH64 support. I also enabled both AARCH64 and ARM.

skelsec commented 4 years ago

Thank you! Do you have some sample dumps with which I can test with?

s1341 commented 4 years ago

I don't have samples I can share, but I can confirm it is working.