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
{{ message }}
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
Original code:
Decompiled code: (
_stack._offset_44corresponds toi_l,_stack._offset_42corresponds tos_l)Description:
Before this code snippet, variable
i_lis 2, so none of these two case bodies are executed.In the decompiled code the
ifcondition only checks if_stack._offset_44is0or not.So the
elsebody (originalcase 1) is actually executed.Files:
2.zip
(original code
orig.c, original execorig_exec, PTML filedec.ptml, and decompiled codedec_default.care included)Reproduce the issue:
func_1()near the end of decompiled code, at the secondifstatement.