We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exe: https://github.com/rfalke/decompiler-subjects/blob/master/from_holdec/dmi/cfg/ia32_elf/subject.exe Boomerang: boomerang-cli v0.3.99-alpha-1757-gd6a5867
Output (see https://github.com/rfalke/decompiler-subjects/blob/master/from_holdec/dmi/cfg/ia32_elf/by_boomerang-ng.c):
void basic_1_if(__size32 param1) { if (param1 == 42) { puts("if block"); } else { } return; }
The return without a value as the last statement is just noise and serves no purpose.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Exe: https://github.com/rfalke/decompiler-subjects/blob/master/from_holdec/dmi/cfg/ia32_elf/subject.exe
Boomerang: boomerang-cli v0.3.99-alpha-1757-gd6a5867
Output (see https://github.com/rfalke/decompiler-subjects/blob/master/from_holdec/dmi/cfg/ia32_elf/by_boomerang-ng.c):
The return without a value as the last statement is just noise and serves no purpose.
The text was updated successfully, but these errors were encountered: