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
Hey guys, why does the decompiler interpret the function arguments wrong? the disassembler does it well though and comment the right parameters.
It's even not possible to override the function signature to make it right (for these cases where the interpretation is wrong or incomplete)..
Needless to say, it's just VirtualAlloc with a known signature.
So to sum up:
If the disassembler gets it right, why doesn't the decompiler (that I guess anyway relies on the disassembling output)?
Why can't I modify the function signature in the decompiler view?
The text was updated successfully, but these errors were encountered:
Hey guys, why does the decompiler interpret the function arguments wrong? the disassembler does it well though and comment the right parameters.
It's even not possible to override the function signature to make it right (for these cases where the interpretation is wrong or incomplete)..
Needless to say, it's just VirtualAlloc with a known signature.
So to sum up:
The text was updated successfully, but these errors were encountered: