skelsec / minidump

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

Fix: Finding patterns in memory segments #21

Closed anotheronemoretime closed 3 years ago

anotheronemoretime commented 3 years ago

Hi @skelsec, I think I identified a small error in the function which is looking for a pattern inside a memory segment. Indeed, the offset does not seem to be correctly incremented.

This PR seems to fix the problem in my use case (side effects may be expected).

Kind regards

skelsec commented 3 years ago

Yes, you are correct I made a mistake there.