ghidra/Ghidra
Luke Serné 318e4af955 Decompiler: Fix float comparison inputs swap in rule subflow_convert
The decompiler rule `subflow_convert` would sometimes swap the inputs
to the P-Code ops `FLOAT_LESS` and `FLOAT_LESSEQUAL` if the float that
was traced happened to be the second input of the operation, because
the transformed operation had its inputs hardcoded: the traced float
would always be the first input. While this also affected `FLOAT_EQUAL`
and `FLOAT_NOTEQUAL`, it does not matter in those cases, because
swapping the inputs for those operations is still logically equivalent.

Fixes #6528.
2024-05-19 23:03:42 +02:00
..
Configurations/Public_Release Merge remote-tracking branch 'origin/patch' 2024-04-10 18:29:27 -04:00
Debug GP-4594: Fixing regression with library search paths not getting saved 2024-05-13 07:19:29 -04:00
Extensions GP-4583 Fixed issue where open program were not being shown when the OpenVersionedFileDialog was being shown from diff 2024-05-10 13:19:21 -04:00
Features Decompiler: Fix float comparison inputs swap in rule subflow_convert 2024-05-19 23:03:42 +02:00
Framework GP-0: Updating javadoc for DataTypeComponent.getLength() (Closes #6498) 2024-05-16 11:40:23 -04:00
Processors Merge remote-tracking branch 2024-05-07 12:31:30 -04:00
RuntimeScripts GP-4472 Improved handling of read-only case for headless analyzer and GhidraURL connections. 2024-04-03 09:51:19 -04:00
Test GP-4583 Fixed issue where open program were not being shown when the OpenVersionedFileDialog was being shown from diff 2024-05-10 13:19:21 -04:00
.gitattributes
.gitignore
application.properties GP-0 Updated version for master to 11.2 2024-05-03 18:37:02 -04:00
certification.local.manifest