mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-5214: Add support for multi-precision integer operations in the JIT-accelerated emulator.
This commit is contained in:
parent
13ffa3a4a8
commit
df90de2367
87 changed files with 5278 additions and 956 deletions
|
@ -164,7 +164,7 @@ public class Varnode {
|
|||
if (spaceID != varnode.spaceID) {
|
||||
return false;
|
||||
}
|
||||
if (isConstant() || isUnique() || isHash()) {
|
||||
if (isConstant() || isHash()) {
|
||||
// this is not really a valid use case
|
||||
return offset == varnode.getOffset();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue