Clean up missed add minus values in decompiled result #29
Labels
bug
Something isn't working
difficulty: medium
requires some internal insights of the project itself
Upstream
This issue also applies to upstream ghidra. When solving, we should better care about them.
Describe the bug
The binary add should not be applied to minus value. If so, we should use sub to get a cleaner result.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The binary add should not be applied to minus value. If so, we should use sub to get a cleaner result.
Screenshots
This should not happen.
Attachments
If applicable, please attach any files that caused problems or log files generated by the software.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: