mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-25 21:51:47 +00:00
c79c9606bc
At -O1, gcc combines several values that all need to be compared against zero by combining them using `INT_OR` and only comparing the combined result against zero. With this rule, the decompiler is able to break these `INT_OR` chains apart and simplify the individual links. |
||
---|---|---|
.. | ||
Configurations/Public_Release | ||
Debug | ||
Extensions | ||
Features | ||
Framework | ||
Processors | ||
RuntimeScripts | ||
Test | ||
.gitattributes | ||
.gitignore | ||
application.properties | ||
certification.local.manifest |