lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

Decompilation Inaccuracies

Open gaasedelen opened this issue 7 years ago • 0 comments

There's a variety of inaccuracies in the hexrays/decompilation output that will require additional heuristics for a more accurate portrayal.

To give some examples, switch statements look like they'll need work:

switch

And sometimes re-mapped return statements:

return

gaasedelen avatar Feb 21 '17 07:02 gaasedelen