-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Memory exhaustion issue #235
Comments
I noticed similar behavior recently and prepared a potential fix together with @secana today. I'll link the PR here once it is ready for review. |
Confirmed, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Today I came across a fatal issue on PeNet when I analyzed a malware sample that I found on malwarebazaar. The sample size is 554 kb and it's type is a xll file (a excel plugin of some kind)
Sample link: https://bazaar.abuse.ch/sample/b9eeeea558d05af8a3c03070a5960a95f5e9c5d7671d2e15e917a3d911cb846b/
The physical memory consumption reaches the very critical range and is exhausted when I want to analyze this sample in my project that is dependent on penet.
Can a fix be released for this issue?
The text was updated successfully, but these errors were encountered: