Package ghidra.pcode.utils
Class AddressUtils
java.lang.Object
ghidra.pcode.utils.AddressUtils
-
Constructor Summary
-
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)
-
Constructor Details
-
AddressUtils
public AddressUtils()
-
-
Method Details
-
unsignedCompare
public static int unsignedCompare(long v1, long v2) -
unsignedSubtract
public static long unsignedSubtract(long a, long b) -
unsignedAdd
public static long unsignedAdd(long a, long b)
-