Skip to content
New issue

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

Cleanup Optimization #157

Open
Maijin opened this issue Apr 21, 2019 · 1 comment
Open

Cleanup Optimization #157

Maijin opened this issue Apr 21, 2019 · 1 comment

Comments

@Maijin
Copy link
Collaborator

Maijin commented Apr 21, 2019

In ioli0x00 ELF:

    0x0804841d mov eax, 0                            |     eax = 0;
    0x08048422 add eax, 0xf                          |     eax += 0xf;
    0x08048425 add eax, 0xf                          |     eax += 0xf;
    0x08048428 shr eax, 4                            |     eax >>= 4;
    0x0804842b shl eax, 4                            |     eax <<= 4;

Should be removed from the decompilation

@radare
Copy link
Contributor

radare commented Apr 21, 2019 via email

Repository owner deleted a comment from Hancock888 Apr 30, 2019
Repository owner deleted a comment from Maijin Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants