Class MemoryRangeDiff

java.lang.Object
ghidra.program.util.MemoryBlockDiff
ghidra.program.util.MemoryRangeDiff

public class MemoryRangeDiff extends MemoryBlockDiff
MemoryBlockDiff determines the types of differences between two memory blocks.
  • Constructor Details

    • MemoryRangeDiff

      public MemoryRangeDiff(Memory memory1, Memory memory2, AddressRange range)
      Constructor. MemoryRangeDiff determines the types of differences between two memory blocks.
      Parameters:
      memory1 - the first program's memory
      memory2 - the second program's memory
      range - the address range where the two programs differ