public interface

IStackframeManager

com.pnfsoftware.jeb.core.units.code.asm.analyzer.IStackframeManager

Summary

Public Methods
abstract INativeDataItem defineItem(long address, INativeType type)
Define a new stack item.
abstract IMemoryModel getModel()
Retrieve the stack model.
abstract boolean undefineItem(long address)
Undefine the item located at the exact provided address.
abstract int undefineItems(long begin, long end)

Public Methods

public abstract INativeDataItem defineItem (long address, INativeType type)

Define a new stack item. Existing overlapping items will be undefined.

Parameters
type item type

public abstract IMemoryModel getModel ()

Retrieve the stack model.

public abstract boolean undefineItem (long address)

Undefine the item located at the exact provided address.

public abstract int undefineItems (long begin, long end)