Class Range
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.memory.Range
A memory range and its protection flags.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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)
-