public static class

MemoryRanges.Range

extends Object
implements ISegment<K extends Comparable<K>>
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.analyzer.MemoryRanges.Range

Class Overview

A continuous memory range.

Summary

Public Methods
BigInteger getBegin()
Get the address where the segment starts.
BigInteger getEnd()
Get the address where the segment ends (exclusive).
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.util.collect.ISegment

Public Methods

public BigInteger getBegin ()

Get the address where the segment starts.

Returns
  • the address where the segment begins

public BigInteger getEnd ()

Get the address where the segment ends (exclusive).

Returns
  • the address where the segment ends