Peter Matula

Results 25 comments of Peter Matula

Sample from #97 is also taking to much time and memory in `llvmir2hll`.

No, just zip it and upload it here if you want to share it for testing.

If anyone wants to help with this one, here are some pointers what needs to be done (and in what order): 1. Add Dos MZ parser to `fileformat`. 2. Add...

First, don't use `retdec-archive-decompiler.py`, you should be able to decompile DLLs, and everything else, via `retdec-decompiler.py`. Try to use `retdec-decompiler.py` instead, but I think you will get the same error....

Thanks for the thoroughly detailed issue. Would you please also upload the binary itself? Although you gave us all the information, my compiler could generate something slightly different, and it...

Thanks, based on that error, I'm able to identify the line of code that causes this. But the error message, in this case, is still not that good - it...

The same as in #1019 - an input sample to reproduce would help.

Few questions regarding this: * Is this some kind of compiler idiom? * Do you have some input on where it occurs? * What do we produce at the moment?...

Delay slots - of course, what else would it be? This is a real example of a theoretical flaw in the way we handle delay slots. I knew this could...

Some time ago I designed this solution to MIPS delay slots, but then nearly lost it and stopped working on it. Uploading the picture here for future reference: ![20200811_085112](https://user-images.githubusercontent.com/20342097/114363772-09a3a600-9b79-11eb-9a3c-7fe3d8e7a3ca.jpg)