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
On 21 Apr 2019, at 18:35, Maijin ***@***.***> wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#157>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAG75FQOQTCRL33U5YKYE2TPRSJTTANCNFSM4HHL7DWA>.
In ioli0x00 ELF:
Should be removed from the decompilation
The text was updated successfully, but these errors were encountered: