Peter Matula
Peter Matula
I was doing some diffs between our version and the latest ELFIO master. There are nontrivial changes in both. We cannot simply switch to upstream, because our changes often deal...
Looks like the file is damaged, invalid, or something like that. It is hard to help without the file itself. If you can share it, feel free to upload it...
I agree with you, this is by no means a comprehensive fix. It only makes the current checks slightly stricter, and maybe, the current state slightly better. Currently, it is...
There is an option for PDB because it is standard to have these files separate from executable PE files. This is not so for ELF + DWARF. Or do you...
This is thrown only at one place in translation, so I might be able to look into it even without the input. If not, I will at least add better...
My two cents ... As @s3rvac wrote, so far, it has never been our goal to produce LLVM IR or C that could be recompiled. The goal was to produce...
Similar to #750. `__decompiler_undefined_function_` will be properly removed when I merge a branch I'm working on. As for the other stuff. Are these functions the only problem, or do you...
Few big files that we could test, and eventually handle. - [big-samples-1.zip](https://github.com/avast-tl/retdec/files/1673231/big-samples-1.zip) - [big-samples-2.zip](https://github.com/avast-tl/retdec/files/1673233/big-samples-2.zip) - regression tests `bugs/1090` (disabled at the moment)
@MerovingianByte These are files from our internal issue-tracking system that I'm currently migrating here to GitHub. So they are from before this issue. The cause is mostly the same. We...
@MerovingianByte No idea :D At the time of reporting the original issue, enough to take down the decompilation process -- even whole system if per process limits are not set....