java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.memory.Range

public class Range extends Object
A memory range and its protection flags.
  • Field Details

    • start

      public long start
      Range start address, inclusive.
    • end

      public long end
      Range end address, exclusive.
    • protection

      public int protection
      Memory protection flags.
  • Constructor Details

    • Range

      public Range(long start, long end, int protection)
      Create a memory range.
      Parameters:
      start - start address, inclusive
      end - end address, exclusive
      protection - memory protection flags