-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InvalidAddressException raised by windows.statistics on elf64 memory dump #102
Comments
Statistics is one of our less supported plugins (it lives in Regardless, it really shouldn't be throwing |
Hiya, hopefully I've resolved this, and the statistics plugin now counts the number of unexpected invalid pages (meaning invalid addresses that weren't page faults, ie attempts to read data from the file that couldn't be read). Please let me know whether this works or not, so know whether to keep it open or close it off... 5:) |
Sorry for the delay, I still encounter an issue with this one but as you said, this plugin is far less useful than the others so the priority of this issue is much lower for now I think. |
Ah, sadly not. This was fixed in master, and the elf branch hasn't been merged yet. It's due for merge on the 3rd if that helps... |
Ok, I'll try again once the PR has been merged. I'll notify you when it's done. |
@ikelos also can be closed as merged no? |
Yep, thanks for the reminder! 5:) Feel free to reopen if anyone feels this hasn't been fixed... |
First of all, do not hesitate to rename this issue. It's always hard to find something precise enough without being too long.
windows.statistics
plugin is raisingInvalidAddressException
when analyzing a memory dump (elf64
format). This issue might be related to #97.The text was updated successfully, but these errors were encountered: