Skip to content
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

Closed
SteAmeR opened this issue Apr 25, 2022 · 4 comments
Closed

Memory exhaustion issue #235

SteAmeR opened this issue Apr 25, 2022 · 4 comments

Comments

@SteAmeR
Copy link

SteAmeR commented Apr 25, 2022

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.

penet-exhausting

Can a fix be released for this issue?

@rngcntr
Copy link
Contributor

rngcntr commented Jul 7, 2022

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.

@secana
Copy link
Owner

secana commented Jul 7, 2022

@rngcntr @SteAmeR can you check if the problem still exists with the version 2.9.8-pre1? Should be available on NuGet in a few minutes.

@SteAmeR
Copy link
Author

SteAmeR commented Jul 7, 2022

@rngcntr @SteAmeR can you check if the problem still exists with the version 2.9.8-pre1? Should be available on NuGet in a few minutes.

The fix is tested and validated. Thx

@SteAmeR SteAmeR closed this as completed Jul 7, 2022
@rngcntr
Copy link
Contributor

rngcntr commented Jul 8, 2022

Confirmed, v2.9.8-pre1 reduced both compute and memory resources by two orders of magnitude for certain samples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants