You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't say empty if bodies are never going to be generated, but the current output (all the functions) look quite ok at the moment - nice test binary by the way. If you come across another issue, open an issue :-)
I added regression test (avast/retdec-regression-tests@82b3735) for the reported problem, but unfortunately I did not came up with a way to test all the control-flow structures in all the functions. The test itself is quite ugly - hard-coded string to check for. I don't think we have a better mechanism to check for things like this, and it would be a lot of work anyway, since there is a huge number of test cases in the subject.exe sample.
Version: web version at https://retdec.com/service/api
File: https://github.com/rfalke/decompiler-subjects/tree/master/from_holdec/condition_structure/ia32_elf
Output:
Expected:
The condition should be inverted and there should only be the then-block without else.
The text was updated successfully, but these errors were encountered: