com.pnfsoftware.jeb.core.units.code.asm.analyzer.IStackframeManager |
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) |
Define a new stack item. Existing overlapping items will be undefined.
type | item type |
---|
Undefine the item located at the exact provided address.