sepinf-inc / IPED

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners.
Other
949 stars 219 forks source link

Minor memory optimizations (#1960) #1962

Closed wladimirleite closed 11 months ago

wladimirleite commented 11 months ago

Closes #1960. Just minor memory optimizations and code enhancements describe in the issue.

EDIT: In some parsers, the memory usage is very low, so these changes don't make any practical difference. However, as parsers' code are sometimes used as references for future parsers, I changed all of them to use a similar logic regarding HashDB lookup related code.

lfcnassif commented 11 months ago

Thank you @tc-wleite!