Package ghidra.pcode.utils
Class AddressUtils
java.lang.Object
ghidra.pcode.utils.AddressUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
unsignedAdd
(long a, long b) static int
unsignedCompare
(long v1, long v2) static long
unsignedSubtract
(long a, long b)