Open jakubkroustek opened 6 years ago
IMHO you should not wast time on PE packers in this great project. This is just adding fat. The same with handling malformed PE files you will lose too much time and gain very little.
The same with handling malformed PE files you will lose too much time and gain very little.
This is off-topic, but please know that we need to be able to handle both valid and malformed PE files as we have our use cases for that. At the very least, retdec-fileinfo
should not crash. Preferably though, retdec-fileinfo
should detect that the input file is malformed.
Hi,
I'm trying to unpack x64 ELF file with SHA256 hash
f723f0a1e6910023b3f9a3bd2f0ae35f751a00c86c08819d2dc7b33b5bb2bc7f
by using the retdec-unpacker, but I only get:Could you, please modify the unpacked if it is unpackable?
IMHO @thinkcz was able to unpack it by using the latest UPX for Linux, but I'm getting
compressed data violation
with upx 3.95.Thank you!