com.pnfsoftware.jeb.core.units.code.asm.items.IMethodManager |
![]()
INativeCodeUnit<InsnType extends IInstruction>
|
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | FLAG_DO_NOT_ANALYZE | ||||||||||
int | FLAG_DO_NOT_UNMANGLE | ||||||||||
int | FLAG_PLACEHOLDER_METHOD |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract INativeMethodItem |
createMethodReference(String name, IPrototypeItem prototype, INativeMethodDataItem methodData)
Create a method reference.
| ||||||||||
abstract INativeMethodItem |
createMethodReference(String name, IPrototypeItem prototype, INativeMethodDataItem methodData, int flags)
Create a method reference.
|
Create a method reference.
name | the initial name |
---|---|
prototype | the initial prototype (optional) |
methodData | optional method definition (for internal methods only) |
Create a method reference.
name | the initial name |
---|---|
prototype | the initial prototype (optional) |
methodData | optional method definition (for internal methods only) |
flags | optional flags (see FLAG_xxx constants) |