We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
retdec-fileinfo runs over a minute and uses 40 GB of RAM to analyze a 46 MB PE file
retdec-fileinfo
On Linux, run
$ /usr/bin/time -v retdec-fileinfo FILE
where FILE is 93BFA7B15B780AC44C0500C127DACC2B69C29AEC94FB2F63D684F68DF4A40F5C.
FILE
93BFA7B15B780AC44C0500C127DACC2B69C29AEC94FB2F63D684F68DF4A40F5C
The file is analyzed in a reasonable time and using a reasonable amount of memory.
$ /usr/bin/time -v retdec-fileinfo FILE [..] User time (seconds): 88.79 [..] Maximum resident set size (kbytes): 42310212
That is, retdec-fileinfo ran for over a minute and used around 40 GB of memory during the analysis.
master
The text was updated successfully, but these errors were encountered:
Fixed issue #911
28505dd
#912
Sorry, something went wrong.
Merge pull request #912 from avast/LZ_issue_911
d8f666b
Add a CHANGELOG entry for #911.
da1c736
ladislav-zezula
Successfully merging a pull request may close this issue.
retdec-fileinfo
runs over a minute and uses 40 GB of RAM to analyze a 46 MB PE fileSteps to reproduce
On Linux, run
where
FILE
is93BFA7B15B780AC44C0500C127DACC2B69C29AEC94FB2F63D684F68DF4A40F5C
.Expected output
The file is analyzed in a reasonable time and using a reasonable amount of memory.
Actual output
That is,
retdec-fileinfo
ran for over a minute and used around 40 GB of memory during the analysis.Configuration
master
, including a fix for retdec-fileinfo runs for a minute and uses 110 GB of RAM to analyze a 41 MB PE file #907)The text was updated successfully, but these errors were encountered: