| com.pnfsoftware.jeb.core.units.code.asm.items.INativeMethodDataItem |
Concrete method (routine) item, providing the implementation of one or more routine references.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.ICodeItem
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract Set<Long> | getBadAddresses() | ||||||||||
| abstract CFG<? extends IInstruction> | getCFG() | ||||||||||
| abstract List<? extends INativeMethodItem> | getMethodReferences() | ||||||||||
| abstract INativeMethodItem |
getRoutine()
Retrieve the primary method reference to this routine definition.
| ||||||||||
| abstract Integer | getSPDeltaOnReturn() | ||||||||||
| abstract IStackframeManager | getStackframeManager() | ||||||||||
| abstract IMethodStackMemoryModel | getStackframeModel() | ||||||||||
| abstract INativeMethodItem | getTrampolineTarget() | ||||||||||
| abstract boolean | isPotentialSwitches() | ||||||||||
| abstract void | setSPDeltaOnReturn(Integer spdelta) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.ICodeItem
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.items.INativeItem
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.items.INativeItemListenable
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.items.INativeMemoryItem
| |||||||||||
Retrieve the primary method reference to this routine definition.