Add support for limiting the overall memory of our unpacker #290
Closed
Description
In #270, we added support for limiting the overall memory when running decompilations and some of our tools (retdec-fileinfo
, retdec-bin2llvmir
, and retdec-llvmir2hll
). It would be also useful to add this support into retdec-unpacker
and retdec-unpacker.sh
. This could be done in the same way as in #272 (PR for #270).