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
    • end

      public long end
    • protection

      public int protection
  • Constructor Details

    • Range

      public Range(long start, long end, int protection)