public class

Range

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

Class Overview

A memory range and its protection flags.

Summary

Fields
public long end
public int protection
public long start
Public Constructors
Range(long start, long end, int protection)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public long end

public int protection

public long start

Public Constructors

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